tbook: DTD Element View | [User Element View] |
[Home] [Elements] [Entities] | [Prev] [Next] |
(heading,aphorism?,%sectbegin;,section*)
Name | Type | Default Value |
---|---|---|
style | CDATA | None |
class | CDATA | None |
kind | Enumeration: acknowledgements colophon introduction preface | None |
xml:lang | NMTOKEN | None |
id | ID | None |
A chapter of a book. It's always included into the TOC (i.e., there is no star'ed version). In <aphorism> you can let a nice witty quote by a famous person being printed above the chapter beginning.
kind marks special chapters that are not included into the TOC. A "preface" chapter is printed before the TOC; so far, there is no difference between "acknowledgements" and "colophon" yet.
aphorism, ch, description, dm, enumerate, figure, heading, itemize, latex, math, multipar, p, proof, quote, section, table, tabular, theorem, verbatim, verse
<chapter kind="introduction"> <heading>Introduction</heading> <p>Before we begin ...</p> </chapter> <chapter> <heading>Crystal Growth</heading> <p>This can be a tricky thing. ...</p> <section> <heading>First Steps</heading> <p>First we take warm water, ...</p> </section> </chapter>