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

Articles may include Appendixes, Bibliographys, Indexes and Glossarys.

Example 2-4. A Typical Article

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
<artheader>
  <title>My Article</title>
  <author><honorific>Dr</honorific><firstname>Emilio</firstname>
          <surname>Lizardo</surname></author>
</artheader>
<para> ... </para>
<sect1><title>On the Possibility of Going Home</title>
<para> ... </para>
</sect1>
<bibliography> ... </bibliography>
</article>