Adding a new document. To be converted from HTML by Gerardo Arnaez.

This commit is contained in:
emmajane 2004-04-18 22:28:47 +00:00
parent 0e4019d455
commit 3350dc5cbd
1 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book>
<bookinfo>
<title>Your title</title>
<subtitle>An optional subtitle</subtitle>
<authorgroup>
<author>
<firstname>Your given name</firstname>
<surname>Your last name</surname>
<affiliation>
<orgname>Your organization</orgname>
<address>
<email>you@your.domain</email>
</address>
</affiliation>
</author>
</authorgroup>
<keywordset>
<keyword>Add</keyword>
<keyword>as</keyword>
<keyword>many</keyword>
<keyword>keywords</keyword>
<keyword>as</keyword>
<keyword>you</keyword>
<keyword>want</keyword>
<keyword>.</keyword>
</keywordset>
</bookinfo>
<chapter id="introduction"><title>Introduction</title>
<abstract>
<para>What we will do in this chapter:</para>
<para>
<itemizedlist>
<listitem><para>stuff</para></listitem>
<listitem><para>more stuff</para></listitem>
<listitem><para>talk about other stuff</para></listitem>
<listitem><para>play with stuff</para></listitem>
</itemizedlist>
</para>
</abstract>
<sect1 id="purpose">
<title>Section1 title</title>
<sect2 id="multiple-booting"><title>Section2 title</title>
<para>Usually some introduction</para>
<para>on all the aspects of stuff.</para>
</sect2>
<sect2 id="mb-advantages"><title>Section2 title</title>
<para>In-depth discussion</para>
<para>Explain concepts.</para>
</sect2>
<sect2 id="assumptions">
<title>Section2 title</title>
<para>Maybe some examples</para>
<para>And a hint to the next section of the chapter.</para>
</sect2>
<sect2 id="acknowledgements">
<title>Section1 title</title>
<sect2 id="legalese">
<title>Section2 title</title>
<para>More stuff</para>
<para>More stuff</para>
</sect2>
<sect2 id="about-author">
<title>Section2 title</title>
<para>This is the second subsection of the second section of the first chapter.</para>
<para>Add as many sections and subsections as you want.</para>
</sect2>
</sect1>
</chapter>
</book>