Home
Applications Tips
Writting technical books or articles with SGML
Applications Tips
Writting technical books or articles with SGML | Writting technical books or articles with SGML |
|
|
|
This tutorial is about writting technical books or articles with SGML and DocBook. <year>2007</year> <holder role="mailto:your_email">Your Name</holder> </copyright> <releaseinfo>$FreeBSD$</releaseinfo> <abstract> <para>Put here an abstract from your book</para> </abstract> </bookinfo> SGML Elements for writting an article: <article> <articleinfo> <title>Title of The Article</title> <authorgroup> <corpauthor>author</corpauthor> </authorgroup> <pubdate>2008/06/20</pubdate> <copyright> <year>2004-2008</year> <holder>put here your copyright holder</holder> </copyright> <abstract> <para>Put here a text that describe an abstract of the article. </para> </abstract> </articleinfo> <sect1 id="section_id1"> <title>Title of the section</title> <para>Your content of the article </para> </sect1> <sect1 id="section_id2"> <title>Title of the section</title> <para>Your content of the article </para> </sect1> </article> |
| < Prev | Next > |
|---|

