1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="AsciiDoc test">
<title>The Article Title</title>
</head>
<body>
<h1>The Article Title</h1>
<p>
<strong>Author's Name</strong><br>
<code><<a href="mailto:authors@email.address">authors@email.address</a>></code><br>
version 1.0,
2003-12
</p>
<a name="preamble"></a>
<p>This is the optional preamble (an untitled section body). Useful for
writing simple sectionless documents consisting only of a preamble.</p>
<table frame="void" cellpadding="4">
<tr valign="top">
<td>
<p><b><u>Note</u></b></p>
</td>
<td style="border-left: 1px solid silver;">The abstract, preface, appendix, bibliography, glossary and
index section titles are significant (<em>specialsections</em>).</td></tr></table>
<hr>
<h2><a name="_example_abstract"></a>Example Abstract</h2>
<p>The optional abstract (one or more paragraphs) goes here.</p>
<p>This document is an AsciiDoc article skeleton containing briefly
annotated element placeholders plus a couple of example index entries
and footnotes.</p>
<hr>
<h2><a name="_the_first_section"></a>1. The First Section</h2>
<p>Article sections start at level 1 and can be nested up to four levels
deep.
<br><i>[An example footnote.]</i><br></p>
<p>And now for something completely different: monkeys, lions and
tigers (Bengal and Siberian) using the alternative syntax index
entries.
Note that multi-entry terms generate separate index entries.</p>
<p>Here are a couple of image examples: an <img src="images/smallnew.png" style="border-width: 0; vertical-align: text-bottom;" alt="images/smallnew.png">
example inline image followed by an example block image:</p>
<div>
<img src="images/tiger.png" style="border-width: 0;" alt="Tiger image">
<p><b>Figure 1. </b>Tiger block image</p>
</div>
<p>Followed by an example table:</p>
<div>
<table rules="all"
width="60%"
frame="border"
cellspacing="0" cellpadding="4">
<thead>
<tr>
<th align="left" width="50%" valign="top"> Option </th>
<th align="left" width="50%" valign="top"> Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" width="50%" valign="top"><p>-a <em>USER GROUP</em></p></td>
<td align="left" width="50%" valign="top"><p>Add <em>USER</em> to <em>GROUP</em>.</p></td>
</tr>
<tr>
<td align="left" width="50%" valign="top"><p>-R <em>GROUP</em></p></td>
<td align="left" width="50%" valign="top"><p>Disables access to <em>GROUP</em>.</p></td>
</tr>
</tbody>
</table>
<p><b>Table 1. </b>An example table</p>
</div>
<table frame="void" width="100%" cellpadding="4">
<tr><td style="border-left: 2px solid silver;">
<p>Lorum ipum…</p>
</td></tr></table>
<p><b>Example 1. </b>An example example</p>
<h3><a name="X1"></a>1.1. Sub-section with Anchor</h3>
<p>Sub-section at level 2.</p>
<h4><a name="_a_nested_sub_section"></a>1.1.1. A Nested Sub-section</h4>
<p>Sub-section at level 3.</p>
<h5><a name="_yet_another_nested_sub_section"></a>Yet another nested Sub-section</h5>
<p>Sub-section at level 4.</p>
<p>This is the maximum sub-section depth supported by the distributed
AsciiDoc configuration.
<br><i>[A second example footnote.]</i><br></p>
<hr>
<h2><a name="_the_second_section"></a>2. The Second Section</h2>
<p>Article sections are at level 1 and can contain sub-sections nested up
to four deep.</p>
<p>An example link to anchor at start of the <a href="#X1">first sub-section</a>.</p>
<p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p>
<hr>
<h2><a name="_example_appendix"></a>Appendix A: Example Appendix</h2>
<p>AsciiDoc article appendices are just just article sections with
<em>specialsection</em> titles.</p>
<h3><a name="_appendix_sub_section"></a>Appendix Sub-section</h3>
<p>Appendix sub-section at level 2.</p>
<hr>
<h2><a name="_example_bibliography"></a>Example Bibliography</h2>
<p>The bibliography list is a style of AsciiDoc bulleted list.</p>
<ul>
<li>
<p>
<a name="taoup"></a>[taoup] Eric Steven Raymond. <em>The Art of Unix
Programming</em>. Addison-Wesley. ISBN 0-13-142901-9.
</p>
</li>
<li>
<p>
<a name="walsh-muellner"></a>[walsh-muellner] Norman Walsh & Leonard Muellner.
<em>DocBook - The Definitive Guide</em>. O’Reilly & Associates. 1999.
ISBN 1-56592-580-7.
</p>
</li>
</ul>
<hr>
<h2><a name="_example_glossary"></a>Example Glossary</h2>
<p>Glossaries are optional. Glossaries entries are an example of a style
of AsciiDoc labeled lists.</p>
<dl>
<dt>
A glossary term
</dt>
<dd>
<p>
The corresponding (indented) definition.
</p>
</dd>
<dt>
A second glossary term
</dt>
<dd>
<p>
The corresponding (indented) definition.
</p>
</dd>
</dl>
<p></p>
<p></p>
<hr><p><small>
Version 1.0<br>
Last updated
2002-11-25 00:37:42 UTC
</small></p>
</body>
</html>
|