FooBarWidget-mizuho 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. data/README.markdown +1 -1
  2. data/Rakefile +14 -2
  3. data/asciidoc/BUGS +11 -6
  4. data/asciidoc/BUGS.txt +7 -3
  5. data/asciidoc/CHANGELOG +313 -151
  6. data/asciidoc/CHANGELOG.txt +177 -12
  7. data/asciidoc/INSTALL +30 -36
  8. data/asciidoc/INSTALL.txt +20 -20
  9. data/asciidoc/Makefile.in +145 -0
  10. data/asciidoc/README +11 -11
  11. data/asciidoc/README.txt +9 -9
  12. data/asciidoc/a2x +40 -7
  13. data/asciidoc/asciidoc.conf +180 -126
  14. data/asciidoc/asciidoc.py +1667 -977
  15. data/asciidoc/common.aap +2 -2
  16. data/asciidoc/configure +2840 -0
  17. data/asciidoc/configure.ac +11 -0
  18. data/asciidoc/dblatex/asciidoc-dblatex.sty +2 -0
  19. data/asciidoc/dblatex/asciidoc-dblatex.xsl +15 -0
  20. data/asciidoc/dblatex/dblatex-readme.txt +19 -2
  21. data/asciidoc/doc/a2x.1 +77 -67
  22. data/asciidoc/doc/a2x.1.txt +11 -2
  23. data/asciidoc/doc/article.css-embedded.html +85 -63
  24. data/asciidoc/doc/article.html +644 -62
  25. data/asciidoc/doc/article.pdf +0 -0
  26. data/asciidoc/doc/article.txt +15 -17
  27. data/asciidoc/doc/asciidoc.1 +34 -40
  28. data/asciidoc/doc/asciidoc.1.css-embedded.html +67 -32
  29. data/asciidoc/doc/asciidoc.1.css.html +28 -28
  30. data/asciidoc/doc/asciidoc.1.html +33 -33
  31. data/asciidoc/doc/asciidoc.css-embedded.html +2234 -2348
  32. data/asciidoc/doc/asciidoc.css.html +2203 -2352
  33. data/asciidoc/doc/asciidoc.dict +52 -1
  34. data/asciidoc/doc/asciidoc.html +980 -1160
  35. data/asciidoc/doc/asciidoc.txt +941 -738
  36. data/asciidoc/doc/asciimathml.txt +63 -0
  37. data/asciidoc/doc/book-multi.html +26 -43
  38. data/asciidoc/doc/book-multi.txt +19 -23
  39. data/asciidoc/doc/book.css-embedded.html +92 -71
  40. data/asciidoc/doc/book.html +24 -41
  41. data/asciidoc/doc/book.txt +19 -21
  42. data/asciidoc/doc/docbook-xsl.css +1 -0
  43. data/asciidoc/doc/faq.txt +288 -60
  44. data/asciidoc/doc/images +1 -0
  45. data/asciidoc/doc/latex-backend.html +16 -123
  46. data/asciidoc/doc/latex-backend.txt +17 -19
  47. data/asciidoc/doc/latexmath.txt +233 -24
  48. data/asciidoc/doc/latexmathml.txt +41 -0
  49. data/asciidoc/doc/main.aap +9 -5
  50. data/asciidoc/doc/music-filter.pdf +0 -0
  51. data/asciidoc/doc/music-filter.txt +2 -2
  52. data/asciidoc/doc/source-highlight-filter.html +476 -105
  53. data/asciidoc/doc/source-highlight-filter.pdf +0 -0
  54. data/asciidoc/doc/source-highlight-filter.txt +39 -10
  55. data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +1 -29
  56. data/asciidoc/docbook-xsl/fo.xsl +35 -3
  57. data/asciidoc/docbook-xsl/manpage.xsl +3 -0
  58. data/asciidoc/docbook-xsl/text.xsl +50 -0
  59. data/asciidoc/docbook.conf +182 -73
  60. data/asciidoc/examples/website/ASCIIMathML.js +1 -0
  61. data/asciidoc/examples/website/CHANGELOG.html +618 -182
  62. data/asciidoc/examples/website/CHANGELOG.txt +1 -0
  63. data/asciidoc/examples/website/INSTALL.html +34 -36
  64. data/asciidoc/examples/website/INSTALL.txt +1 -0
  65. data/asciidoc/examples/website/LaTeXMathML.js +1 -0
  66. data/asciidoc/examples/website/README-website.html +26 -37
  67. data/asciidoc/examples/website/README-website.txt +6 -6
  68. data/asciidoc/examples/website/README.html +15 -15
  69. data/asciidoc/examples/website/README.txt +1 -0
  70. data/asciidoc/examples/website/a2x.1.html +74 -50
  71. data/asciidoc/examples/website/a2x.1.txt +1 -0
  72. data/asciidoc/examples/website/asciidoc-docbook-xsl.html +13 -48
  73. data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +1 -0
  74. data/asciidoc/examples/website/asciimathml.txt +1 -0
  75. data/asciidoc/examples/website/customers.csv +1 -0
  76. data/asciidoc/examples/website/downloads.html +69 -31
  77. data/asciidoc/examples/website/downloads.txt +28 -5
  78. data/asciidoc/examples/website/faq.html +370 -124
  79. data/asciidoc/examples/website/faq.txt +1 -0
  80. data/asciidoc/examples/website/images +1 -0
  81. data/asciidoc/examples/website/index.html +64 -64
  82. data/asciidoc/examples/website/index.txt +22 -15
  83. data/asciidoc/examples/website/latex-backend.html +152 -257
  84. data/asciidoc/examples/website/latex-backend.txt +1 -0
  85. data/asciidoc/examples/website/latexmathml.txt +1 -0
  86. data/asciidoc/examples/website/manpage.html +27 -27
  87. data/asciidoc/examples/website/manpage.txt +1 -0
  88. data/asciidoc/examples/website/music-filter.html +18 -18
  89. data/asciidoc/examples/website/music-filter.txt +1 -0
  90. data/asciidoc/examples/website/music1.abc +1 -1
  91. data/asciidoc/examples/website/music1.png +0 -0
  92. data/asciidoc/examples/website/music2.ly +1 -1
  93. data/asciidoc/examples/website/music2.png +0 -0
  94. data/asciidoc/examples/website/newlists.txt +40 -0
  95. data/asciidoc/examples/website/newtables.txt +397 -0
  96. data/asciidoc/examples/website/source-highlight-filter.html +67 -32
  97. data/asciidoc/examples/website/source-highlight-filter.txt +1 -0
  98. data/asciidoc/examples/website/support.html +4 -4
  99. data/asciidoc/examples/website/toc.js +1 -0
  100. data/asciidoc/examples/website/userguide.html +2190 -2339
  101. data/asciidoc/examples/website/userguide.txt +1 -0
  102. data/asciidoc/examples/website/version83.txt +37 -0
  103. data/asciidoc/examples/website/version9.html +13 -13
  104. data/asciidoc/examples/website/xhtml11-manpage.css +1 -0
  105. data/asciidoc/examples/website/xhtml11-quirks.css +1 -0
  106. data/asciidoc/examples/website/xhtml11.css +1 -0
  107. data/asciidoc/filters/code-filter-readme.txt +3 -3
  108. data/asciidoc/filters/code-filter-test.txt +6 -6
  109. data/asciidoc/filters/source-highlight-filter.conf +12 -5
  110. data/asciidoc/html4.conf +152 -58
  111. data/asciidoc/install-sh +201 -0
  112. data/asciidoc/latex.conf +41 -41
  113. data/asciidoc/stylesheets/docbook-xsl.css +1 -0
  114. data/asciidoc/stylesheets/xhtml11.css +39 -4
  115. data/asciidoc/text.conf +4 -4
  116. data/asciidoc/vim/syntax/asciidoc.vim +58 -32
  117. data/asciidoc/wordpress.conf +48 -0
  118. data/asciidoc/xhtml11-quirks.conf +1 -1
  119. data/asciidoc/xhtml11.conf +198 -70
  120. data/bin/mizuho +5 -2
  121. data/lib/mizuho/generator.rb +48 -19
  122. data/mizuho.gemspec +16 -6
  123. metadata +58 -15
  124. data/asciidoc/doc/asciimath.txt +0 -47
  125. data/asciidoc/docbook-xsl/shaded-literallayout.patch +0 -32
  126. data/asciidoc/examples/website/asciimath.html +0 -157
  127. data/asciidoc/examples/website/latexmath.html +0 -119
  128. data/asciidoc/filters/code-filter-test-c++.txt +0 -7
  129. data/asciidoc/install.sh +0 -55
  130. data/asciidoc/linuxdoc.conf +0 -285
  131. data/asciidoc/math.conf +0 -50
  132. data/asciidoc/stylesheets/xhtml-deprecated-manpage.css +0 -21
  133. data/asciidoc/stylesheets/xhtml-deprecated.css +0 -247
  134. data/asciidoc/t.conf +0 -20
  135. data/asciidoc/xhtml-deprecated-css.conf +0 -235
  136. data/asciidoc/xhtml-deprecated.conf +0 -351
@@ -0,0 +1,63 @@
1
+ ASCIIMathML Formulae
2
+ ====================
3
+
4
+ http://www1.chapman.edu/~jipsen/mathml/asciimath.html[ASCIIMathML] is
5
+ a clever JavaScript written by Peter Jipsen that transforms
6
+ mathematical formulae written in plain text to standard mathematical
7
+ notation on an HTML page. See 'Appendix E' in the AsciiDoc User Guide
8
+ for more details.
9
+
10
+ The AsciiDoc `xhtml11` backend supports ASCIIMathML -- it links the
11
+ ASCIIMathML script and escapes ASCIIMathML delimiters and special
12
+ characters to yield valid XHTML. To use ASCIIMathML:
13
+
14
+ 1. Include the `-a asciimath` command-line option when you run
15
+ `asciidoc(1)`.
16
+ 2. Enclose ASCIIMathML formulas inside math or double-dollar
17
+ passthroughs or in math passthrough blocks.
18
+
19
+ Here's the link:asciimath.txt[AsciiDoc source] that generated this
20
+ page.
21
+
22
+ .NOTE
23
+ - When you use the `\asciimath:[]` inline macro you need to escape `]`
24
+ characters in the formulas with a backslash, escaping is unnecessary
25
+ if you use the double-dollar macro (for examples see the first two
26
+ formulas below).
27
+ - See the
28
+ http://www1.chapman.edu/~jipsen/mathml/asciimath.html[ASCIIMathML]
29
+ website for ASCIIMathML documentation and the latest version.
30
+ - If the formulas don't appear to be correct you probably need to
31
+ install the correct math fonts (see the
32
+ http://www1.chapman.edu/~jipsen/mathml/asciimath.html[ASCIIMathML]
33
+ website for details).
34
+ - See the link:latexmathml.html[LaTeXMathML page] if you prefer to use
35
+ LaTeX math formulas.
36
+
37
+ A list of formulas with a mixture of formatting:
38
+
39
+ - asciimath:[[[a,b\],[c,d\]\]((n),(k))]
40
+ - $$`[[a,b],[c,d]]((n),(k))`$$
41
+ - asciimath:[x/x={(1,if x!=0),(text{undefined},if x=0):}]
42
+ - asciimath:[d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h]
43
+ - Red [red]+++`sum_(i=1)\^n i=(n(n+1))/2`$+++ and [blue]*bold
44
+ asciimath:[int_0\^(pi/2) sinx\ dx=1]*
45
+ - [,,1.5]## 1.5 times normal size asciimath:[(a,b\]={x in RR : a < x <= b}]##
46
+ - A [,,2]##big## [blue]##blue## formula
47
+ [blue,,2]##asciimath:[x^2+y_1+z_12^34]##.
48
+ - [green,yellow,4]##asciimath:[x^2+y_1+z_12^34]##
49
+
50
+ *********************************************************************
51
+ The first three terms factor to give
52
+ [red]##asciimath:[(x+b/(2a))^2=(b^2)/(4a^2)-c/a]##.
53
+
54
+ [red]##asciimath:[x+b/(2a)=+-sqrt((b^2)/(4a^2)-c/a)]##.
55
+
56
+ Now we take square roots on both sides and get
57
+ [red]##asciimath:[x+b/(2a)=+-sqrt((b^2)/(4a^2)-c/a)]##. Finally we
58
+ move the [red]##asciimath:[b/(2a)]## to the right and simplify to get
59
+ the two solutions:
60
+ [red]*asciimath:[x_(1,2)=(-b+-sqrt(b^2-4ac))/(2a)]*.
61
+
62
+ *********************************************************************
63
+
@@ -1,72 +1,55 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Multi-Part Book Title Goes Here</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.72.0" /></head><body><div class="book" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="id2417888"></a>Multi-Part Book Title Goes Here</h1></div><div><div class="author"><h3 class="author"><span class="firstname">Author's</span> <span class="surname">Name</span></h3></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr><tr><td align="left">Revision 1.0</td><td align="left">Dec 2003</td><td align="left">AN</td></tr></table></div></div></div><hr /></div><div class="dedication" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_dedication"></a>Dedication</h2></div></div></div><p>The optional dedication goes here.</p><p>This document is an <span class="emphasis"><em>AsciiDoc</em></span> multi-part book skeleton containing
2
+ <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Multi-Part Book Title Goes Here</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /></head><body><div class="book" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="id2425213"></a>Multi-Part Book Title Goes Here</h1></div><div><div class="author"><h3 class="author"><span class="firstname">Author's</span> <span class="surname">Name</span></h3></div></div><div><div class="revhistory"><table border="1" width="100%" summary="Revision history"><tr><th align="left" valign="top" colspan="3"><b>Revision History</b></th></tr><tr><td align="left">Revision 1.0</td><td align="left">Dec 2003</td><td align="left">AN</td></tr></table></div></div></div><hr /></div><div class="dedication" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_dedication"></a>Dedication</h2></div></div></div><p>The optional dedication goes here.</p><p>This document is an <span class="emphasis"><em>AsciiDoc</em></span> multi-part book skeleton containing
4
3
  briefly annotated element placeholders plus a couple of example index
5
4
  entries and footnotes. Books are normally used to generate DocBook
6
5
  markup and the preface, appendix, bibliography, glossary and index
7
6
  section titles are significant (<span class="emphasis"><em>specialsections</em></span>).</p><div class="note" style="margin-left: 0; margin-right: 10%;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./images/icons/note.png" /></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Multi-part books differ from all other <span class="emphasis"><em>AsciiDoc</em></span> document formats
8
7
  in that top level sections (dedication, preface, book parts,
9
8
  appendices, bibliography, glossary, index) must be level zero headings
10
- (not level one).</p></td></tr></table></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="preface"><a href="#_preface">Preface</a></span></dt><dd><dl><dt><span class="section"><a href="#_preface_sub_section">1. Preface Sub-section</a></span></dt></dl></dd><dt><span class="part"><a href="#_the_first_part_of_the_book">I. The First Part of the Book</a></span></dt><dd><dl><dt><span class="chapter"><a href="#_the_first_chapter">1. The First Chapter</a></span></dt><dd><dl><dt><span class="section"><a href="#X1">1.1. Sub-section with Anchor</a></span></dt><dd><dl><dt><span class="section"><a href="#_chapter_sub_section">1.1.1. Chapter Sub-section</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#_the_second_chapter">2. The Second Chapter</a></span></dt></dl></dd><dt><span class="part"><a href="#_the_second_part_of_the_book">II. The Second Part of the Book</a></span></dt><dd><dl><dt><span class="chapter"><a href="#_the_first_chapter_of_the_second_part">3. The First Chapter of the Second Part</a></span></dt></dl></dd><dt><span class="appendix"><a href="#_example_appendix">A. Example Appendix</a></span></dt><dd><dl><dt><span class="section"><a href="#_appendix_sub_section">A.1. Appendix Sub-section</a></span></dt></dl></dd><dt><span class="bibliography"><a href="#_bibliography">Bibliography</a></span></dt><dt><span class="glossary"><a href="#_glossary">Glossary</a></span></dt><dt><span class="index"><a href="#_index">Index</a></span></dt></dl></div><div class="list-of-figures"><p><b>List of Figures</b></p><dl><dt>1.1. <a href="#id2488294">Tiger block image</a></dt></dl></div><div class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>1.1. <a href="#id2488322">An example table</a></dt></dl></div><div class="preface" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_preface"></a>Preface</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_preface_sub_section">1. Preface Sub-section</a></span></dt></dl></div><p>The optional book preface goes here at section level zero.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_preface_sub_section"></a>1. Preface Sub-section</h2></div></div></div><div class="note" style="margin-left: 0; margin-right: 10%;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./images/icons/note.png" /></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Preface and appendix subsections start out of sequence at level
9
+ (not level one).</p></td></tr></table></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="preface"><a href="#_preface">Preface</a></span></dt><dd><dl><dt><span class="section"><a href="#_preface_sub_section">1. Preface Sub-section</a></span></dt></dl></dd><dt><span class="part"><a href="#_the_first_part_of_the_book">I. The First Part of the Book</a></span></dt><dd><dl><dt><span class="chapter"><a href="#_the_first_chapter">1. The First Chapter</a></span></dt><dd><dl><dt><span class="section"><a href="#X1">1.1. Sub-section with Anchor</a></span></dt><dd><dl><dt><span class="section"><a href="#_chapter_sub_section">1.1.1. Chapter Sub-section</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#_the_second_chapter">2. The Second Chapter</a></span></dt></dl></dd><dt><span class="part"><a href="#_the_second_part_of_the_book">II. The Second Part of the Book</a></span></dt><dd><dl><dt><span class="chapter"><a href="#_the_first_chapter_of_the_second_part">3. The First Chapter of the Second Part</a></span></dt></dl></dd><dt><span class="appendix"><a href="#_example_appendix">A. Example Appendix</a></span></dt><dd><dl><dt><span class="section"><a href="#_appendix_sub_section">A.1. Appendix Sub-section</a></span></dt></dl></dd><dt><span class="bibliography"><a href="#_bibliography">Bibliography</a></span></dt><dt><span class="glossary"><a href="#_glossary">Glossary</a></span></dt><dt><span class="index"><a href="#_index">Index</a></span></dt></dl></div><div class="list-of-figures"><p><b>List of Figures</b></p><dl><dt>1.1. <a href="#id2477614">Tiger block image</a></dt></dl></div><div class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>1.1. <a href="#id2477690">An example table</a></dt></dl></div><div class="preface" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_preface"></a>Preface</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_preface_sub_section">1. Preface Sub-section</a></span></dt></dl></div><p>The optional book preface goes here at section level zero.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_preface_sub_section"></a>1. Preface Sub-section</h2></div></div></div><div class="note" style="margin-left: 0; margin-right: 10%;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./images/icons/note.png" /></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Preface and appendix subsections start out of sequence at level
11
10
  2 (level 1 is skipped). This only applies to multi-part book
12
11
  documents.</p></td></tr></table></div></div></div><div class="part" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="_the_first_part_of_the_book"></a>Part I. The First Part of the Book</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#_the_first_chapter">1. The First Chapter</a></span></dt><dd><dl><dt><span class="section"><a href="#X1">1.1. Sub-section with Anchor</a></span></dt><dd><dl><dt><span class="section"><a href="#_chapter_sub_section">1.1.1. Chapter Sub-section</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#_the_second_chapter">2. The Second Chapter</a></span></dt></dl></div><div class="chapter" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_the_first_chapter"></a>Chapter 1. The First Chapter</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#X1">1.1. Sub-section with Anchor</a></span></dt><dd><dl><dt><span class="section"><a href="#_chapter_sub_section">1.1.1. Chapter Sub-section</a></span></dt></dl></dd></dl></div><p>Chapters can be grouped by preceeding them with a level 0 Book Part
13
12
  title.</p><p>Book chapters are at level 1 and can contain sub-sections nested up to
14
13
  three deep.
15
- <sup>[<a id="id2488102" href="#ftn.id2488102">1</a>]</sup>
16
- <a id="id2488107" class="indexterm"></a></p><p>It's also worth noting that a book part can have it's own preface,
14
+ <sup>[<a id="id2477467" href="#ftn.id2477467" class="footnote">1</a>]</sup>
15
+ <a id="id2477472" class="indexterm"></a></p><p>Its also worth noting that a book part can have its own preface,
17
16
  bibliography, glossary and index. Chapters can have their own
18
- bibliography, glossary and index.</p><p>And now for something completely different: <a id="id2488127" class="indexterm"></a>
19
- monkeys, lions and
17
+ bibliography, glossary and index.</p><p>And now for something completely different: <a id="id2477493" class="indexterm"></a>monkeys, lions and
20
18
  tigers (Bengal and Siberian) using the alternative syntax index
21
19
  entries.
22
- <a id="id2488139" class="indexterm"></a>
23
- <a id="id2488150" class="indexterm"></a>
24
- <a id="id2488159" class="indexterm"></a>
25
- <a id="id2488173" class="indexterm"></a>
26
- <a id="id2488185" class="indexterm"></a>
27
- <a id="id2488194" class="indexterm"></a>
28
- <a id="id2488208" class="indexterm"></a>
29
- <a id="id2488219" class="indexterm"></a>
20
+ <a id="id2477502" class="indexterm"></a>
21
+ <a id="id2477514" class="indexterm"></a>
22
+ <a id="id2477523" class="indexterm"></a>
23
+ <a id="id2477537" class="indexterm"></a>
24
+ <a id="id2477548" class="indexterm"></a>
25
+ <a id="id2477557" class="indexterm"></a>
26
+ <a id="id2477571" class="indexterm"></a>
27
+ <a id="id2477582" class="indexterm"></a>
30
28
  Note that multi-entry terms generate separate index entries.</p><p>Here are a couple of image examples: an <span class="inlinemediaobject"><img src="images/smallnew.png" alt="images/smallnew.png" /></span>
31
- example inline image followed by an example block image:</p><div class="figure"><a id="id2488294"></a><p class="title"><b>Figure 1.1. Tiger block image</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/tiger.png" alt="Tiger image" /></div></div></div><br class="figure-break" /><p>Followed by an example table:</p><div class="table"><a id="id2488322"></a><p class="title"><b>Table 1.1. An example table</b></p><div class="table-contents"><table summary="An example table" cellpadding="4px" border="0" style="border-collapse: collapse;border-top: 2px solid #527bbd; border-bottom: 2px solid #527bbd; "><colgroup><col align="left" /><col align="left" /></colgroup><thead><tr><th style="" align="left">
32
- Option
33
- </th><th style="" align="left">
34
- Description
35
- </th></tr></thead><tbody><tr><td style="" align="left">
36
- -a <span class="emphasis"><em>USER GROUP</em></span>
37
- </td><td style="" align="left">
38
- Add <span class="emphasis"><em>USER</em></span> to <span class="emphasis"><em>GROUP</em></span>.
39
- </td></tr><tr><td style="" align="left">
40
- -R <span class="emphasis"><em>GROUP</em></span>
41
- </td><td style="" align="left">
42
- Disables access to <span class="emphasis"><em>GROUP</em></span>.
43
- </td></tr></tbody></table></div></div><br class="table-break" /><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="X1"></a>1.1. Sub-section with Anchor</h2></div></div></div><p>Sub-section at level 2.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="_chapter_sub_section"></a>1.1.1. Chapter Sub-section</h3></div></div></div><p>Sub-section at level 3.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="_chapter_sub_section_2"></a>1.1.1.1. Chapter Sub-section</h4></div></div></div><p>Sub-section at level 4.</p><p>This is the maximum sub-section depth supported by the distributed
29
+ example inline image followed by an example block image:</p><div class="figure"><a id="id2477614"></a><p class="title"><b>Figure 1.1. Tiger block image</b></p><div class="figure-contents"><div class="mediaobject"><img src="images/tiger.png" alt="Tiger image" /></div></div></div><br class="figure-break" /><p>Followed by an example table:</p><div class="table"><a id="id2477690"></a><p class="title"><b>Table 1.1. An example table</b></p><div class="table-contents"><table summary="An example table" cellpadding="4px" style="border-collapse: collapse;border-top: 2px solid #527bbd; border-bottom: 2px solid #527bbd; border-left: 2px solid #527bbd; border-right: 2px solid #527bbd; "><colgroup><col align="left" /><col align="left" /></colgroup><thead valign="top"><tr><th style="border-right: 1px solid ; border-bottom: 1px solid ; " align="left" valign="top"> Option </th><th style="border-bottom: 1px solid ; " align="left" valign="top"> Description</th></tr></thead><tbody valign="top"><tr><td style="border-right: 1px solid ; border-bottom: 1px solid ; " align="left" valign="top"><p>-a <span class="emphasis"><em>USER GROUP</em></span></p></td><td style="border-bottom: 1px solid ; " align="left" valign="top"><p>Add <span class="emphasis"><em>USER</em></span> to <span class="emphasis"><em>GROUP</em></span>.</p></td></tr><tr><td style="border-right: 1px solid ; " align="left" valign="top"><p>-R <span class="emphasis"><em>GROUP</em></span></p></td><td style="" align="left" valign="top"><p>Disables access to <span class="emphasis"><em>GROUP</em></span>.</p></td></tr></tbody></table></div></div><br class="table-break" /><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="X1"></a>1.1. Sub-section with Anchor</h2></div></div></div><p>Sub-section at level 2.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="_chapter_sub_section"></a>1.1.1. Chapter Sub-section</h3></div></div></div><p>Sub-section at level 3.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h4 class="title"><a id="_chapter_sub_section_2"></a>1.1.1.1. Chapter Sub-section</h4></div></div></div><p>Sub-section at level 4.</p><p>This is the maximum sub-section depth supported by the distributed
44
30
  <span class="emphasis"><em>AsciiDoc</em></span> configuration.
45
- <sup>[<a id="id2488460" href="#ftn.id2488460">2</a>]</sup></p></div></div></div><div class="footnotes"><br /><hr width="100" align="left" /><div class="footnote"><p><sup>[<a id="ftn.id2488102" href="#id2488102">1</a>] </sup>An example footnote.</p></div><div class="footnote"><p><sup>[<a id="ftn.id2488460" href="#id2488460">2</a>] </sup>A second example footnote.</p></div></div></div><div class="chapter" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_the_second_chapter"></a>Chapter 2. The Second Chapter</h2></div></div></div><p>An example link to anchor at start of the <a href="#X1" title="1.1.&#xA0;Sub-section with Anchor">first sub-section</a>.
46
- <a id="id2488489" class="indexterm"></a></p><p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p></div></div><div class="part" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="_the_second_part_of_the_book"></a>Part II. The Second Part of the Book</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#_the_first_chapter_of_the_second_part">3. The First Chapter of the Second Part</a></span></dt></dl></div><div class="chapter" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_the_first_chapter_of_the_second_part"></a>Chapter 3. The First Chapter of the Second Part</h2></div></div></div><p>Chapters grouped into book parts are at level 1 and can contain
31
+ <sup>[<a id="id2477824" href="#ftn.id2477824" class="footnote">2</a>]</sup></p></div></div></div><div class="footnotes"><br /><hr width="100" align="left" /><div class="footnote"><p><sup>[<a id="ftn.id2477467" href="#id2477467" class="simpara">1</a>] </sup>An example footnote.</p></div><div class="footnote"><p><sup>[<a id="ftn.id2477824" href="#id2477824" class="simpara">2</a>] </sup>A second example footnote.</p></div></div></div><div class="chapter" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_the_second_chapter"></a>Chapter 2. The Second Chapter</h2></div></div></div><p>An example link to anchor at start of the <a class="link" href="#X1" title="1.1.&#xA0;Sub-section with Anchor">first sub-section</a>.
32
+ <a id="id2477953" class="indexterm"></a></p><p>An example link to a bibliography entry <a class="xref" href="#taoup">[taoup]</a>.</p></div></div><div class="part" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="_the_second_part_of_the_book"></a>Part II. The Second Part of the Book</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#_the_first_chapter_of_the_second_part">3. The First Chapter of the Second Part</a></span></dt></dl></div><div class="chapter" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_the_first_chapter_of_the_second_part"></a>Chapter 3. The First Chapter of the Second Part</h2></div></div></div><p>Chapters grouped into book parts are at level 1 and can contain
47
33
  sub-sections.</p></div></div><div class="appendix" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="_example_appendix"></a>Appendix A. Example Appendix</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_appendix_sub_section">A.1. Appendix Sub-section</a></span></dt></dl></div><p>One or more optional appendixes go here at section level zero.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_appendix_sub_section"></a>A.1. Appendix Sub-section</h2></div></div></div><div class="note" style="margin-left: 0; margin-right: 10%;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="./images/icons/note.png" /></td><th align="left"></th></tr><tr><td align="left" valign="top"><p>Preface and appendix subsections start out of sequence at level
48
34
  2 (level 1 is skipped). This only applies to multi-part book
49
- documents.</p></td></tr></table></div></div></div><div class="bibliography"><div class="titlepage"><div><div><h2 class="title"><a id="_bibliography"></a>Bibliography</h2></div></div></div><p>The bibliography list is an example of an <span class="emphasis"><em>AsciiDoc</em></span> SimpleList, the
50
- <span class="emphasis"><em>AsciiDoc</em></span> source list items are bulleted with a <code class="literal">+</code> character. The
51
- first entry in this example has an anchor.</p><div class="bibliomixed"><a id="id2488937"></a><p class="bibliomixed">
35
+ documents.</p></td></tr></table></div></div></div><div class="bibliography"><div class="titlepage"><div><div><h2 class="title"><a id="_bibliography"></a>Bibliography</h2></div></div></div><p>The bibliography list is a style of <span class="emphasis"><em>AsciiDoc</em></span> bulleted list.</p><div class="bibliomixed"><a id="id2479254"></a><p class="bibliomixed">
52
36
  <span class="bibliomisc">
53
- <a id="taoup"></a>[taoup] Eric Steven Raymond. <span class="emphasis"><em>The Art of Unix Programming</em></span>.
54
- Addison-Wesley. ISBN 0-13-142901-9.
37
+ <a id="taoup"></a>[taoup] Eric Steven Raymond. <span class="emphasis"><em>The Art of Unix
38
+ Programming</em></span>. Addison-Wesley. ISBN 0-13-142901-9.
55
39
  </span>
56
- </p></div><div class="bibliomixed"><a id="id2488956"></a><p class="bibliomixed">
40
+ </p></div><div class="bibliomixed"><a id="id2479273"></a><p class="bibliomixed">
57
41
  <span class="bibliomisc">
58
42
  <a id="walsh-muellner"></a>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
59
- <span class="emphasis"><em>DocBook - The Definative Guide</em></span>. O'Reilly &amp; Associates. 199.
43
+ <span class="emphasis"><em>DocBook - The Definitive Guide</em></span>. OReilly &amp; Associates. 1999.
60
44
  ISBN 1-56592-580-7.
61
45
  </span>
62
- </p></div></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a id="_glossary"></a>Glossary</h2></div></div></div><p>Glossaries are optional. Glossaries are an example of an <span class="emphasis"><em>AsciiDoc</em></span>
63
- VariableList, the <span class="emphasis"><em>AsciiDoc</em></span> glossary entry terms are terminated
64
- by the <code class="literal">:-</code> characters.</p><dl><dt>
46
+ </p></div></div><div class="glossary"><div class="titlepage"><div><div><h2 class="title"><a id="_glossary"></a>Glossary</h2></div></div></div><p>Glossaries are optional. Glossaries entries are an example of a style
47
+ of <span class="emphasis"><em>AsciiDoc</em></span> labeled lists.</p><dl><dt>
65
48
  A glossary term
66
49
  </dt><dd><p>
67
- The corresponding (indented) definition.
50
+ The corresponding (indented) definition.
68
51
  </p></dd><dt>
69
52
  A second glossary term
70
53
  </dt><dd><p>
71
- The corresponding (indented) definition.
72
- </p></dd></dl></div><div class="index"><div class="titlepage"><div><div><h2 class="title"><a id="_index"></a>Index</h2></div></div></div><div class="index"><div class="indexdiv"><h3>B</h3><dl><dt>Bengal Tiger, <a href="#_the_first_chapter">The First Chapter</a></dt><dt>Big cats</dt><dd><dl><dt>Lions, <a href="#_the_first_chapter">The First Chapter</a></dt><dt>Tigers</dt><dd><dl><dt>Bengal Tiger, <a href="#_the_first_chapter">The First Chapter</a></dt><dt>Siberian Tiger, <a href="#_the_first_chapter">The First Chapter</a></dt></dl></dd></dl></dd></dl></div><div class="indexdiv"><h3>E</h3><dl><dt>Example index entry, <a href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>L</h3><dl><dt>Lions, <a href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>M</h3><dl><dt>monkeys, <a href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>S</h3><dl><dt>Second example index entry, <a href="#_the_second_chapter">The Second Chapter</a></dt><dt>Siberian Tiger, <a href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>T</h3><dl><dt>Tigers</dt><dd><dl><dt>Bengal Tiger, <a href="#_the_first_chapter">The First Chapter</a></dt><dt>Siberian Tiger, <a href="#_the_first_chapter">The First Chapter</a></dt></dl></dd></dl></div></div></div></div></body></html>
54
+ The corresponding (indented) definition.
55
+ </p></dd></dl></div><div class="index"><div class="titlepage"><div><div><h2 class="title"><a id="_index"></a>Index</h2></div></div></div><div class="index"><div class="indexdiv"><h3>B</h3><dl><dt>Bengal Tiger, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt><dt>Big cats</dt><dd><dl><dt>Lions, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt><dt>Tigers</dt><dd><dl><dt>Bengal Tiger, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt><dt>Siberian Tiger, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt></dl></dd></dl></dd></dl></div><div class="indexdiv"><h3>E</h3><dl><dt>Example index entry, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>L</h3><dl><dt>Lions, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>M</h3><dl><dt>monkeys, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>S</h3><dl><dt>Second example index entry, <a class="indexterm" href="#_the_second_chapter">The Second Chapter</a></dt><dt>Siberian Tiger, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt></dl></div><div class="indexdiv"><h3>T</h3><dl><dt>Tigers</dt><dd><dl><dt>Bengal Tiger, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt><dt>Siberian Tiger, <a class="indexterm" href="#_the_first_chapter">The First Chapter</a></dt></dl></dd></dl></div></div></div></div></body></html>
@@ -66,12 +66,12 @@ image::images/tiger.png[Tiger image]
66
66
  Followed by an example table:
67
67
 
68
68
  .An example table
69
- `-----------------`--------------------------
70
- Option Description
71
- ---------------------------------------------
72
- -a 'USER GROUP' Add 'USER' to 'GROUP'.
73
- -R 'GROUP' Disables access to 'GROUP'.
74
- ---------------------------------------------
69
+ [width="60%",options="header"]
70
+ |==============================================
71
+ | Option | Description
72
+ | -a 'USER GROUP' | Add 'USER' to 'GROUP'.
73
+ | -R 'GROUP' | Disables access to 'GROUP'.
74
+ |==============================================
75
75
 
76
76
  [[X1]]
77
77
  Sub-section with Anchor
@@ -124,31 +124,27 @@ documents.
124
124
 
125
125
  Bibliography
126
126
  ============
127
- The bibliography list is an example of an AsciiDoc SimpleList, the
128
- AsciiDoc source list items are bulleted with a `+` character. The
129
- first entry in this example has an anchor.
127
+ The bibliography list is a style of AsciiDoc bulleted list.
130
128
 
131
- + [[[taoup]]] Eric Steven Raymond. 'The Art of Unix Programming'.
132
- Addison-Wesley. ISBN 0-13-142901-9.
133
-
134
- + [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
135
- 'DocBook - The Definative Guide'. O'Reilly & Associates. 199.
129
+ [bibliography]
130
+ - [[[taoup]]] Eric Steven Raymond. 'The Art of Unix
131
+ Programming'. Addison-Wesley. ISBN 0-13-142901-9.
132
+ - [[[walsh-muellner]]] Norman Walsh & Leonard Muellner.
133
+ 'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999.
136
134
  ISBN 1-56592-580-7.
137
135
 
138
136
 
139
-
140
137
  Glossary
141
138
  ========
142
- Glossaries are optional. Glossaries are an example of an AsciiDoc
143
- VariableList, the AsciiDoc glossary entry terms are terminated
144
- by the `:-` characters.
145
-
146
- A glossary term:-
147
- The corresponding (indented) definition.
139
+ Glossaries are optional. Glossaries entries are an example of a style
140
+ of AsciiDoc labeled lists.
148
141
 
149
- A second glossary term:-
150
- The corresponding (indented) definition.
142
+ [glossary]
143
+ A glossary term::
144
+ The corresponding (indented) definition.
151
145
 
146
+ A second glossary term::
147
+ The corresponding (indented) definition.
152
148
 
153
149
 
154
150
  Index
@@ -3,7 +3,8 @@
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
- <meta name="generator" content="AsciiDoc 8.2.7" />
6
+ <meta name="generator" content="AsciiDoc 8.3.1" />
7
+ <title>Book Title Goes Here</title>
7
8
  <style type="text/css">
8
9
  /* Debug borders */
9
10
  p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -218,6 +219,7 @@ dt {
218
219
  margin-top: 0.5em;
219
220
  margin-bottom: 0;
220
221
  font-style: normal;
222
+ color: navy;
221
223
  }
222
224
  dd > *:first-child {
223
225
  margin-top: 0.1em;
@@ -233,6 +235,13 @@ div.olist2 > ol {
233
235
  list-style-type: lower-alpha;
234
236
  }
235
237
 
238
+ div.compact ul, div.compact ol,
239
+ div.compact p, div.compact p,
240
+ div.compact div, div.compact div {
241
+ margin-top: 0.1em;
242
+ margin-bottom: 0.1em;
243
+ }
244
+
236
245
  div.tableblock > table {
237
246
  border: 3px solid #527bbd;
238
247
  }
@@ -243,22 +252,49 @@ thead {
243
252
  tfoot {
244
253
  font-weight: bold;
245
254
  }
255
+ td > div.verse {
256
+ white-space: pre;
257
+ }
258
+ p.table {
259
+ margin-top: 0;
260
+ }
261
+ /* Because the table frame attribute is overriden by CSS in most browsers. */
262
+ div.tableblock > table[frame="void"] {
263
+ border-style: none;
264
+ }
265
+ div.tableblock > table[frame="hsides"] {
266
+ border-left-style: none;
267
+ border-right-style: none;
268
+ }
269
+ div.tableblock > table[frame="vsides"] {
270
+ border-top-style: none;
271
+ border-bottom-style: none;
272
+ }
246
273
 
247
- div.hlist {
274
+
275
+ div.hdlist {
248
276
  margin-top: 0.8em;
249
277
  margin-bottom: 0.8em;
250
278
  }
251
- div.hlist td {
279
+ div.hdlist tr {
252
280
  padding-bottom: 15px;
253
281
  }
254
- td.hlist1 {
282
+ dt.hdlist1.strong, td.hdlist1.strong {
283
+ font-weight: bold;
284
+ }
285
+ td.hdlist1 {
255
286
  vertical-align: top;
256
287
  font-style: normal;
257
288
  padding-right: 0.8em;
289
+ color: navy;
258
290
  }
259
- td.hlist2 {
291
+ td.hdlist2 {
260
292
  vertical-align: top;
261
293
  }
294
+ div.hdlist.compact tr {
295
+ margin: 0;
296
+ padding-bottom: 0;
297
+ }
262
298
 
263
299
  @media print {
264
300
  div#footer-badges { display: none; }
@@ -413,7 +449,6 @@ function generateToc(toclevels) {
413
449
  }
414
450
  /*]]>*/
415
451
  </script>
416
- <title>Book Title Goes Here</title>
417
452
  </head>
418
453
  <body>
419
454
  <div id="header">
@@ -428,33 +463,33 @@ Dec 2003
428
463
  </div>
429
464
  <h2 id="_dedication">1. Dedication</h2>
430
465
  <div class="sectionbody">
431
- <div class="para"><p>Optional dedication.</p></div>
432
- <div class="para"><p>This document is an <em>AsciiDoc</em> book skeleton containing briefly
466
+ <div class="paragraph"><p>Optional dedication.</p></div>
467
+ <div class="paragraph"><p>This document is an <em>AsciiDoc</em> book skeleton containing briefly
433
468
  annotated example elements plus a couple of example index entries and
434
469
  footnotes.</p></div>
435
- <div class="para"><p>Books are normally used to generate DocBook markup and the titles of
470
+ <div class="paragraph"><p>Books are normally used to generate DocBook markup and the titles of
436
471
  the preface, appendix, bibliography, glossary and index sections are
437
472
  significant (<em>specialsections</em>).</p></div>
438
473
  </div>
439
474
  <h2 id="_preface">2. Preface</h2>
440
475
  <div class="sectionbody">
441
- <div class="para"><p>Optional preface.</p></div>
476
+ <div class="paragraph"><p>Optional preface.</p></div>
442
477
  <h3 id="_preface_sub_section">2.1. Preface Sub-section</h3><div style="clear:left"></div>
443
- <div class="para"><p>Preface sub-section body.</p></div>
478
+ <div class="paragraph"><p>Preface sub-section body.</p></div>
444
479
  </div>
445
480
  <h2 id="_the_first_chapter">3. The First Chapter</h2>
446
481
  <div class="sectionbody">
447
- <div class="para"><p>Chapters can contain sub-sections nested up to three deep.
482
+ <div class="paragraph"><p>Chapters can contain sub-sections nested up to three deep.
448
483
  <br />[An example footnote.]<br /></p></div>
449
- <div class="para"><p>Chapters can have their own bibliography, glossary and index.</p></div>
450
- <div class="para"><p>And now for something completely different: monkeys, lions and
484
+ <div class="paragraph"><p>Chapters can have their own bibliography, glossary and index.</p></div>
485
+ <div class="paragraph"><p>And now for something completely different: monkeys, lions and
451
486
  tigers (Bengal and Siberian) using the alternative syntax index
452
487
  entries.
453
488
 
454
489
 
455
490
 
456
491
  Note that multi-entry terms generate separate index entries.</p></div>
457
- <div class="para"><p>Here are a couple of image examples: an <span class="image">
492
+ <div class="paragraph"><p>Here are a couple of image examples: an <span class="image">
458
493
  <img src="images/smallnew.png" alt="images/smallnew.png" />
459
494
  </span>
460
495
  example inline image followed by an example block image:</p></div>
@@ -462,104 +497,90 @@ example inline image followed by an example block image:</p></div>
462
497
  <div class="content">
463
498
  <img src="images/tiger.png" alt="Tiger image" title="Tiger image"/>
464
499
  </div>
465
- <div class="image-title">Figure: Tiger block image</div>
500
+ <div class="image-title">Tiger block image</div>
466
501
  </div>
467
- <div class="para"><p>Followed by an example table:</p></div>
502
+ <div class="paragraph"><p>Followed by an example table:</p></div>
468
503
  <div class="tableblock">
469
- <table rules="none"
470
- frame="hsides"
504
+ <table rules="all"
505
+ width="60%"
506
+ frame="border"
471
507
  cellspacing="0" cellpadding="4">
472
- <caption class="title">Table: An example table</caption>
473
- <col width="205" />
474
- <col width="308" />
475
- <thead>
476
- <tr>
477
- <th align="left">
478
- Option
479
- </th>
480
- <th align="left">
481
- Description
482
- </th>
483
- </tr>
508
+ <caption class="title">An example table</caption>
509
+ <col width="50%" />
510
+ <col width="50%" />
511
+ <thead valign="top">
512
+ <tr>
513
+ <th align="left"> Option </th>
514
+ <th align="left"> Description</th>
515
+ </tr>
484
516
  </thead>
485
517
  <tbody valign="top">
486
- <tr>
487
- <td align="left">
488
- -a <em>USER GROUP</em>
489
- </td>
490
- <td align="left">
491
- Add <em>USER</em> to <em>GROUP</em>.
492
- </td>
493
- </tr>
494
- <tr>
495
- <td align="left">
496
- -R <em>GROUP</em>
497
- </td>
498
- <td align="left">
499
- Disables access to <em>GROUP</em>.
500
- </td>
501
- </tr>
518
+ <tr>
519
+ <td align="left"><p class="table">-a <em>USER GROUP</em></p></td>
520
+ <td align="left"><p class="table">Add <em>USER</em> to <em>GROUP</em>.</p></td>
521
+ </tr>
522
+ <tr>
523
+ <td align="left"><p class="table">-R <em>GROUP</em></p></td>
524
+ <td align="left"><p class="table">Disables access to <em>GROUP</em>.</p></td>
525
+ </tr>
502
526
  </tbody>
503
527
  </table>
504
528
  </div>
505
529
  <h3 id="X1">3.1. Sub-section with Anchor</h3><div style="clear:left"></div>
506
- <div class="para"><p>Sub-section at level 2.</p></div>
530
+ <div class="paragraph"><p>Sub-section at level 2.</p></div>
507
531
  <h4 id="_chapter_sub_section">3.1.1. Chapter Sub-section</h4>
508
- <div class="para"><p>Sub-section at level 3.</p></div>
532
+ <div class="paragraph"><p>Sub-section at level 3.</p></div>
509
533
  <h5 id="_chapter_sub_section_2">Chapter Sub-section</h5>
510
- <div class="para"><p>Sub-section at level 4.</p></div>
511
- <div class="para"><p>This is the maximum sub-section depth supported by the distributed
534
+ <div class="paragraph"><p>Sub-section at level 4.</p></div>
535
+ <div class="paragraph"><p>This is the maximum sub-section depth supported by the distributed
512
536
  <em>AsciiDoc</em> configuration.
513
537
  <br />[A second example footnote.]<br /></p></div>
514
538
  </div>
515
539
  <h2 id="_the_second_chapter">4. The Second Chapter</h2>
516
540
  <div class="sectionbody">
517
- <div class="para"><p>An example link to anchor at start of the <a href="#X1">first sub-section</a>.</p></div>
518
- <div class="para"><p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p></div>
541
+ <div class="paragraph"><p>An example link to anchor at start of the <a href="#X1">first sub-section</a>.</p></div>
542
+ <div class="paragraph"><p>An example link to a bibliography entry <a href="#taoup">[taoup]</a>.</p></div>
519
543
  </div>
520
544
  <h2 id="_the_third_chapter">5. The Third Chapter</h2>
521
545
  <div class="sectionbody">
522
- <div class="para"><p>Book chapters are at level 1 and can contain sub-sections.</p></div>
546
+ <div class="paragraph"><p>Book chapters are at level 1 and can contain sub-sections.</p></div>
523
547
  </div>
524
548
  <h2 id="_appendix_a_example_appendix">6. Appendix A: Example Appendix</h2>
525
549
  <div class="sectionbody">
526
- <div class="para"><p>One or more optional appendixes go here at section level 1.</p></div>
550
+ <div class="paragraph"><p>One or more optional appendixes go here at section level 1.</p></div>
527
551
  <h3 id="_appendix_sub_section">6.1. Appendix Sub-section</h3><div style="clear:left"></div>
528
- <div class="para"><p>Sub-section body.</p></div>
552
+ <div class="paragraph"><p>Sub-section body.</p></div>
529
553
  </div>
530
554
  <h2 id="_bibliography">7. Bibliography</h2>
531
555
  <div class="sectionbody">
532
- <div class="para"><p>The bibliography list is an example of an <em>AsciiDoc</em> SimpleList, the
533
- <em>AsciiDoc</em> source list items are bulleted with a <tt>+</tt> character. The
534
- first entry in this example has an anchor.</p></div>
535
- <div class="olist"><ol>
556
+ <div class="paragraph"><p>The bibliography list is a style of <em>AsciiDoc</em> bulleted list.</p></div>
557
+ <div class="ulist bibliography"><ul>
536
558
  <li>
537
559
  <p>
538
- <a id="taoup"></a>[taoup] Eric Steven Raymond. <em>The Art of Unix Programming</em>.
539
- Addison-Wesley. ISBN 0-13-142901-9.
560
+ <a id="taoup"></a>[taoup] Eric Steven Raymond. <em>The Art of Unix
561
+ Programming</em>. Addison-Wesley. ISBN 0-13-142901-9.
540
562
  </p>
541
563
  </li>
542
564
  <li>
543
565
  <p>
544
566
  <a id="walsh-muellner"></a>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
545
- <em>DocBook - The Definative Guide</em>. O'Reilly &amp; Associates. 199.
567
+ <em>DocBook - The Definitive Guide</em>. O&#8217;Reilly &amp; Associates. 1999.
546
568
  ISBN 1-56592-580-7.
547
569
  </p>
548
570
  </li>
549
- </ol></div>
571
+ </ul></div>
550
572
  </div>
551
573
  <h2 id="_glossary">8. Glossary</h2>
552
574
  <div class="sectionbody">
553
- <div class="para"><p>Glossaries are optional. Glossaries are an example of an <em>AsciiDoc</em>
554
- VariableList, the <em>AsciiDoc</em> glossary entry terms are terminated
555
- by the <tt>:-</tt> characters.</p></div>
556
- <div class="vlist"><dl>
575
+ <div class="paragraph"><p>Glossaries are optional. Glossaries entries are an example of a style
576
+ of <em>AsciiDoc</em> labeled lists.</p></div>
577
+ <div class="dlist glossary"><dl>
557
578
  <dt>
558
579
  A glossary term
559
580
  </dt>
560
581
  <dd>
561
582
  <p>
562
- The corresponding (indented) definition.
583
+ The corresponding (indented) definition.
563
584
  </p>
564
585
  </dd>
565
586
  <dt>
@@ -567,7 +588,7 @@ A second glossary term
567
588
  </dt>
568
589
  <dd>
569
590
  <p>
570
- The corresponding (indented) definition.
591
+ The corresponding (indented) definition.
571
592
  </p>
572
593
  </dd>
573
594
  </dl></div>
@@ -578,7 +599,7 @@ A second glossary term
578
599
  <div id="footer">
579
600
  <div id="footer-text">
580
601
  Version 1.0<br />
581
- Last updated 2008-07-03 13:38:34 NZDT
602
+ Last updated 2008-12-13 09:56:50 NZDT
582
603
  </div>
583
604
  </div>
584
605
  </body>