1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book>
<chapter revisionflag="changed">
<title>First chapter</title>
<titleabbrev>abbrev</titleabbrev>
<para>
This is text before the first section.
</para>
<section>
<title>First section</title>
<para>
<indexterm>
<primary>primary</primary>
<secondary>secondary</secondary>
</indexterm>
<indexterm id="ID" class="startofrange">
<primary>range</primary>
</indexterm>
This is the text of the first section.
We are going to have an index in the middle of a paragraph.
<indexterm>
<primary>primary two</primary>
<secondary>secondary two</secondary>
</indexterm>
This is the rest of the paragraph.
</para>
</section>
<section>
<title>Second section</title>
<para>
This is the text of the second section. Here’s a reference to
chapter <xref linkend="CHAPsecond"/>. Here are some entities, both local and default:
&abcd; is ABCD; &amp is &.
</para>
</section>
</chapter>
<chapter id="CHAPsecond">
<title>Second chapter</title>
<para>
This is the second chapter. Test a block quote:
<indexterm>
<primary>visions</primary>
<see>sights</see>
</indexterm>
<indexterm>
<primary>noises</primary>
<secondary>off</secondary>
<seealso>sounds</seealso>
</indexterm>
</para>
<blockquote revisionflag="changed">
<para revisionflag="changed">
All the world’s a stage, and all the men and women merely players. They have
their exits and their entrances, and one man in his time plays many parts.
</para>
</blockquote>
<itemizedlist revisionflag="changed">
<listitem>
<para revisionflag="changed">
This is the first item in an itemized list.
</para>
<para revisionflag="changed">
There is more than one paragraph.
</para>
</listitem>
<listitem>
<para revisionflag="changed">
This is the second item in an itemized list.
</para>
</listitem>
</itemizedlist>
<orderedlist numeration="arabic" revisionflag="changed">
<listitem>
<para revisionflag="changed">
Now we have an ordered list.
</para>
<para revisionflag="changed">
Again more than one paragraph.
</para>
</listitem>
<listitem>
<para revisionflag="changed">
The second item.
</para>
</listitem>
<listitem>
<para revisionflag="changed">
The third item
</para>
</listitem>
</orderedlist>
<para revisionflag="changed">
<indexterm startref="ID" class="endofrange"/>
</para>
<orderedlist numeration="lowerroman">
<listitem>
<para>
Try lower case roman numerals.
</para>
<itemizedlist>
<listitem>
<para>
Try a nested list.
</para>
</listitem>
<listitem>
<para>
next
</para>
</listitem>
</itemizedlist>
<para>
back in the first of the ordered.
</para>
</listitem>
<listitem>
<para>
the next
</para>
</listitem>
</orderedlist>
<para revisionflag="changed">
This is a normal text paragraph.
</para>
<literallayout revisionflag="changed">
This is a display where the font
should be normal
even recognizing <emphasis>italic</emphasis> and stuff
but the
layout is literal
</literallayout>
<literallayout class="monospaced">
This, however is a code paragraph
where &'italic'& everything except
<angle> brackets is totally literal,
and & is no longer a flag.
</literallayout>
<para>
And now we are back to a <emphasis role="bold">normal</emphasis> paragraph again.
</para>
<informaltable frame="none">
<tgroup cols="2" colsep="0" rowsep="0">
<tbody>
<row>
<entry>1</entry>
<entry>2</entry>
</row>
<row>
<entry>3</entry>
<entry>4</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<informaltable frame="all">
<tgroup cols="3" colsep="1" rowsep="1">
<colspec colwidth="1*" align="left"/>
<colspec colwidth="2*" align="center"/>
<colspec colwidth="3*" align="right"/>
<tbody>
<row>
<entry>1</entry>
<entry>2</entry>
<entry>3</entry>
</row>
<row>
<entry>4</entry>
<entry>5</entry>
<entry>6</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<variablelist>
<varlistentry>
<term><emphasis role="bold">First</emphasis></term>
<listitem>
<para>
This is a paragraph about the first item.
</para>
<para>
In fact, here is a second paragraph.
</para>
</listitem></varlistentry>
<varlistentry>
<term><emphasis role="bold">Second</emphasis></term>
<listitem>
<para>
And now we have the second item.
</para>
</listitem></varlistentry>
</variablelist>
<para>
The quick brown fox
jumps over the lazy dog.
</para>
<!--this should be--> <para>
completely untouched
.not even dot lines
.endxmliphant
are touched
</para>
<para>
whereas this should note concats
<and stuff>
Test © and Ӓ and ䷄ for size.
</para>
<para>
Check ‘quote’ marks. And ‘‘doublequote’’ marks.
</para>
<para>
This is a paragraph
where things happen over multiple
lines.
</para>
<para>
Test some of the standard flags <emphasis>italic</emphasis> and <emphasis role="bold">bold</emphasis> text and
<literal>literal</literal> text and <filename>filename</filename> in text and <quote>quoted</quote> text and
we have & and – as single replacements.
</para>
<para>
abcd
</para>
<para>
the X line 1
</para>
<para>
the X line 2
</para>
<para>
the B line
the X line 3
</para>
<para>
This is text after the macro definition.
This is the first line of the macro abcd.
This is the second line. Contains a dollar ($) character.
</para>
<para>
First line.
Insert args: 1="default 1" 2="default-2" 3=""
First line.
Insert args: 1="set 1" 2="default-2" 3=""
First line.
Insert args: 1="set1" 2="set2" 3=""
First line.
Insert args: 1="set1" 2="set2" 3="set 3"
</para>
<para>
Always.
There is no second argument.
Always.
If arg1: setarg1
There is no second argument.
Always.
If arg1: setarg1
If arg2: setarg2
</para>
<literallayout class="monospaced">
Inside literal text, unknown directives
.like this one
should be passed as data
</literallayout>
<literallayout>
<literal>&m1(1,2) </literal> |1 2|
<literal>&m1(1) </literal> |1 two|
<literal>&m1() </literal> |one two|
<literal>&m1("a(,b)") </literal> |a(,b) two|
<literal>&m1("a(,b)", c) </literal> |a(,b) c|
<literal>&m2() </literal> |three|
<literal>&m2(a) </literal> |a|
<literal>&m2(a,b) </literal> |ab|
<literal>&m2("&m1(x,y)") </literal> |x y|
<literal>&m2("&m1(x,y)", 3, 4) </literal> |x y34|
</literallayout>
<para>
URL <emphasis role="bold"><ulink url="http://etc">http://etc</ulink></emphasis> and another <emphasis role="bold"><ulink url="http://etc">text</ulink></emphasis> and so on.
</para>
<para revisionflag="changed">
This is a paragraph marked new with .new/.wen.
</para>
<literallayout>
The first line in a display.
<phrase revisionflag="changed">This line is between .new/.wen.
</phrase>Another line.
</literallayout>
<literallayout class="monospaced">
The first line in a code section.
<phrase revisionflag="changed">This line is between .new/.wen.
</phrase>Another line.
</literallayout>
<literallayout>
A
<phrase revisionflag="changed">B
</phrase>C
</literallayout>
<literallayout>
A
<phrase revisionflag="changed">ZZZ</phrase>
C
</literallayout>
<literallayout class="monospaced">
A
<phrase revisionflag="changed">B
</phrase>C
</literallayout>
<literallayout class="monospaced">
A
&<phrase revisionflag="changed">&ZZZ&</phrase>&
C
</literallayout>
<literallayout>
A
B <phrase revisionflag="changed">BB</phrase> BBB
C
</literallayout>
<literallayout class="monospaced">
A
B &new(BB) BBB
C
</literallayout>
<literallayout>
FOUR "1" "2" "3" "4"
END NOT FOUR
------------
NOT FOUR
THREE "1" "2" "3"
END NOT FOUR
------------
NOT FOUR
NOT THREE "1" "2"
END NOT FOUR
------------
NOT FOUR
NOT THREE "1" ""
END NOT FOUR
------------
NOT FOUR
NOT THREE "" ""
END NOT FOUR
</literallayout>
<para>
Test footnotes. The quick brown fox
<footnote>
<para>
Note?
</para>
</footnote>
jumps
<footnote>
<literallayout>
Display in footnote.
</literallayout>
</footnote>
over the lazy
<footnote>
<informaltable frame="all">
<tgroup cols="3" colsep="1" rowsep="1">
<colspec colwidth="1*" align="left"/>
<colspec colwidth="2*" align="center"/>
<colspec colwidth="3*" align="right"/>
<tbody>
<row>
<entry>1</entry>
<entry>2</entry>
</row>
<row>
<entry>3</entry>
<entry>4</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</footnote>
dog.
</para>
<para>
Another paragraph
<footnote>
<para>
First para in footnote.
</para>
<para>
Second para in footnote.
</para>
</footnote>
with some footnotes
<footnote>
<para>
This foot note will have text
</para>
<literallayout class="monospaced">
and a display
</literallayout>
</footnote>
in various forms.
</para>
<literallayout>
How about a footnote in a display?
<footnote>
<para>
This is the note.
</para>
</footnote>
Back in the display.
</literallayout>
<?sdop toc_sections="no" ?>
<para>
Here is a reference to figure <xref linkend="FIGfirst"/>.
</para>
<figure id="FIGfirst">
<title>This is the first figure</title>
<mediaobject><imageobject>
<imagedata fileref="eps1.eps" >
</imagedata></imageobject></mediaobject>
</figure>
<para>
Here is another reference to figure <xref linkend="FIGfirst"/>. We also have
figure <xref linkend="FIGsecond"/> below.
</para>
<figure id="FIGsecond">
<title>The second figure</title>
<mediaobject><imageobject>
<imagedata fileref="eps1.eps" scale="80" align="centre">
</imagedata></imageobject></mediaobject>
</figure>
<table id="TAB123" >
<title>this is title</title>
<tgroup cols="2" colsep="" rowsep="">
<colspec colwidth="1*" align="left"/>
<colspec colwidth="1*" align="left"/>
<tbody>
<row>
<entry>AAA</entry>
<entry>BBB</entry>
</row>
<row>
<entry>CCC</entry>
<entry>DDD</entry>
</row>
</tbody>
</tgroup>
</table>
<para>
A ref to table <xref linkend="TAB123"/>. Now check quotes: ‘normal’ should be changed
to typographic ones. In <literal>literal text, `they' shouldn't be</literal> changed.
</para>
<literallayout class="monospaced">
Check `quoted' in literal monospaced block.
</literallayout>
<literallayout>
But in a literal block that is ‘not monospaced’ ...
<literal>Check it's ok</literal> when ‘in the same line’.
</literallayout>
<para>
Extra checks on the use of .nonl.
ABCDEFGH should be joined on
NONL</para>
<para>
At the end of a paragraph? It just puts </para> on the same line.
</para>
<para>
At the start of a paragraph should work too.
</para>
<literallayout>
What about in a display?
Use NONLWITH more stuff
</literallayout>
</chapter>
<index>
<title>Index</title>
</index>
</book>
|