Making an Article

For documents smaller than a book, such as journal articles, white papers, or technical notes, article is frequently the most logical starting point. The body of an article is essentially the same as the body of a chapter or any other component-level element, as shown in Example 2-3.

articles may include appendixes, bibliographys, indexes, and glossarys.

Example 2-3. A typical article

<article>
  <info>
    <title>My Article</title>
    <author><honorific>Dr</honorific><firstname>Emilio</firstname>
            <surname>Lizardo</surname></author>
  </info>
  <para> ... </para>
  <section><title>On the Possibility of Going Home</title>
    <para> ... </para>
  </section>
  <bibliography> ... </bibliography>
</article>

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.