Command/definehead

From Wiki
< Command
Revision as of 17:27, 11 April 2010 by Patrick Gundlach (talk | contribs) (cleanup)
Jump to navigation Jump to search

\definehead

Syntax

\definehead[...][...]
[...] name
[...] section


Description

Used to define a new head (such as title, subject etc.). The idea is you can create a MySubject that derives it's defaults from subject and then customize MySubject without being concerned with overriding subject. Use with \setuphead.

The first argument is the name of your new head. The second argument is the name of the head from which yours ought to be derived.

Example:

\definehead [Title] [title]
\setuphead [Title]
   [textstyle=bfb,
   align=middle]


Example

See also