<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book>
<bookinfo>
<title>basics</title>
<author>
<firstname>Thomas</firstname>
<surname>Aglassinger</surname>
</author>
<releaseinfo>$VER: 1.0 basics.guide (12/13/2001)</releaseinfo>
<copyright>
<year>2008</year>
<holder>Thomas Aglassinger</holder>
</copyright>
</bookinfo>
<chapter>
<title>basics</title>
<section id="n1">
<title>Basic Amigaguide features</title>
<literallayout>This Guide demonstrates some of the basic features of <productname class="registered">Amigaguide</productname>.

<link linkend="n2">Playing with text</link> - various things that can be done with text &amp; style.
<link linkend="n3">Preformatted Text</link> - a preformatted layout.
<link linkend="n4">Wordwrapped Text</link> - uses wordwrap.
<link linkend="n5">Smartwrapped Text</link> - uses smartwrap.
<link linkend="n6">Monospaced Node</link> - shows the text in a monospaced font.
</literallayout>
</section>
<section id="n2">
<title>Playing with text</title>
<literallayout>Here are some things that can be done with text:

Escape characters: at-sign (@), backslash (\)
Special characters: äöüß§

bold italic underline
bold bold+italic allbold+italic bold 
bold bold+italic allbold+underline underline 

Here is some text from an embedded file:</literallayout>
<literallayout class="monospaced">This is some text embedded from a text file.

As you can see, Amigaguide commands in at are @{b}not@{ub} processed.

Note that there is no newline character at the end of this file
</literallayout>
<literallayout>And here we are back again in the main document.</literallayout>
</section>
<section id="n3">
<title>Preformatted Text</title>
<literallayout>Here is some preformatted text.
This means viewers and converters
will preserve line breaks as specified
in the source document.</literallayout>
</section>
<section id="n4">
<title>Wordwrapped Text</title>
<para>Here is some wordwrapped text, meaning that every line in the source code is treated as paragraph. While this looks nice for the reader, it is a PITA for the author.</para>
<para>Take a look at the source to see what I mean.</para>
</section>
<section id="n5">
<title>Smartwrapped Text</title>
<para>This text uses smartwrap, which means a single
line break will not start a new paragraph. This is
nice for the author because unlike with wordwrap,
the text can be split over several lines without the
need for horizontal scrolling.</para>
<para>To start a new paragraph, simply leave an empty
line.</para>
<para>Like this.</para>
<para>And this.</para>
<para>See what I mean?</para>
<para>Probably not unless you took a closer look at the
source code.</para>
</section>
<section id="n6">
<title>Monospaced Node</title>
<literallayout class="monospaced">Unlike the rest of the document, this node uses a monospaced font.

Which is nice for ASCII art, so here's a classic:

         (__)
         (oo)                       U
  /-------\/                    /---V
 / |     ||                    * |--|                       .
*  ||----||
   ^^    ^^
Cow at 1 meter.         Cow at 100 meters.        Cow at 10,000 meters.</literallayout>
</section>
</chapter>
</book>
