Titles

From Wiki
Revision as of 14:33, 14 September 2004 by Hraban (talk | contribs) (new - partly copied from ms-cb-en)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

< Structurals | Visuals >

Default

numberedunnumbered
\part--
\chapter\title
\section\subject
\subsection\subsubject
\subsubsection\subsubsubject
......

Every heading command can take an optional parameter as reference:

\title[hasselt-by-night]{Hasselt by night}

The bracket pair is optional and used for internal References. If you want to refer to this header you type for example

\at{page}[hasselt-by-night].

(see \at)

Of course you can switch off numbering even for a "numbered" title, see \setuphead.

Do it yourself

Of course you can define your own titling commands and probably must adapt the default settings.

\definehead[myheader][section]

\setuphead[myheader]
[numberstyle=bold,
textstyle=cap,
before=\hairline\blank,
after=\nowhitespace\hairline]

\myheader[hasselt-ref]{Hasselt makes headlines}

A new header \myheader is defined and it inherits the properties of section (title, subject, whatever). You can "define" several headers at once!

Table(s) of Content

Default:

\completecontent % with title
\placecontent % without title

Define your own tables of somewhat with \definelist and \setuplist!