mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
Merge the 1.5.2 changes from trunk.
[SVN r62830]
This commit is contained in:
@@ -32,15 +32,18 @@ test-suite quickbook.test :
|
||||
[ quickbook-test section_1_4 ]
|
||||
[ quickbook-test section_1_5 ]
|
||||
[ quickbook-test heading ]
|
||||
[ quickbook-test para-test ]
|
||||
[ quickbook-test table_1_5 ]
|
||||
[ quickbook-test image_1_5 ]
|
||||
[ quickbook-test list_test ]
|
||||
[ quickbook-test cond_phrase ]
|
||||
[ quickbook-test doc-info-1 ]
|
||||
[ quickbook-test doc-info-2 ]
|
||||
[ quickbook-test callouts ]
|
||||
[ quickbook-test simple_markup ]
|
||||
[ quickbook-test xml-escape_1_2 ]
|
||||
[ quickbook-test xml-escape_1_5 ]
|
||||
[ quickbook-test blocks ]
|
||||
[ quickbook-fail-test fail-include ]
|
||||
[ quickbook-fail-test fail-import ]
|
||||
[ quickbook-fail-test fail-template-arguments1 ]
|
||||
|
||||
89
test/blocks.gold
Normal file
89
test/blocks.gold
Normal file
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="various_blocks" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Various blocks</title>
|
||||
<articleinfo>
|
||||
</articleinfo>
|
||||
<anchor id="various_blocks.blockquotes"/>
|
||||
<bridgehead renderas="sect2">
|
||||
<link linkend="various_blocks.blockquotes">Blockquotes</link>
|
||||
</bridgehead>
|
||||
<para>
|
||||
Here's a blockquote:
|
||||
</para>
|
||||
<blockquote>
|
||||
<para>
|
||||
Blockquote.
|
||||
</para>
|
||||
</blockquote>
|
||||
<para>
|
||||
And another:
|
||||
</para>
|
||||
<blockquote>
|
||||
<para>
|
||||
Blockquote first paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Blockquote second paragraph.
|
||||
</para>
|
||||
</blockquote>
|
||||
<anchor id="various_blocks.admonitions"/>
|
||||
<bridgehead renderas="sect2">
|
||||
<link linkend="various_blocks.admonitions">Admonitions</link>
|
||||
</bridgehead>
|
||||
<warning>
|
||||
<para>
|
||||
Warning
|
||||
</para>
|
||||
</warning>
|
||||
<caution>
|
||||
<para>
|
||||
Caution
|
||||
</para>
|
||||
</caution>
|
||||
<important>
|
||||
<para>
|
||||
Important
|
||||
</para>
|
||||
</important>
|
||||
<note>
|
||||
<para>
|
||||
Note
|
||||
</para>
|
||||
</note>
|
||||
<tip>
|
||||
<para>
|
||||
Tip
|
||||
</para>
|
||||
</tip>
|
||||
<warning>
|
||||
<para>
|
||||
Warning first paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Warning second paragraph.
|
||||
</para>
|
||||
</warning>
|
||||
<anchor id="various_blocks.blurb"/>
|
||||
<bridgehead renderas="sect2">
|
||||
<link linkend="various_blocks.blurb">Blurb</link>
|
||||
</bridgehead>
|
||||
<sidebar role="blurb">
|
||||
<para>
|
||||
Blurb
|
||||
</para>
|
||||
</sidebar> <anchor id="various_blocks.inline_blocks"/>
|
||||
<bridgehead renderas="sect2">
|
||||
<link linkend="various_blocks.inline_blocks">Inline blocks</link>
|
||||
</bridgehead>
|
||||
<blockquote>
|
||||
<para>
|
||||
Blockquote containing a footnote<footnote>
|
||||
<para>
|
||||
Here it is!
|
||||
</para>
|
||||
</footnote>.
|
||||
</para>
|
||||
</blockquote>
|
||||
</article>
|
||||
39
test/blocks.quickbook
Normal file
39
test/blocks.quickbook
Normal file
@@ -0,0 +1,39 @@
|
||||
[article Various blocks
|
||||
[quickbook 1.5]
|
||||
]
|
||||
|
||||
[heading Blockquotes]
|
||||
|
||||
Here's a blockquote:
|
||||
|
||||
[:Blockquote.]
|
||||
|
||||
And another:
|
||||
|
||||
[:
|
||||
Blockquote first paragraph.
|
||||
|
||||
Blockquote second paragraph.
|
||||
]
|
||||
|
||||
[heading Admonitions]
|
||||
|
||||
[warning Warning]
|
||||
[caution Caution]
|
||||
[important Important]
|
||||
[note Note]
|
||||
[tip Tip]
|
||||
|
||||
[warning Warning first paragraph.
|
||||
|
||||
Warning second paragraph.]
|
||||
|
||||
[heading Blurb]
|
||||
|
||||
[blurb Blurb]
|
||||
|
||||
[heading Inline blocks]
|
||||
|
||||
[: Blockquote containing a footnote[footnote Here it is!].]
|
||||
|
||||
[/ Unfortunately footnotes currently can't contain blocks.]
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="callout_tests" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Callout Tests</title>
|
||||
@@ -15,7 +15,7 @@
|
||||
<para>
|
||||
|
||||
<programlisting><phrase role="keyword">int</phrase> <phrase role="identifier">roll_die</phrase><phrase role="special">()</phrase> <phrase role="special">{</phrase>
|
||||
<phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">uniform_int</phrase><phrase role="special"><></phrase> <phrase role="identifier">dist</phrase><phrase role="special">(</phrase><phrase role="number">1</phrase><phrase role="special">,</phrase> <phrase role="number">6</phrase><phrase role="special">);</phrase> <phrase role="callout_bug"><co id="callout_tests0co" linkends="callout_tests0" /></phrase>
|
||||
<phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">uniform_int</phrase><phrase role="special"><></phrase> <phrase role="identifier">dist</phrase><phrase role="special">(</phrase><phrase role="number">1</phrase><phrase role="special">,</phrase> <phrase role="number">6</phrase><phrase role="special">);</phrase> <co id="callout_tests0co" linkends="callout_tests0" />
|
||||
<phrase role="special">}</phrase>
|
||||
|
||||
</programlisting>
|
||||
@@ -35,7 +35,7 @@
|
||||
<para>
|
||||
|
||||
<programlisting><phrase role="keyword">int</phrase> <phrase role="identifier">roll_die</phrase><phrase role="special">()</phrase> <phrase role="special">{</phrase>
|
||||
<phrase role="line_callout_bug"><co id="callout_tests1co" linkends="callout_tests1" /></phrase><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">variate_generator</phrase><phrase role="special"><</phrase><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">mt19937</phrase><phrase role="special">&,</phrase> <phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">uniform_int</phrase><phrase role="special"><></phrase> <phrase role="special">></phrase> <phrase role="identifier">die</phrase><phrase role="special">(</phrase><phrase role="identifier">gen</phrase><phrase role="special">,</phrase> <phrase role="identifier">dist</phrase><phrase role="special">);</phrase>
|
||||
<co id="callout_tests1co" linkends="callout_tests1" /><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">variate_generator</phrase><phrase role="special"><</phrase><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">mt19937</phrase><phrase role="special">&,</phrase> <phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">uniform_int</phrase><phrase role="special"><></phrase> <phrase role="special">></phrase> <phrase role="identifier">die</phrase><phrase role="special">(</phrase><phrase role="identifier">gen</phrase><phrase role="special">,</phrase> <phrase role="identifier">dist</phrase><phrase role="special">);</phrase>
|
||||
<phrase role="special">}</phrase>
|
||||
|
||||
</programlisting>
|
||||
@@ -57,7 +57,7 @@
|
||||
<para>
|
||||
|
||||
<programlisting><phrase role="keyword">int</phrase> <phrase role="identifier">roll_die</phrase><phrase role="special">()</phrase> <phrase role="special">{</phrase>
|
||||
<phrase role="line_callout_bug"><co id="callout_tests2co" linkends="callout_tests2" /></phrase><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">variate_generator</phrase><phrase role="special"><</phrase><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">mt19937</phrase><phrase role="special">&,</phrase> <phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">uniform_int</phrase><phrase role="special"><></phrase> <phrase role="special">></phrase> <phrase role="identifier">die</phrase><phrase role="special">(</phrase><phrase role="identifier">gen</phrase><phrase role="special">,</phrase> <phrase role="identifier">dist</phrase><phrase role="special">);</phrase>
|
||||
<co id="callout_tests2co" linkends="callout_tests2" /><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">variate_generator</phrase><phrase role="special"><</phrase><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">mt19937</phrase><phrase role="special">&,</phrase> <phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase role="identifier">uniform_int</phrase><phrase role="special"><></phrase> <phrase role="special">></phrase> <phrase role="identifier">die</phrase><phrase role="special">(</phrase><phrase role="identifier">gen</phrase><phrase role="special">,</phrase> <phrase role="identifier">dist</phrase><phrase role="special">);</phrase>
|
||||
<phrase role="special">}</phrase>
|
||||
|
||||
</programlisting>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="code_block_1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Code Block 1</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="code_block_2" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Code Block 2</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="code_block_3" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Code Block 3</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="code_block_teletype_1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Code Block Teletype 1</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="code_snippets" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Code Snippets</title>
|
||||
@@ -16,5 +16,9 @@
|
||||
<phrase role="special">}</phrase></code>, should be properly formatted and
|
||||
not glued to the surrounding text.
|
||||
</para>
|
||||
<para>
|
||||
There shoud be no spacees around (<code><phrase role="keyword">this</phrase></code>),
|
||||
and spaces around <code><phrase role="keyword">this</phrase></code> code.
|
||||
</para>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -7,4 +7,6 @@ Code snippets inlined in text, as in `namespace quickbook { static const int
|
||||
value = 0; }`, should be properly formatted and not glued to the surrounding
|
||||
text.
|
||||
|
||||
There shoud be no spacees around (`this`), and spaces around `this` code.
|
||||
|
||||
[endsect]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="coniditional_phrase_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Coniditional Phrase Test</title>
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="document_information_1" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Document Information 1</title>
|
||||
<articleinfo>
|
||||
<articlepurpose>
|
||||
Inline code test: <code>1 + 2</code>
|
||||
</articlepurpose>
|
||||
</articleinfo>
|
||||
<para>
|
||||
The body is largely irrelevant.
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
[quickbook 1.5]
|
||||
[source-mode teletype]
|
||||
[purpose Inline code test: `1 + 2`]
|
||||
[category tests]
|
||||
[category irrelevance]
|
||||
]
|
||||
|
||||
The body is largely irrelevant.
|
||||
15
test/doc-info-2.gold
Normal file
15
test/doc-info-2.gold
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<library id="document_information_1" name="Document Information 1" dirname="document_information_1"
|
||||
last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<libraryinfo>
|
||||
<librarypurpose>
|
||||
Inline code test: <code>1 + 2</code>
|
||||
</librarypurpose>
|
||||
<librarycategory name="category:tests"></librarycategory> <librarycategory name="category:irrelevance"></librarycategory>
|
||||
</libraryinfo>
|
||||
<title>Document Information 1</title>
|
||||
<para>
|
||||
The body is largely irrelevant.
|
||||
</para>
|
||||
</library>
|
||||
9
test/doc-info-2.quickbook
Normal file
9
test/doc-info-2.quickbook
Normal file
@@ -0,0 +1,9 @@
|
||||
[library Document Information 1
|
||||
[quickbook 1.5]
|
||||
[source-mode teletype]
|
||||
[purpose Inline code test: `1 + 2`]
|
||||
[category tests]
|
||||
[category irrelevance]
|
||||
]
|
||||
|
||||
The body is largely irrelevant.
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="escape" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Escape</title>
|
||||
<articleinfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="header" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Header</title>
|
||||
<articleinfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="images_1_5" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Images 1.5</title>
|
||||
<articleinfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="import" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Import</title>
|
||||
<articleinfo>
|
||||
@@ -13,10 +13,14 @@
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
lists
|
||||
<simpara>
|
||||
lists
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
etc.
|
||||
<simpara>
|
||||
etc.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
@@ -42,10 +46,14 @@
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
lists
|
||||
<simpara>
|
||||
lists
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
etc.
|
||||
<simpara>
|
||||
etc.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
@@ -69,10 +77,14 @@
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
lists
|
||||
<simpara>
|
||||
lists
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
etc.
|
||||
<simpara>
|
||||
etc.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="include-test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Include Test</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="include-test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Include Test</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="include-test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Include Test</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="side_by_side_links" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Side-by-side links</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="list_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>List Test</title>
|
||||
<articleinfo>
|
||||
@@ -9,10 +9,14 @@
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
<simpara>
|
||||
B
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
@@ -20,10 +24,14 @@
|
||||
</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
A
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
<simpara>
|
||||
B
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>
|
||||
@@ -31,26 +39,38 @@
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
B
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
B
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
B
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
@@ -58,26 +78,38 @@
|
||||
</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
B
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
B
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
B
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>
|
||||
@@ -85,37 +117,55 @@
|
||||
</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
C
|
||||
</listitem>
|
||||
<listitem>
|
||||
D
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem>
|
||||
E
|
||||
</listitem>
|
||||
<listitem>
|
||||
F
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
G
|
||||
</listitem>
|
||||
<listitem>
|
||||
H
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
B
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
C
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
D
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
E
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
F
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
G
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
H
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>
|
||||
@@ -123,29 +173,43 @@
|
||||
</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
A
|
||||
</listitem>
|
||||
<listitem>
|
||||
B
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
C
|
||||
</listitem>
|
||||
<listitem>
|
||||
D
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
A
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
A
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
B
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
C
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
D
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
G
|
||||
<simpara>
|
||||
G
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
H
|
||||
<simpara>
|
||||
H
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</article>
|
||||
|
||||
77
test/para-test.gold
Normal file
77
test/para-test.gold
Normal file
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="paragraph_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Paragraph Test</title>
|
||||
<articleinfo>
|
||||
</articleinfo>
|
||||
<section id="paragraph_test.some_paragraphs">
|
||||
<title><link linkend="paragraph_test.some_paragraphs">Some Paragraphs</link></title>
|
||||
<para>
|
||||
Shouldn't be a code block.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis role="bold">Should be bold</emphasis>.
|
||||
</para>
|
||||
<para>
|
||||
Should be a single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Lots of newlines round this paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Last paragraph.
|
||||
</para>
|
||||
</section>
|
||||
<section id="paragraph_test.inside___breaking_comment__blocks">
|
||||
<title><link linkend="paragraph_test.inside___breaking_comment__blocks">Inside
|
||||
blocks</link></title>
|
||||
<variablelist>
|
||||
<title></title>
|
||||
<varlistentry>
|
||||
<term>Paragraphs</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Shouldn't be a code block.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis role="bold">Should be bold</emphasis>.
|
||||
</para>
|
||||
<para>
|
||||
Should be a single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Single paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Lots of newlines round this paragraph.
|
||||
</para>
|
||||
<para>
|
||||
Last paragraph.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
</article>
|
||||
81
test/para-test.quickbook
Normal file
81
test/para-test.quickbook
Normal file
@@ -0,0 +1,81 @@
|
||||
[article Paragraph Test
|
||||
[quickbook 1.5]
|
||||
]
|
||||
|
||||
[section Some Paragraphs]
|
||||
|
||||
[/ Leading comment ] Shouldn't be a code block.
|
||||
|
||||
[/ Leading comment ]*Should be bold*.
|
||||
|
||||
Should be a
|
||||
[/ Breaking comment]
|
||||
single paragraph.
|
||||
|
||||
Single paragraph.
|
||||
[/ Breaking comment]
|
||||
|
||||
Single paragraph.
|
||||
|
||||
[/ Breaking comment]
|
||||
Single paragraph.
|
||||
|
||||
Single paragraph.[/ Trailing comment]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Lots of newlines round this paragraph.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Last paragraph.[endsect]
|
||||
|
||||
[section Inside
|
||||
[/Breaking comment]
|
||||
blocks]
|
||||
|
||||
[variablelist
|
||||
[[Paragraphs][
|
||||
[/ Leading comment ] Shouldn't be a code block.
|
||||
|
||||
[/ Leading comment ]*Should be bold*.
|
||||
|
||||
Should be a
|
||||
[/ Breaking comment]
|
||||
single paragraph.
|
||||
|
||||
Single paragraph.
|
||||
[/ Breaking comment]
|
||||
|
||||
Single paragraph.
|
||||
|
||||
[/ Breaking comment]
|
||||
Single paragraph.
|
||||
|
||||
Single paragraph.[/ Trailing comment]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Lots of newlines round this paragraph.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Last paragraph.]]]
|
||||
|
||||
[endsect]
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="preformatted" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Preformatted</title>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="section_id_1_4" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Section Id 1.4</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="section_id_1_5" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Section Id 1.5</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="simple_markup_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Simple Markup Test</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="table_1_5" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Table 1.5</title>
|
||||
<articleinfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="section_in_a_template" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Section in a template</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="templates" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Templates</title>
|
||||
<articleinfo>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="template_1_4" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Template 1.4</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="template_1_5" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Template 1.5</title>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="utf_8_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>UTF-8 test</title>
|
||||
<articleinfo>
|
||||
@@ -10,76 +10,124 @@
|
||||
</bridgehead>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
Αα Alpha
|
||||
<simpara>
|
||||
Αα Alpha
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ββ Beta
|
||||
<simpara>
|
||||
Ββ Beta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Γγ Gamma
|
||||
<simpara>
|
||||
Γγ Gamma
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Δδ Delta
|
||||
<simpara>
|
||||
Δδ Delta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Εε Epsilon
|
||||
<simpara>
|
||||
Εε Epsilon
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ζζ Zeta
|
||||
<simpara>
|
||||
Ζζ Zeta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ηη Eta
|
||||
<simpara>
|
||||
Ηη Eta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Θθ Theta
|
||||
<simpara>
|
||||
Θθ Theta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ιι Iota
|
||||
<simpara>
|
||||
Ιι Iota
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Κκ Kappa
|
||||
<simpara>
|
||||
Κκ Kappa
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Λλ Lambda
|
||||
<simpara>
|
||||
Λλ Lambda
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Μμ Mu
|
||||
<simpara>
|
||||
Μμ Mu
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Νν Nu
|
||||
<simpara>
|
||||
Νν Nu
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ξξ Xi
|
||||
<simpara>
|
||||
Ξξ Xi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Οο Omicron
|
||||
<simpara>
|
||||
Οο Omicron
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ππ Pi
|
||||
<simpara>
|
||||
Ππ Pi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ρρ Rho
|
||||
<simpara>
|
||||
Ρρ Rho
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Σσς Sigma
|
||||
<simpara>
|
||||
Σσς Sigma
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ττ Tau
|
||||
<simpara>
|
||||
Ττ Tau
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Υυ Upsilon
|
||||
<simpara>
|
||||
Υυ Upsilon
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Φφ Phi
|
||||
<simpara>
|
||||
Φφ Phi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Χχ Chi
|
||||
<simpara>
|
||||
Χχ Chi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ψψ Psi
|
||||
<simpara>
|
||||
Ψψ Psi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ωω Omega
|
||||
<simpara>
|
||||
Ωω Omega
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
@@ -87,16 +135,24 @@
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
🀀 East Wind
|
||||
<simpara>
|
||||
🀀 East Wind
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
🀁 South Wind
|
||||
<simpara>
|
||||
🀁 South Wind
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
🀂 West Wind
|
||||
<simpara>
|
||||
🀂 West Wind
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
🀃 North Wind
|
||||
<simpara>
|
||||
🀃 North Wind
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</article>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="utf_8_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>UTF-8 test</title>
|
||||
<articleinfo>
|
||||
@@ -10,76 +10,124 @@
|
||||
</bridgehead>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
Αα Alpha
|
||||
<simpara>
|
||||
Αα Alpha
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ββ Beta
|
||||
<simpara>
|
||||
Ββ Beta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Γγ Gamma
|
||||
<simpara>
|
||||
Γγ Gamma
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Δδ Delta
|
||||
<simpara>
|
||||
Δδ Delta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Εε Epsilon
|
||||
<simpara>
|
||||
Εε Epsilon
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ζζ Zeta
|
||||
<simpara>
|
||||
Ζζ Zeta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ηη Eta
|
||||
<simpara>
|
||||
Ηη Eta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Θθ Theta
|
||||
<simpara>
|
||||
Θθ Theta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ιι Iota
|
||||
<simpara>
|
||||
Ιι Iota
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Κκ Kappa
|
||||
<simpara>
|
||||
Κκ Kappa
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Λλ Lambda
|
||||
<simpara>
|
||||
Λλ Lambda
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Μμ Mu
|
||||
<simpara>
|
||||
Μμ Mu
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Νν Nu
|
||||
<simpara>
|
||||
Νν Nu
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ξξ Xi
|
||||
<simpara>
|
||||
Ξξ Xi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Οο Omicron
|
||||
<simpara>
|
||||
Οο Omicron
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ππ Pi
|
||||
<simpara>
|
||||
Ππ Pi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ρρ Rho
|
||||
<simpara>
|
||||
Ρρ Rho
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Σσς Sigma
|
||||
<simpara>
|
||||
Σσς Sigma
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ττ Tau
|
||||
<simpara>
|
||||
Ττ Tau
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Υυ Upsilon
|
||||
<simpara>
|
||||
Υυ Upsilon
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Φφ Phi
|
||||
<simpara>
|
||||
Φφ Phi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Χχ Chi
|
||||
<simpara>
|
||||
Χχ Chi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ψψ Psi
|
||||
<simpara>
|
||||
Ψψ Psi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ωω Omega
|
||||
<simpara>
|
||||
Ωω Omega
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</article>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="utf_8_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>UTF-8 test</title>
|
||||
<articleinfo>
|
||||
@@ -10,76 +10,124 @@
|
||||
</bridgehead>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
Αα Alpha
|
||||
<simpara>
|
||||
Αα Alpha
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ββ Beta
|
||||
<simpara>
|
||||
Ββ Beta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Γγ Gamma
|
||||
<simpara>
|
||||
Γγ Gamma
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Δδ Delta
|
||||
<simpara>
|
||||
Δδ Delta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Εε Epsilon
|
||||
<simpara>
|
||||
Εε Epsilon
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ζζ Zeta
|
||||
<simpara>
|
||||
Ζζ Zeta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ηη Eta
|
||||
<simpara>
|
||||
Ηη Eta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Θθ Theta
|
||||
<simpara>
|
||||
Θθ Theta
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ιι Iota
|
||||
<simpara>
|
||||
Ιι Iota
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Κκ Kappa
|
||||
<simpara>
|
||||
Κκ Kappa
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Λλ Lambda
|
||||
<simpara>
|
||||
Λλ Lambda
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Μμ Mu
|
||||
<simpara>
|
||||
Μμ Mu
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Νν Nu
|
||||
<simpara>
|
||||
Νν Nu
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ξξ Xi
|
||||
<simpara>
|
||||
Ξξ Xi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Οο Omicron
|
||||
<simpara>
|
||||
Οο Omicron
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ππ Pi
|
||||
<simpara>
|
||||
Ππ Pi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ρρ Rho
|
||||
<simpara>
|
||||
Ρρ Rho
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Σσς Sigma
|
||||
<simpara>
|
||||
Σσς Sigma
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ττ Tau
|
||||
<simpara>
|
||||
Ττ Tau
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Υυ Upsilon
|
||||
<simpara>
|
||||
Υυ Upsilon
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Φφ Phi
|
||||
<simpara>
|
||||
Φφ Phi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Χχ Chi
|
||||
<simpara>
|
||||
Χχ Chi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ψψ Psi
|
||||
<simpara>
|
||||
Ψψ Psi
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
Ωω Omega
|
||||
<simpara>
|
||||
Ωω Omega
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</article>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Include</title>
|
||||
<articleinfo>
|
||||
|
||||
@@ -1,28 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="test_that______are_being_escaped_" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
<library id="test_that______are_being_escaped_" name="Test that &, < are being escaped."
|
||||
dirname="test_that______are_being_escaped_" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Test that &, < are being escaped.</title>
|
||||
<articleinfo>
|
||||
<articlepurpose>
|
||||
<libraryinfo>
|
||||
<librarypurpose>
|
||||
& should be &amp;, < should &lt;
|
||||
</articlepurpose>
|
||||
</articleinfo>
|
||||
</librarypurpose>
|
||||
</libraryinfo>
|
||||
<title>Test that &, < are being escaped.</title>
|
||||
<section id="test_that______are_being_escaped_.escapes___explicitly_written_markup">
|
||||
<title>Escapes & explicitly written markup</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
& -> &amp;
|
||||
<simpara>
|
||||
& -> &amp;
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
< -> &lt;
|
||||
<simpara>
|
||||
< -> &lt;
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
> -> &gt;
|
||||
<simpara>
|
||||
> -> &gt;
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
" -> &quot;
|
||||
<simpara>
|
||||
" -> &quot;
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
</article>
|
||||
</library>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[article Test that &, < are being escaped.
|
||||
[library Test that &, < are being escaped.
|
||||
[quickbook 1.2]
|
||||
[purpose & should be &, < should <]
|
||||
]
|
||||
|
||||
@@ -1,29 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<article id="test_that______are_being_escaped_" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
<library id="test_that______are_being_escaped_" name="Test that &, < are being escaped."
|
||||
dirname="test_that______are_being_escaped_" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Test that &, < are being escaped.</title>
|
||||
<articleinfo>
|
||||
<articlepurpose>
|
||||
<libraryinfo>
|
||||
<librarypurpose>
|
||||
& should be &amp;, < should &lt;
|
||||
</articlepurpose>
|
||||
</articleinfo>
|
||||
</librarypurpose>
|
||||
</libraryinfo>
|
||||
<title>Test that &, < are being escaped.</title>
|
||||
<section id="test_that______are_being_escaped_.escapes___explicitly_written_markup">
|
||||
<title><link linkend="test_that______are_being_escaped_.escapes___explicitly_written_markup">Escapes
|
||||
& explicitly written markup</link></title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
& -> &amp;
|
||||
<simpara>
|
||||
& -> &amp;
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
< -> &lt;
|
||||
<simpara>
|
||||
< -> &lt;
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
> -> &gt;
|
||||
<simpara>
|
||||
> -> &gt;
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
" -> &quot;
|
||||
<simpara>
|
||||
" -> &quot;
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
</article>
|
||||
</library>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[article Test that &, < are being escaped.
|
||||
[library Test that &, < are being escaped.
|
||||
[quickbook 1.5]
|
||||
[purpose & should be &, < should <]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user