Home arrow Applications Tips arrow Writting technical books or articles with SGML
Writting technical books or articles with SGML PDF  
Digg Reddit Ma.gnolia Stumble Upon Facebook Twitter Google Yahoo! MyWeb Furl" BlinkList Technorati Mixx Bookmark

This tutorial is about writting technical books or articles with SGML and DocBook.

You will need to have installed:
jade
jadetex
teTeX-base

tidy
docproj                        # to compile use: make WITH_JADETEX="yes" install clean


SGML Elements for writting a book (using DocBook):

<book>
  <bookinfo>
    <title>Title of book</title>

    <author>
     <firstname>Firstname</firstname>
      <surname>Surname</surname>
      <affiliation>
        <address><email>your email</email></address>
      </affiliation>
     </author>

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

Other BSD Systems

OpenBSD

Polls

Best BSD firewall?