Article headers provide information about the article. Below is some sample code for an article header and an explanation of the code.
<!-- **License cut out for clarity --> <article> <--This tag for illustration, cut & paste below this line <artheader> <title>Article Template</title> <author> <firstname>John</firstname> <surname>Doe</surname> <affiliation> <address> <email>your-email-address@isp.com</email> </address> </affiliation> </author> <revhistory> <revision> <revnumber>v1</revnumber> <date>30 March 2001</date> <authorinitials>jd</authorinitials> <revremark> This is the initial release. </revremark> </revision> </revhistory> <abstract> <para> This document is intended to help newbies do ... Copyright © 2001 <ulink url="http://sourceforge.net/projects/newbiedoc"> NewbieDoc project</ulink>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license can be found at the <ulink url="http://www.fsf.org/copyleft/fdl.html">Free Software Foundation</ulink>. </para> </abstract> </artheader> <sect1 id="the1stsection"> <--This tag for illustration, cut & paste above this line |
Notice that all the article header information fits between your first <article> tag and your first <sect1> tag. Most of the code is self-documenting. To get a look at what this looks like parsed just look at the first page of this article. Or simply cut and paste it into your my1st.sgml document (taking care to paste it between your <article> tag and your first <sect1> tag), then build it.