<!element chapt - o (%sect, sect*) +(footnote)> <!element sect - o (%sect, sect1*) +(footnote)> <!element sect1 - o (%sect, sect2*)> <!element sect2 - o (%sect, sect3*)> <!element sect3 - o (%sect, sect4*)> <!element sect4 - o (%sect)>
Also the chap
tag is a sectioning tag.
is done by the according elements, forming the section tree. They are bringing
the various paragraphs within our document to follow a nice hirarchy. The top
level (or root) tag and the allowed depth is varying with the document
class (see section
The Document Class).
The normal hirarchy is
chapt sect sect1 sect2 sect3 sect4
Yust take a book, look the table of contense and you will see.
Each of the tags out of the sectionins has nearly the same syntax.
All of them owe a heading. The heading
tag is placed implicitly if
you don't note it down.
Also the each of the sectioning tags may contain a header
tag, changing
the current document header (see section
The Header Tag).
Within the you may place subordinate sectionins and paragraphs (see Paragraphs).
Some of the sectioning tags may only appear in special document classes ( Document Classes).