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

Element mainmatter

Synopsis

Content Model

((part|chapter)*,
 appendix?)

Attributes

None

Description

All parts and chapters of a book.

Parents

book

Children

appendix, chapter, part

Example

<mainmatter>
  <chapter kind="preface">
    <heading>Preface</heading>

    <p>...</p>
  </chapter>

  <!-- Here will be the table of contents. -->

  <chapter kind="introduction">
    <heading>Introduction</heading>

    <p>...</p>
  </chapter>

  <part id="sec:Preparation">
    <heading>Preparation</heading>

    <chapter id="sec:Samples">
      <heading>Samples</heading>

      <p>...</p>
    </chapter>
  
    <chapter id="sec:Equipment">
      <heading>Equipment and Techniques</heading>

      <p>...</p>
    </chapter>

  </part>
  
  <appendix>

    <chapter id="sec:Blueprints">
      <heading>Blueprints</heading>

      <p>...</p>
    </chapter>
  
  </appendix>
</mainmatter>


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