tbook: User Element View [DTD Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element chapter

Synopsis

Content Model

(heading,aphorism?,
 (dm|quote|tabular|verbatim|verse|description|enumerate|itemize|
  p|multipar|math|ch|latex|figure|table|theorem|proof)*,
 section*)

Attributes

NameTypeDefault Value
style CDATA None
class CDATA None
kind Enumeration:
  acknowledgements
  colophon
  introduction
  preface
None
xml:lang NMTOKEN None
id ID None

Description

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.

Parents

appendix, mainmatter, part

Children

aphorism, ch, description, dm, enumerate, figure, heading, itemize, latex, math, multipar, p, proof, quote, section, table, tabular, theorem, verbatim, verse

Example

<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>


HTML Presentation of tbook by DTDParse (version 2.0beta6).