ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Underlined section
@ 2012-11-30 10:31 "H. Özoguz"
  2012-11-30 11:47 ` Marco Patzer
  0 siblings, 1 reply; 2+ messages in thread
From: "H. Özoguz" @ 2012-11-30 10:31 UTC (permalink / raw)
  To: ntg-context

How to define a new title - like section, but aligned in the center and 
underlined?

So far I got:

\definehead[mysection][section]
\setuphead[mysection][alternative=middle]

How to get the underlining in that?

Thanks!
Huseyin
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Underlined section
  2012-11-30 10:31 Underlined section "H. Özoguz"
@ 2012-11-30 11:47 ` Marco Patzer
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Patzer @ 2012-11-30 11:47 UTC (permalink / raw)
  To: ntg-context

2012-11-30 H. Özoguz:

> How to define a new title - like section, but aligned in the center and 
> underlined?
> 
> So far I got:
> 
> \definehead[mysection][section]
> \setuphead[mysection][alternative=middle]
> 
> How to get the underlining in that?

The following code is quite verbose, but it's the most flexible way
of implementing a structure head design. See also:

http://wiki.contextgarden.net/Titles

\definehead
  [mysection]
  [section]

\setuphead
  [mysection]
  [alternative=mysection]

\defineheadalternative
  [mysection]
  [renderingsetup=setup:mysection]

\defineframedtext
  [mysectionframe]
  [width=broad,
   align=middle,
   frame=off,
   bottomframe=on]

\startsetups [setup:mysection]
  \headsetupspacing
  \startmysectionframe
    \ifconditional\headshownumber
      \headnumbercontent
      \hskip\headnumberdistance
    \fi
    \headtextcontent
  \stopmysectionframe
\stopsetups

\starttext
  \startmysection [title=Foo]
    \input knuth
  \stopmysection
\stoptext


Marco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-30 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-30 10:31 Underlined section "H. Özoguz"
2012-11-30 11:47 ` Marco Patzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).