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
|
<?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">
<?sdop
foot_right_recto="&chaptertitle; (&chapternumber;)"
foot_right_verso="&chaptertitle; (&chapternumber;)"
toc_chapter_blanks="yes,yes"
toc_foot_centre_recto="[&romanpage;]"
preface_foot_centre_recto="<<&romanpage;>>"
preface_foot_right_recto="Preface"
?>
<book><title>This is a titled book</title>
<preface>
<title>Preface</title>
<para>
This is the preface. This is random text. The quick brown fox jumps over the
lazy dog.
</para>
<section><title>A section in a preface</title>
<indexterm><primary>Ignored index item</primary></indexterm>
<para>
This is a section in a preface. It should be unnumbered.
</para>
</section>
<?sdop format="newpage"?>
<section><title>Another section in a preface</title>
<para>
This is a another section in a preface. It should be unnumbered.
</para>
</section>
</preface>
<preface>
<title>Forward</title>
<para>
This is a second <quote>preface</quote>. This is random text. The quick brown
fox jumps over the lazy dog.
</para>
<section><title>A section in a preface</title>
<indexterm><primary>Ignored index item</primary></indexterm>
<para>
This is a section in a preface. It should be unnumbered.
</para>
</section>
<section><title>Another section in a preface</title>
<para>
This is a another section in a preface. It should be unnumbered.
</para>
</section>
</preface>
<chapter>
<title>Introduction</title>
<section><title>Should hyphenate</title>
<para>
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
</para>
</section>
<?sdop hyphenate="no" ?>
<section><title>Should not hyphenate</title>
<indexterm><primary>An index term</primary></indexterm>
<para>
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
This is a chapter. Test of manually-hyphenated text.
</para>
</section>
</chapter>
<?sdop
format="newpage"
foot_right_recto="&chaptertitle;"
foot_right_verso="&chaptertitle;"
?>
<index>
<title>Index</title>
</index>
</book>
|