1<?xml version="1.0"?>
2<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Times Roman" font-size="10pt" text-align="justify">
3  <fo:layout-master-set>
4    <fo:simple-page-master master-name="blank" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
5      <fo:region-body margin-bottom="24pt" margin-top="24pt"/>
6      <fo:region-before region-name="xsl-region-before-blank" extent="12pt"/>
7      <fo:region-after region-name="xsl-region-after-blank" extent="12pt"/>
8    </fo:simple-page-master>
9    <fo:simple-page-master master-name="simple1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
10      <fo:region-body margin-bottom="24pt" margin-top="24pt"/>
11      <fo:region-before extent="12pt"/>
12      <fo:region-after extent="12pt"/>
13    </fo:simple-page-master>
14    <fo:simple-page-master master-name="left1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
15      <fo:region-body margin-bottom="24pt" margin-top="24pt"/>
16      <fo:region-before region-name="xsl-region-before-left" extent="12pt"/>
17      <fo:region-after region-name="xsl-region-after-left" extent="12pt"/>
18    </fo:simple-page-master>
19    <fo:simple-page-master master-name="right1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="10pc">
20      <fo:region-body margin-bottom="24pt" margin-top="24pt"/>
21      <fo:region-before region-name="xsl-region-before-right" extent="12pt"/>
22      <fo:region-after region-name="xsl-region-after-right" extent="12pt"/>
23    </fo:simple-page-master>
24    <fo:simple-page-master master-name="first1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="1in">
25      <fo:region-body margin-bottom="24pt" margin-top="24pt"/>
26      <fo:region-before region-name="xsl-region-before-first" extent="12pt"/>
27      <fo:region-after region-name="xsl-region-after-first" extent="12pt"/>
28    </fo:simple-page-master>
29    <fo:simple-page-master master-name="simple2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
30      <fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
31      <fo:region-before extent="12pt"/>
32      <fo:region-after extent="12pt"/>
33    </fo:simple-page-master>
34    <fo:simple-page-master master-name="left2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
35      <fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
36      <fo:region-before region-name="xsl-region-before-left" extent="12pt"/>
37      <fo:region-after region-name="xsl-region-after-left" extent="12pt"/>
38    </fo:simple-page-master>
39    <fo:simple-page-master master-name="right2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="10pc">
40      <fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
41      <fo:region-before region-name="xsl-region-before-right" extent="12pt"/>
42      <fo:region-after region-name="xsl-region-after-right" extent="12pt"/>
43    </fo:simple-page-master>
44    <fo:simple-page-master master-name="first2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="1in">
45      <fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
46      <fo:region-before region-name="xsl-region-before-first" extent="12pt"/>
47      <fo:region-after region-name="xsl-region-after-first" extent="12pt"/>
48    </fo:simple-page-master>
49    <fo:page-sequence-master master-name="titlepage1">
50      <fo:repeatable-page-master-alternatives>
51        <fo:conditional-page-master-reference master-name="first1"/>
52      </fo:repeatable-page-master-alternatives>
53    </fo:page-sequence-master>
54    <fo:page-sequence-master master-name="oneside1">
55      <fo:repeatable-page-master-alternatives>
56        <fo:conditional-page-master-reference master-name="simple1"/>
57      </fo:repeatable-page-master-alternatives>
58    </fo:page-sequence-master>
59    <fo:page-sequence-master master-name="twoside1">
60      <fo:repeatable-page-master-alternatives>
61        <fo:conditional-page-master-reference master-name="blank" blank-or-not-blank="blank"/>
62        <fo:conditional-page-master-reference master-name="right1" odd-or-even="odd"/>
63        <fo:conditional-page-master-reference master-name="left1" odd-or-even="even"/>
64      </fo:repeatable-page-master-alternatives>
65    </fo:page-sequence-master>
66    <fo:page-sequence-master master-name="titlepage2">
67      <fo:repeatable-page-master-alternatives>
68        <fo:conditional-page-master-reference master-name="first2"/>
69      </fo:repeatable-page-master-alternatives>
70    </fo:page-sequence-master>
71    <fo:page-sequence-master master-name="oneside2">
72      <fo:repeatable-page-master-alternatives>
73        <fo:conditional-page-master-reference master-name="simple2"/>
74      </fo:repeatable-page-master-alternatives>
75    </fo:page-sequence-master>
76    <fo:page-sequence-master master-name="twoside2">
77      <fo:repeatable-page-master-alternatives>
78        <fo:conditional-page-master-reference master-name="blank" blank-or-not-blank="blank"/>
79        <fo:conditional-page-master-reference master-name="right2" odd-or-even="odd"/>
80        <fo:conditional-page-master-reference master-name="left2" odd-or-even="even"/>
81      </fo:repeatable-page-master-alternatives>
82    </fo:page-sequence-master>
83  </fo:layout-master-set>
84  <fo:page-sequence id="book" hyphenate="true" master-name="titlepage1" language="en">
85    <fo:flow flow-name="xsl-region-body">
86      <fo:block>
87        <fo:block font-family="Helvetica" font-weight="bold" font-size="24.8832pt" text-align="center" space-before="18.6624pt">
88          <fo:block keep-with-next.within-column="always" hyphenate="false">Book Title</fo:block>
89        </fo:block>
90        <fo:block font-family="Helvetica" font-weight="bold" font-size="17.28pt" text-align="center" keep-with-next="always" space-before="2in">Some Corporation</fo:block>
91        <fo:block font-family="Helvetica" font-weight="bold" font-size="17.28pt" text-align="center" space-before="10.8pt" keep-with-next="always">Norman Walsh</fo:block>
92        <fo:block break-after="page"/>
93        <fo:block font-size="14.4pt" font-weight="bold" font-family="Helvetica">
94          <fo:block>Book Title</fo:block>
95        </fo:block>
96        <fo:block font-size="10pt">
97          <fo:block>by Some Corporation</fo:block>
98        </fo:block>
99        <fo:block font-size="10pt">
100          <fo:block>by Norman Walsh</fo:block>
101        </fo:block>
102        <fo:block font-size="10pt">Copyright &#xA9; 1998 Norman Walsh</fo:block>
103        <fo:block font-size="8pt">
104          <fo:block>
105            <fo:block font-weight="bold" font-size="12pt" hyphenate="false" keep-with-next.within-column="always" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Legal Notice</fo:block>
106            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is a test document. You can do what you will with it.</fo:block>
107          </fo:block>
108        </fo:block>
109        <fo:block font-size="8pt">
110          <fo:block>
111            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is a second legal notice.  But it's not noteworthy.
112  Some more text. Some more text. Some more text. Some more text. 
113  Some more text. Some more text. Some more text. Some more text. 
114  Some more text. Some more text. Some more text. Some more text. 
115  Some more text. Some more text. Some more text. Some more text. 
116  Some more text. Some more text. Some more text. Some more text. 
117  Some more text. Some more text. Some more text. Some more text. 
118  Some more text. Some more text. Some more text. Some more text. 
119  </fo:block>
120          </fo:block>
121        </fo:block>
122        <fo:block break-after="page"/>
123      </fo:block>
124    </fo:flow>
125  </fo:page-sequence>
126  <fo:page-sequence hyphenate="true" format="i" master-name="titlepage1" language="en">
127    <fo:flow flow-name="xsl-region-body">
128      <fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em">
129        <fo:block>
130          <fo:block space-after="1em" margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">Table of Contents</fo:block>
131        </fo:block>
132        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
133          <fo:inline keep-with-next.within-line="always"> Preface Title</fo:inline>
134          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2793719"><fo:page-number-citation ref-id="id2793719"/></fo:basic-link></fo:inline>
135        </fo:block>
136        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
137          <fo:inline keep-with-next.within-line="always">I Part One Title</fo:inline>
138          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2781520"><fo:page-number-citation ref-id="id2781520"/></fo:basic-link></fo:inline>
139        </fo:block>
140        <fo:block start-indent="2pc">
141          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
142            <fo:inline keep-with-next.within-line="always">1 XRef Tests</fo:inline>
143            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="chapter"><fo:page-number-citation ref-id="chapter"/></fo:basic-link></fo:inline>
144          </fo:block>
145          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
146            <fo:inline keep-with-next.within-line="always">2 Section Tests</fo:inline>
147            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="stchap"><fo:page-number-citation ref-id="stchap"/></fo:basic-link></fo:inline>
148          </fo:block>
149          <fo:block start-indent="4pc">
150            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
151              <fo:inline keep-with-next.within-line="always"> a sect1 title</fo:inline>
152              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="secttest1"><fo:page-number-citation ref-id="secttest1"/></fo:basic-link></fo:inline>
153            </fo:block>
154            <fo:block start-indent="6pc">
155              <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
156                <fo:inline keep-with-next.within-line="always"> a sect2 title</fo:inline>
157                <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2778797"><fo:page-number-citation ref-id="id2778797"/></fo:basic-link></fo:inline>
158              </fo:block>
159              <fo:block start-indent="8pc">
160                <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
161                  <fo:inline keep-with-next.within-line="always"> a sect3 title</fo:inline>
162                  <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2778828"><fo:page-number-citation ref-id="id2778828"/></fo:basic-link></fo:inline>
163                </fo:block>
164                <fo:block start-indent="10pc">
165                  <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
166                    <fo:inline keep-with-next.within-line="always"> a sect4 title</fo:inline>
167                    <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779158"><fo:page-number-citation ref-id="id2779158"/></fo:basic-link></fo:inline>
168                  </fo:block>
169                  <fo:block start-indent="12pc">
170                    <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
171                      <fo:inline keep-with-next.within-line="always"> a sect5 title</fo:inline>
172                      <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779188"><fo:page-number-citation ref-id="id2779188"/></fo:basic-link></fo:inline>
173                    </fo:block>
174                  </fo:block>
175                </fo:block>
176              </fo:block>
177            </fo:block>
178            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
179              <fo:inline keep-with-next.within-line="always"> another sect1 title</fo:inline>
180              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="secttest2"><fo:page-number-citation ref-id="secttest2"/></fo:basic-link></fo:inline>
181            </fo:block>
182            <fo:block start-indent="6pc">
183              <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
184                <fo:inline keep-with-next.within-line="always"> another sect2 title</fo:inline>
185                <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779421"><fo:page-number-citation ref-id="id2779421"/></fo:basic-link></fo:inline>
186              </fo:block>
187              <fo:block start-indent="8pc">
188                <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
189                  <fo:inline keep-with-next.within-line="always"> another sect3 title</fo:inline>
190                  <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779476"><fo:page-number-citation ref-id="id2779476"/></fo:basic-link></fo:inline>
191                </fo:block>
192                <fo:block start-indent="10pc">
193                  <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
194                    <fo:inline keep-with-next.within-line="always"> another sect4 title</fo:inline>
195                    <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779530"><fo:page-number-citation ref-id="id2779530"/></fo:basic-link></fo:inline>
196                  </fo:block>
197                  <fo:block start-indent="12pc">
198                    <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
199                      <fo:inline keep-with-next.within-line="always"> another sect5 title</fo:inline>
200                      <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779584"><fo:page-number-citation ref-id="id2779584"/></fo:basic-link></fo:inline>
201                    </fo:block>
202                  </fo:block>
203                </fo:block>
204              </fo:block>
205            </fo:block>
206            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
207              <fo:inline keep-with-next.within-line="always"> another sect1 title</fo:inline>
208              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="secttest3"><fo:page-number-citation ref-id="secttest3"/></fo:basic-link></fo:inline>
209            </fo:block>
210            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
211              <fo:inline keep-with-next.within-line="always"> another sect1 title</fo:inline>
212              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="secttest4"><fo:page-number-citation ref-id="secttest4"/></fo:basic-link></fo:inline>
213            </fo:block>
214          </fo:block>
215          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
216            <fo:inline keep-with-next.within-line="always">3 Inline Tests</fo:inline>
217            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2779018"><fo:page-number-citation ref-id="id2779018"/></fo:basic-link></fo:inline>
218          </fo:block>
219          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
220            <fo:inline keep-with-next.within-line="always">4 Block Tests</fo:inline>
221            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2902832"><fo:page-number-citation ref-id="id2902832"/></fo:basic-link></fo:inline>
222          </fo:block>
223          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
224            <fo:inline keep-with-next.within-line="always">5 List Tests</fo:inline>
225            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2904524"><fo:page-number-citation ref-id="id2904524"/></fo:basic-link></fo:inline>
226          </fo:block>
227          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
228            <fo:inline keep-with-next.within-line="always">6 Table Tests</fo:inline>
229            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2908237"><fo:page-number-citation ref-id="id2908237"/></fo:basic-link></fo:inline>
230          </fo:block>
231          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
232            <fo:inline keep-with-next.within-line="always">7 Index Term Tests</fo:inline>
233            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2914288"><fo:page-number-citation ref-id="id2914288"/></fo:basic-link></fo:inline>
234          </fo:block>
235          <fo:block start-indent="4pc">
236            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
237              <fo:inline keep-with-next.within-line="always"> Index Term Sect 1</fo:inline>
238              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2914372"><fo:page-number-citation ref-id="id2914372"/></fo:basic-link></fo:inline>
239            </fo:block>
240            <fo:block start-indent="6pc">
241              <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
242                <fo:inline keep-with-next.within-line="always"> Index Term Sect 2</fo:inline>
243                <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2914720"><fo:page-number-citation ref-id="id2914720"/></fo:basic-link></fo:inline>
244              </fo:block>
245              <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
246                <fo:inline keep-with-next.within-line="always"> Index Term Sect 3</fo:inline>
247                <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2914887"><fo:page-number-citation ref-id="id2914887"/></fo:basic-link></fo:inline>
248              </fo:block>
249            </fo:block>
250          </fo:block>
251        </fo:block>
252        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
253          <fo:inline keep-with-next.within-line="always">II Part Two Title</fo:inline>
254          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="part"><fo:page-number-citation ref-id="part"/></fo:basic-link></fo:inline>
255        </fo:block>
256        <fo:block start-indent="2pc">
257          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
258            <fo:inline keep-with-next.within-line="always">8 CmdSynopsis Tests</fo:inline>
259            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2914940"><fo:page-number-citation ref-id="id2914940"/></fo:basic-link></fo:inline>
260          </fo:block>
261          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
262            <fo:inline keep-with-next.within-line="always">9 FuncSynopsis Tests</fo:inline>
263            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2916253"><fo:page-number-citation ref-id="id2916253"/></fo:basic-link></fo:inline>
264          </fo:block>
265          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
266            <fo:inline keep-with-next.within-line="always">10 Callout Tests</fo:inline>
267            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2916611"><fo:page-number-citation ref-id="id2916611"/></fo:basic-link></fo:inline>
268          </fo:block>
269        </fo:block>
270        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
271          <fo:inline keep-with-next.within-line="always">III A Reference Part</fo:inline>
272          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2917195"><fo:page-number-citation ref-id="id2917195"/></fo:basic-link></fo:inline>
273        </fo:block>
274        <fo:block start-indent="2pc">
275          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
276            <fo:inline keep-with-next.within-line="always">I Reference</fo:inline>
277            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="reference"><fo:page-number-citation ref-id="reference"/></fo:basic-link></fo:inline>
278          </fo:block>
279          <fo:block start-indent="4pc">
280            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
281              <fo:inline keep-with-next.within-line="always"> RefEntryTitle</fo:inline>
282              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2917232"><fo:page-number-citation ref-id="id2917232"/></fo:basic-link></fo:inline>
283            </fo:block>
284            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
285              <fo:inline keep-with-next.within-line="always"> <fo:inline font-family="Courier">Chop</fo:inline></fo:inline>
286              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2917423"><fo:page-number-citation ref-id="id2917423"/></fo:basic-link></fo:inline>
287            </fo:block>
288          </fo:block>
289        </fo:block>
290        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
291          <fo:inline keep-with-next.within-line="always">A A Very Short Appendix</fo:inline>
292          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="appendix"><fo:page-number-citation ref-id="appendix"/></fo:basic-link></fo:inline>
293        </fo:block>
294        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
295          <fo:inline keep-with-next.within-line="always">B A Very Long Appendix</fo:inline>
296          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2917553"><fo:page-number-citation ref-id="id2917553"/></fo:basic-link></fo:inline>
297        </fo:block>
298        <fo:block start-indent="2pc">
299          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
300            <fo:inline keep-with-next.within-line="always"> a sect1 title</fo:inline>
301            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918204"><fo:page-number-citation ref-id="id2918204"/></fo:basic-link></fo:inline>
302          </fo:block>
303          <fo:block start-indent="4pc">
304            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
305              <fo:inline keep-with-next.within-line="always"> a sect2 title</fo:inline>
306              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918243"><fo:page-number-citation ref-id="id2918243"/></fo:basic-link></fo:inline>
307            </fo:block>
308            <fo:block start-indent="6pc">
309              <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
310                <fo:inline keep-with-next.within-line="always"> a sect3 title</fo:inline>
311                <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918274"><fo:page-number-citation ref-id="id2918274"/></fo:basic-link></fo:inline>
312              </fo:block>
313              <fo:block start-indent="8pc">
314                <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
315                  <fo:inline keep-with-next.within-line="always"> a sect4 title</fo:inline>
316                  <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918304"><fo:page-number-citation ref-id="id2918304"/></fo:basic-link></fo:inline>
317                </fo:block>
318                <fo:block start-indent="10pc">
319                  <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
320                    <fo:inline keep-with-next.within-line="always"> a sect5 title</fo:inline>
321                    <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918335"><fo:page-number-citation ref-id="id2918335"/></fo:basic-link></fo:inline>
322                  </fo:block>
323                </fo:block>
324              </fo:block>
325            </fo:block>
326          </fo:block>
327          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
328            <fo:inline keep-with-next.within-line="always"> another sect1 title</fo:inline>
329            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918374"><fo:page-number-citation ref-id="id2918374"/></fo:basic-link></fo:inline>
330          </fo:block>
331          <fo:block start-indent="4pc">
332            <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
333              <fo:inline keep-with-next.within-line="always"> another sect2 title</fo:inline>
334              <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918428"><fo:page-number-citation ref-id="id2918428"/></fo:basic-link></fo:inline>
335            </fo:block>
336            <fo:block start-indent="6pc">
337              <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
338                <fo:inline keep-with-next.within-line="always"> another sect3 title</fo:inline>
339                <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918483"><fo:page-number-citation ref-id="id2918483"/></fo:basic-link></fo:inline>
340              </fo:block>
341              <fo:block start-indent="8pc">
342                <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
343                  <fo:inline keep-with-next.within-line="always"> another sect4 title</fo:inline>
344                  <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918546"><fo:page-number-citation ref-id="id2918546"/></fo:basic-link></fo:inline>
345                </fo:block>
346                <fo:block start-indent="10pc">
347                  <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
348                    <fo:inline keep-with-next.within-line="always"> another sect5 title</fo:inline>
349                    <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918600"><fo:page-number-citation ref-id="id2918600"/></fo:basic-link></fo:inline>
350                  </fo:block>
351                </fo:block>
352              </fo:block>
353            </fo:block>
354          </fo:block>
355          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
356            <fo:inline keep-with-next.within-line="always"> another sect1 title</fo:inline>
357            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918663"><fo:page-number-citation ref-id="id2918663"/></fo:basic-link></fo:inline>
358          </fo:block>
359          <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
360            <fo:inline keep-with-next.within-line="always"> another sect1 title</fo:inline>
361            <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2918696"><fo:page-number-citation ref-id="id2918696"/></fo:basic-link></fo:inline>
362          </fo:block>
363        </fo:block>
364        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
365          <fo:inline keep-with-next.within-line="always"> A Test Bibliography</fo:inline>
366          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="bib1"><fo:page-number-citation ref-id="bib1"/></fo:basic-link></fo:inline>
367        </fo:block>
368        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
369          <fo:inline keep-with-next.within-line="always"> Example Glossary</fo:inline>
370          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="gloss"><fo:page-number-citation ref-id="gloss"/></fo:basic-link></fo:inline>
371        </fo:block>
372        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
373          <fo:inline keep-with-next.within-line="always"> Index</fo:inline>
374          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="index"><fo:page-number-citation ref-id="index"/></fo:basic-link></fo:inline>
375        </fo:block>
376        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
377          <fo:inline keep-with-next.within-line="always"> An Index with a Title</fo:inline>
378          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2920779"><fo:page-number-citation ref-id="id2920779"/></fo:basic-link></fo:inline>
379        </fo:block>
380      </fo:block>
381    </fo:flow>
382  </fo:page-sequence>
383  <fo:page-sequence hyphenate="true" format="i" master-name="titlepage1" language="en">
384    <fo:flow flow-name="xsl-region-body">
385      <fo:block>
386        <fo:block>
387          <fo:block space-after="1em" margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">List of Figures</fo:block>
388        </fo:block>
389        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
390          <fo:inline keep-with-next.within-line="always">4.1 A Figure</fo:inline>
391          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="figure"><fo:page-number-citation ref-id="figure"/></fo:basic-link></fo:inline>
392        </fo:block>
393      </fo:block>
394    </fo:flow>
395  </fo:page-sequence>
396  <fo:page-sequence hyphenate="true" format="i" master-name="titlepage1" language="en">
397    <fo:flow flow-name="xsl-region-body">
398      <fo:block>
399        <fo:block>
400          <fo:block space-after="1em" margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">List of Tables</fo:block>
401        </fo:block>
402        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
403          <fo:inline keep-with-next.within-line="always">4.1 A Table</fo:inline>
404          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="table"><fo:page-number-citation ref-id="table"/></fo:basic-link></fo:inline>
405        </fo:block>
406        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
407          <fo:inline keep-with-next.within-line="always">6.1 Table Title</fo:inline>
408          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="t1"><fo:page-number-citation ref-id="t1"/></fo:basic-link></fo:inline>
409        </fo:block>
410      </fo:block>
411    </fo:flow>
412  </fo:page-sequence>
413  <fo:page-sequence hyphenate="true" format="i" master-name="titlepage1" language="en">
414    <fo:flow flow-name="xsl-region-body">
415      <fo:block>
416        <fo:block>
417          <fo:block space-after="1em" margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">List of Examples</fo:block>
418        </fo:block>
419        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
420          <fo:inline keep-with-next.within-line="always">4.1 An Example</fo:inline>
421          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="example"><fo:page-number-citation ref-id="example"/></fo:basic-link></fo:inline>
422        </fo:block>
423        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
424          <fo:inline keep-with-next.within-line="always">2 chop() example</fo:inline>
425          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="id2917482"><fo:page-number-citation ref-id="id2917482"/></fo:basic-link></fo:inline>
426        </fo:block>
427      </fo:block>
428    </fo:flow>
429  </fo:page-sequence>
430  <fo:page-sequence hyphenate="true" format="i" master-name="titlepage1" language="en">
431    <fo:flow flow-name="xsl-region-body">
432      <fo:block>
433        <fo:block>
434          <fo:block space-after="1em" margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">List of Equations</fo:block>
435        </fo:block>
436        <fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
437          <fo:inline keep-with-next.within-line="always">4.1 An Equation</fo:inline>
438          <fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="equation"><fo:page-number-citation ref-id="equation"/></fo:basic-link></fo:inline>
439        </fo:block>
440      </fo:block>
441    </fo:flow>
442  </fo:page-sequence>
443  <fo:page-sequence id="id2781448" hyphenate="true" format="i" master-name="oneside1" language="en">
444    <fo:static-content flow-name="xsl-region-after">
445      <fo:block text-align="center" font-size="10pt">
446        <fo:page-number/>
447      </fo:block>
448    </fo:static-content>
449    <fo:flow flow-name="xsl-region-body">
450      <fo:block>
451        <fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
452          <fo:block keep-with-next.within-column="always" hyphenate="false">Dedication</fo:block>
453        </fo:block>
454      </fo:block>
455      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This test book is dedicated to all the testers.  This is the first para
456of the dedication.</fo:block>
457      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the second para of the dedication.</fo:block>
458      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the third para of the dedication.</fo:block>
459    </fo:flow>
460  </fo:page-sequence>
461  <fo:page-sequence id="id2793719" hyphenate="true" format="i" master-name="oneside1" language="en">
462    <fo:static-content flow-name="xsl-region-after">
463      <fo:block text-align="center" font-size="10pt">
464        <fo:page-number/>
465      </fo:block>
466    </fo:static-content>
467    <fo:flow flow-name="xsl-region-body">
468      <fo:block>
469        <fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
470          <fo:block keep-with-next.within-column="always" hyphenate="false">Preface Title</fo:block>
471        </fo:block>
472      </fo:block>
473      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Preface content.</fo:block>
474      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the second para of the preface.</fo:block>
475      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the third para of the preface.</fo:block>
476    </fo:flow>
477  </fo:page-sequence>
478  <fo:page-sequence id="id2781520" hyphenate="true" master-name="oneside1" language="en">
479    <fo:static-content flow-name="xsl-region-after">
480      <fo:block text-align="center" font-size="10pt">
481        <fo:page-number/>
482      </fo:block>
483    </fo:static-content>
484    <fo:flow flow-name="xsl-region-body">
485      <fo:block>
486        <fo:block text-align="center" font-size="24.8832pt" space-before="18.6624pt" font-weight="bold" font-family="Helvetica">
487          <fo:block keep-with-next.within-column="always" hyphenate="false">Part One Title</fo:block>
488        </fo:block>
489      </fo:block>
490      <fo:block>
491        <fo:block text-align="center" font-size="17.28pt" font-weight="bold" margin-left="-4pc" space-before="1em" font-family="Helvetica">PartIntro Title</fo:block>
492      </fo:block>
493      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Partintro content<fo:footnote><fo:inline>[1]</fo:inline><fo:footnote-body font-size="8pt"><fo:block>[1] This is a footnote in a partintro.</fo:block></fo:footnote-body></fo:footnote>.</fo:block>
494      <fo:block id="id2781603">
495        <fo:block>
496          <fo:block margin-left="-4pc" font-family="Helvetica">
497            <fo:block keep-with-next.within-column="always">
498              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">PartIntro Section</fo:block>
499            </fo:block>
500          </fo:block>
501        </fo:block>
502        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">PartIntros can actually have section content as well.</fo:block>
503      </fo:block>
504    </fo:flow>
505  </fo:page-sequence>
506  <fo:page-sequence id="chapter" hyphenate="true" master-name="oneside1" language="en" initial-page-number="1">
507    <fo:static-content flow-name="xsl-region-before">
508      <fo:block text-align="center">
509        <fo:block font-size="10pt">Chapter 1. XRef Tests</fo:block>
510      </fo:block>
511    </fo:static-content>
512    <fo:static-content flow-name="xsl-region-after">
513      <fo:block text-align="center" font-size="10pt">
514        <fo:page-number/>
515      </fo:block>
516    </fo:static-content>
517    <fo:flow flow-name="xsl-region-body">
518      <fo:block>
519        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
520          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 1. XRef Tests</fo:block>
521        </fo:block>
522      </fo:block>
523      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Xrefs</fo:block>
524      <fo:table>
525        <fo:table-body>
526          <fo:table-row>
527            <fo:table-cell>
528              <fo:block>
529                <fo:basic-link internal-destination="book">Book Title</fo:basic-link>
530              </fo:block>
531            </fo:table-cell>
532          </fo:table-row>
533          <fo:table-row>
534            <fo:table-cell>
535              <fo:block>
536                <fo:basic-link internal-destination="part">Part II. Part Two Title</fo:basic-link>
537              </fo:block>
538            </fo:table-cell>
539          </fo:table-row>
540          <fo:table-row>
541            <fo:table-cell>
542              <fo:block>
543                <fo:basic-link internal-destination="chapter">Chapter 1. XRef Tests</fo:basic-link>
544              </fo:block>
545            </fo:table-cell>
546          </fo:table-row>
547          <fo:table-row>
548            <fo:table-cell>
549              <fo:block>
550                <fo:basic-link internal-destination="appendix">Appendix A. A Very Short Appendix</fo:basic-link>
551              </fo:block>
552            </fo:table-cell>
553          </fo:table-row>
554          <fo:table-row>
555            <fo:table-cell>
556              <fo:block>
557                <fo:basic-link internal-destination="table">Table 4.1. A Table</fo:basic-link>
558              </fo:block>
559            </fo:table-cell>
560          </fo:table-row>
561          <fo:table-row>
562            <fo:table-cell>
563              <fo:block>
564                <fo:basic-link internal-destination="figure">Figure 4.1. A Figure</fo:basic-link>
565              </fo:block>
566            </fo:table-cell>
567          </fo:table-row>
568          <fo:table-row>
569            <fo:table-cell>
570              <fo:block>
571                <fo:basic-link internal-destination="example">Example 4.1. An Example</fo:basic-link>
572              </fo:block>
573            </fo:table-cell>
574          </fo:table-row>
575          <fo:table-row>
576            <fo:table-cell>
577              <fo:block>
578                <fo:basic-link internal-destination="equation"></fo:basic-link>
579              </fo:block>
580            </fo:table-cell>
581          </fo:table-row>
582          <fo:table-row>
583            <fo:table-cell>
584              <fo:block>
585                <fo:basic-link internal-destination="reference">Reference</fo:basic-link>
586              </fo:block>
587            </fo:table-cell>
588          </fo:table-row>
589          <fo:table-row>
590            <fo:table-cell>
591              <fo:block>
592                <fo:basic-link internal-destination="bib1">A Test Bibliography</fo:basic-link>
593              </fo:block>
594            </fo:table-cell>
595          </fo:table-row>
596          <fo:table-row>
597            <fo:table-cell>
598              <fo:block>
599                <fo:basic-link internal-destination="gloss">Example Glossary</fo:basic-link>
600              </fo:block>
601            </fo:table-cell>
602          </fo:table-row>
603          <fo:table-row>
604            <fo:table-cell>
605              <fo:block>
606                <fo:basic-link internal-destination="index">Index</fo:basic-link>
607              </fo:block>
608            </fo:table-cell>
609          </fo:table-row>
610        </fo:table-body>
611      </fo:table>
612      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the first reference to <fo:inline font-style="italic">XML</fo:inline>.
613This is the second reference to XML.
614These are references without <fo:inline font-family="Courier">linkend</fo:inline>
615attributes: <fo:inline font-style="italic">XML</fo:inline>, XML.</fo:block>
616      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Links</fo:block>
617      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">More <fo:basic-link external-destination="http://www.jclark.com/dsssl/">DSSSL information</fo:basic-link><fo:inline hyphenate="false"> [http://www.jclark.com/dsssl/]</fo:inline>
618is available.</fo:block>
619      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">There is <fo:basic-link internal-destination="part">a second part</fo:basic-link> in this book.</fo:block>
620      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the <fo:basic-link internal-destination="chapter"/>
621chapter.</fo:block>
622    </fo:flow>
623  </fo:page-sequence>
624  <fo:page-sequence id="stchap" hyphenate="true" master-name="oneside1" language="en">
625    <fo:static-content flow-name="xsl-region-before">
626      <fo:block text-align="center">
627        <fo:block font-size="10pt">Chapter 2. Section Tests</fo:block>
628      </fo:block>
629    </fo:static-content>
630    <fo:static-content flow-name="xsl-region-after">
631      <fo:block text-align="center" font-size="10pt">
632        <fo:page-number/>
633      </fo:block>
634    </fo:static-content>
635    <fo:flow flow-name="xsl-region-body">
636      <fo:block>
637        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
638          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 2. Section Tests</fo:block>
639        </fo:block>
640        <fo:block space-before="0.5em" margin-left="-4pc" font-style="italic" font-size="14.4pt" font-weight="bold" font-family="Helvetica">Section Tests Subtitle</fo:block>
641      </fo:block>
642      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
643some text. some text. some text. some text. some text. some text. some text. 
644some text. some text. some text. some text. some text. some text. some text. 
645some text. some text. some text. some text. some text. some text. some text. 
646some text. some text. some text. some text. some text. some text. some text. 
647some text. some text. some text. some text. some text. some text. some text. 
648<fo:wrapper id="id2784962"><!--ap1--></fo:wrapper>
649<fo:wrapper id="id2784986"><!--ap2--></fo:wrapper>
650
651<fo:wrapper id="id2785010"><!--bp1, bp1bs1--></fo:wrapper>
652<fo:wrapper id="id2785041"><!--bp2--></fo:wrapper>
653
654<fo:wrapper id="id2785065"><!--cp1, cp1cs1, cp1cs1ct1--></fo:wrapper>
655<fo:wrapper id="id2785105"><!--cp2--></fo:wrapper>
656
657<fo:wrapper id="id2785129"><!--dp1, dp1ds1--></fo:wrapper>
658<fo:wrapper id="id2785161"><!--dp1, dp1ds2--></fo:wrapper>
659<fo:wrapper id="id2785193"><!--dp2--></fo:wrapper></fo:block>
660      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
661some text. some text. some text. some text. some text. some text. some text. 
662some text. some text. some text. some text. some text. some text. some text. 
663some text. some text. some text. some text. some text. some text. some text. 
664some text. some text. some text. some text. some text. some text. some text. 
665some text. some text. some text. some text. some text. some text. some text. </fo:block>
666      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
667some text. some text. some text. some text. some text. some text. some text. 
668some text. some text. some text. some text. some text. some text. some text. 
669some text. some text. some text. some text. some text. some text. some text. 
670some text. some text. some text. some text. some text. some text. some text. 
671some text. some text. some text. some text. some text. some text. some text. </fo:block>
672      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
673some text. some text. some text. some text. some text. some text. some text. 
674some text. some text. some text. some text. some text. some text. some text. 
675some text. some text. some text. some text. some text. some text. some text. 
676some text. some text. some text. some text. some text. some text. some text. 
677some text. some text. some text. some text. some text. some text. some text. </fo:block>
678      <fo:block id="secttest1">
679        <fo:block>
680          <fo:block margin-left="-4pc" font-family="Helvetica">
681            <fo:block keep-with-next.within-column="always">
682              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect1 title</fo:block>
683            </fo:block>
684          </fo:block>
685        </fo:block>
686        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
687some text. some text. some text. some text. some text. some text. some text. 
688some text. some text. some text. some text. some text. some text. some text. 
689some text. some text. some text. some text. some text. some text. some text. 
690some text. some text. some text. some text. some text. some text. some text. 
691some text. some text. some text. some text. some text. some text. some text. 
692<fo:wrapper id="id2785309"><!--ep1, ep1es1, ep1es1et1--></fo:wrapper>
693<fo:wrapper id="id2785348"><!--ep1, ep1es2--></fo:wrapper>
694<fo:wrapper id="id2785380"><!--ep2--></fo:wrapper>
695
696<fo:wrapper id="id2785404"><!--fp1, fp1fs1--></fo:wrapper>
697<fo:wrapper id="id2785311"><!--fp1, fp1fs2, fp1fs2ft1--></fo:wrapper>
698<fo:wrapper id="id2784900"><!--fp2--></fo:wrapper>
699
700<fo:wrapper id="id2778552"><!--gp1, gp1gs1--></fo:wrapper>
701<fo:wrapper id="id2778582"><!--gp1, gp1gs2--></fo:wrapper>
702<fo:wrapper id="id2778614"><!--gp1, gp1gs2, gp1gs2gt1--></fo:wrapper>
703<fo:wrapper id="id2778653"><!--gp1, gp1gs2, gp1gs2gt2--></fo:wrapper>
704<fo:wrapper id="id2778693"><!--gp1, gp1gs3--></fo:wrapper>
705<fo:wrapper id="id2778724"><!--gp2--></fo:wrapper></fo:block>
706        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
707some text. some text. some text. some text. some text. some text. some text. 
708some text. some text. some text. some text. some text. some text. some text. 
709some text. some text. some text. some text. some text. some text. some text. 
710some text. some text. some text. some text. some text. some text. some text. 
711some text. some text. some text. some text. some text. some text. some text. </fo:block>
712        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
713some text. some text. some text. some text. some text. some text. some text. 
714some text. some text. some text. some text. some text. some text. some text. 
715some text. some text. some text. some text. some text. some text. some text. 
716some text. some text. some text. some text. some text. some text. some text. 
717some text. some text. some text. some text. some text. some text. some text. </fo:block>
718        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
719some text. some text. some text. some text. some text. some text. some text. 
720some text. some text. some text. some text. some text. some text. some text. 
721some text. some text. some text. some text. some text. some text. some text. 
722some text. some text. some text. some text. some text. some text. some text. 
723some text. some text. some text. some text. some text. some text. some text. </fo:block>
724        <fo:block id="id2778797">
725          <fo:block>
726            <fo:block margin-left="-4pc" font-family="Helvetica">
727              <fo:block keep-with-next.within-column="always">
728                <fo:block font-size="14pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect2 title</fo:block>
729              </fo:block>
730            </fo:block>
731          </fo:block>
732          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
733some text. some text. some text. some text. some text. some text. some text. 
734some text. some text. some text. some text. some text. some text. some text. 
735some text. some text. some text. some text. some text. some text. some text. 
736some text. some text. some text. some text. some text. some text. some text. 
737some text. some text. some text. some text. some text. some text. some text. </fo:block>
738          <fo:block id="id2778828">
739            <fo:block>
740              <fo:block margin-left="-4pc" font-family="Helvetica">
741                <fo:block keep-with-next.within-column="always">
742                  <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect3 title</fo:block>
743                </fo:block>
744              </fo:block>
745            </fo:block>
746            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
747some text. some text. some text. some text. some text. some text. some text. 
748some text. some text. some text. some text. some text. some text. some text. 
749some text. some text. some text. some text. some text. some text. some text. 
750some text. some text. some text. some text. some text. some text. some text. 
751some text. some text. some text. some text. some text. some text. some text. 
752<fo:wrapper id="id2778856"><!--hp1, hp1hs1, hp1hs1ht1--></fo:wrapper>
753<fo:wrapper id="id2778896"><!--hp1, hp1hs1, hp1hs1ht2--></fo:wrapper>
754<fo:wrapper id="id2778936"><!--hp2--></fo:wrapper>
755
756<fo:wrapper id="id2778960"><!--ip1--></fo:wrapper>
757<fo:wrapper id="id2778984"><!--ip1, ip1is1--></fo:wrapper>
758<fo:wrapper id="id2779016"><!--ip1, ip1is1, ip1is1it1--></fo:wrapper>
759<fo:wrapper id="id2779055"><!--ip1, ip1is1, ip1is1it2--></fo:wrapper>
760<fo:wrapper id="id2779095"><!--ip1, ip1is2, ip1is2it1--></fo:wrapper>
761<fo:wrapper id="id2779135"><!--ip2--></fo:wrapper></fo:block>
762            <fo:block id="id2779158">
763              <fo:block>
764                <fo:block margin-left="-4pc" font-family="Helvetica">
765                  <fo:block keep-with-next.within-column="always">
766                    <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect4 title</fo:block>
767                  </fo:block>
768                </fo:block>
769              </fo:block>
770              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
771some text. some text. some text. some text. some text. some text. some text. 
772some text. some text. some text. some text. some text. some text. some text. 
773some text. some text. some text. some text. some text. some text. some text. 
774some text. some text. some text. some text. some text. some text. some text. 
775some text. some text. some text. some text. some text. some text. some text. </fo:block>
776              <fo:block id="id2779188">
777                <fo:block>
778                  <fo:block margin-left="-4pc" font-family="Helvetica">
779                    <fo:block keep-with-next.within-column="always">
780                      <fo:block font-size="10pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect5 title</fo:block>
781                    </fo:block>
782                  </fo:block>
783                </fo:block>
784                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
785some text. some text. some text. some text. some text. some text. some text. 
786some text. some text. some text. some text. some text. some text. some text. 
787some text. some text. some text. some text. some text. some text. some text. 
788some text. some text. some text. some text. some text. some text. some text. 
789some text. some text. some text. some text. some text. some text. some text. </fo:block>
790              </fo:block>
791            </fo:block>
792          </fo:block>
793        </fo:block>
794      </fo:block>
795      <fo:block id="secttest2">
796        <fo:block>
797          <fo:block margin-left="-4pc" font-family="Helvetica">
798            <fo:block keep-with-next.within-column="always">
799              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect1 title</fo:block>
800            </fo:block>
801          </fo:block>
802          <fo:block font-family="Helvetica">a sect1 subtitle</fo:block>
803        </fo:block>
804        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
805some text. some text. some text. some text. some text. some text. some text. 
806some text. some text. some text. some text. some text. some text. some text. 
807some text. some text. some text. some text. some text. some text. some text. 
808some text. some text. some text. some text. some text. some text. some text. 
809some text. some text. some text. some text. some text. some text. some text. 
810<fo:wrapper id="id2779295"><!--jp1--></fo:wrapper>
811<fo:wrapper id="id2779319"><!--jp1, jp1js1, jp1js1jt1--></fo:wrapper>
812<fo:wrapper id="id2779358"><!--jp1, jp1js1, jp1js1jt2--></fo:wrapper>
813<fo:wrapper id="id2779398"><!--jp2--></fo:wrapper></fo:block>
814        <fo:block id="id2779421">
815          <fo:block>
816            <fo:block margin-left="-4pc" font-family="Helvetica">
817              <fo:block keep-with-next.within-column="always">
818                <fo:block font-size="14pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect2 title</fo:block>
819              </fo:block>
820            </fo:block>
821            <fo:block font-family="Helvetica">a sect2 subtitle</fo:block>
822          </fo:block>
823          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
824some text. some text. some text. some text. some text. some text. some text. 
825some text. some text. some text. some text. some text. some text. some text. 
826some text. some text. some text. some text. some text. some text. some text. 
827some text. some text. some text. some text. some text. some text. some text. 
828some text. some text. some text. some text. some text. some text. some text. </fo:block>
829          <fo:block id="id2779476">
830            <fo:block>
831              <fo:block margin-left="-4pc" font-family="Helvetica">
832                <fo:block keep-with-next.within-column="always">
833                  <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect3 title</fo:block>
834                </fo:block>
835              </fo:block>
836              <fo:block font-family="Helvetica">a sect3 subtitle</fo:block>
837            </fo:block>
838            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
839some text. some text. some text. some text. some text. some text. some text. 
840some text. some text. some text. some text. some text. some text. some text. 
841some text. some text. some text. some text. some text. some text. some text. 
842some text. some text. some text. some text. some text. some text. some text. 
843some text. some text. some text. some text. some text. some text. some text. </fo:block>
844            <fo:block id="id2779530">
845              <fo:block>
846                <fo:block margin-left="-4pc" font-family="Helvetica">
847                  <fo:block keep-with-next.within-column="always">
848                    <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect4 title</fo:block>
849                  </fo:block>
850                </fo:block>
851                <fo:block font-family="Helvetica">a sect4 subtitle</fo:block>
852              </fo:block>
853              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
854some text. some text. some text. some text. some text. some text. some text. 
855some text. some text. some text. some text. some text. some text. some text. 
856some text. some text. some text. some text. some text. some text. some text. 
857some text. some text. some text. some text. some text. some text. some text. 
858some text. some text. some text. some text. some text. some text. some text. </fo:block>
859              <fo:block id="id2779584">
860                <fo:block>
861                  <fo:block margin-left="-4pc" font-family="Helvetica">
862                    <fo:block keep-with-next.within-column="always">
863                      <fo:block font-size="10pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect5 title</fo:block>
864                    </fo:block>
865                  </fo:block>
866                  <fo:block font-family="Helvetica">a sect5 subtitle</fo:block>
867                </fo:block>
868                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
869some text. some text. some text. some text. some text. some text. some text. 
870some text. some text. some text. some text. some text. some text. some text. 
871some text. some text. some text. some text. some text. some text. some text. 
872some text. some text. some text. some text. some text. some text. some text. 
873some text. some text. some text. some text. some text. some text. some text. </fo:block>
874              </fo:block>
875            </fo:block>
876          </fo:block>
877        </fo:block>
878      </fo:block>
879      <fo:block id="secttest3">
880        <fo:block>
881          <fo:block margin-left="-4pc" font-family="Helvetica">
882            <fo:block keep-with-next.within-column="always">
883              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect1 title</fo:block>
884            </fo:block>
885          </fo:block>
886        </fo:block>
887        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
888some text. some text. some text. some text. some text. some text. some text. 
889some text. some text. some text. some text. some text. some text. some text. 
890some text. some text. some text. some text. some text. some text. some text. 
891some text. some text. some text. some text. some text. some text. some text. 
892some text. some text. some text. some text. some text. some text. some text. </fo:block>
893      </fo:block>
894      <fo:block id="secttest4">
895        <fo:block>
896          <fo:block margin-left="-4pc" font-family="Helvetica">
897            <fo:block keep-with-next.within-column="always">
898              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect1 title</fo:block>
899            </fo:block>
900          </fo:block>
901        </fo:block>
902        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
903some text. some text. some text. some text. some text. some text. some text. 
904some text. some text. some text. some text. some text. some text. some text. 
905some text. some text. some text. some text. some text. some text. some text. 
906some text. some text. some text. some text. some text. some text. some text. 
907some text. some text. some text. some text. some text. some text. some text. </fo:block>
908      </fo:block>
909    </fo:flow>
910  </fo:page-sequence>
911  <fo:page-sequence id="id2779018" hyphenate="true" master-name="oneside1" language="en">
912    <fo:static-content flow-name="xsl-region-before">
913      <fo:block text-align="center">
914        <fo:block font-size="10pt">Chapter 3. Inline Tests</fo:block>
915      </fo:block>
916    </fo:static-content>
917    <fo:static-content flow-name="xsl-region-after">
918      <fo:block text-align="center" font-size="10pt">
919        <fo:page-number/>
920      </fo:block>
921    </fo:static-content>
922    <fo:flow flow-name="xsl-region-body">
923      <fo:block>
924        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
925          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 3. Inline Tests</fo:block>
926        </fo:block>
927      </fo:block>
928      <fo:block id="id2779321">
929        <fo:block>
930          <fo:block margin-left="-4pc" font-family="Helvetica">
931            <fo:block keep-with-next.within-column="always">
932              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Testing &#x2018;Quotes&#x2019; in a title</fo:block>
933            </fo:block>
934          </fo:block>
935        </fo:block>
936        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Footnotes<fo:footnote><fo:inline>[2]</fo:inline><fo:footnote-body font-size="8pt"><fo:block>[2] Like this!</fo:block></fo:footnote-body></fo:footnote> are inlines.
937Sort of<fo:footnote><fo:inline>[3]</fo:inline><fo:footnote-body font-size="8pt"><fo:block>[3] Well, the marks are, anyway!</fo:block></fo:footnote-body></fo:footnote>.
938Another footnote<fo:inline>[2]</fo:inline>.</fo:block>
939        <fo:table>
940          <fo:table-body>
941            <fo:table-row>
942              <fo:table-cell>
943                <fo:block>Abbrev</fo:block>
944              </fo:table-cell>
945              <fo:table-cell>
946                <fo:block>GUIIcon</fo:block>
947              </fo:table-cell>
948              <fo:table-cell>
949                <fo:block><fo:inline font-family="Courier">SGMLTag</fo:inline> (Attribute)</fo:block>
950              </fo:table-cell>
951            </fo:table-row>
952            <fo:table-row>
953              <fo:table-cell>
954                <fo:block>Acronym</fo:block>
955              </fo:table-cell>
956              <fo:table-cell>
957                <fo:block>GUILabel</fo:block>
958              </fo:table-cell>
959              <fo:table-cell>
960                <fo:block><fo:inline font-family="Courier">SGMLTag</fo:inline> (AttValue)</fo:block>
961              </fo:table-cell>
962            </fo:table-row>
963            <fo:table-row>
964              <fo:table-cell>
965                <fo:block>Action</fo:block>
966              </fo:table-cell>
967              <fo:table-cell>
968                <fo:block>GUIMenu</fo:block>
969              </fo:table-cell>
970              <fo:table-cell>
971                <fo:block><fo:inline font-family="Courier">SGMLTag</fo:inline> (Element)</fo:block>
972              </fo:table-cell>
973            </fo:table-row>
974            <fo:table-row>
975              <fo:table-cell>
976                <fo:block>Application</fo:block>
977              </fo:table-cell>
978              <fo:table-cell>
979                <fo:block>GUISubMenu</fo:block>
980              </fo:table-cell>
981              <fo:table-cell>
982                <fo:block><fo:inline font-family="Courier">&lt;/SGMLTag&gt;</fo:inline> (EndTag)</fo:block>
983              </fo:table-cell>
984            </fo:table-row>
985            <fo:table-row>
986              <fo:table-cell>
987                <fo:block>[Citation]</fo:block>
988              </fo:table-cell>
989              <fo:table-cell>
990                <fo:block>Hardware</fo:block>
991              </fo:table-cell>
992              <fo:table-cell>
993                <fo:block><fo:inline font-family="Courier">&amp;SGMLTag;</fo:inline> (GenEntity)</fo:block>
994              </fo:table-cell>
995            </fo:table-row>
996            <fo:table-row>
997              <fo:table-cell>
998                <fo:block>CiteRefEntry RefEntryTitle(n)</fo:block>
999              </fo:table-cell>
1000              <fo:table-cell>
1001                <fo:block>
1002                  <fo:block>
1003                    <fo:external-graphic src="url(file:emc2.gif)" content-width="auto" content-height="auto" width="auto" height="auto"/>
1004                  </fo:block>
1005                </fo:block>
1006              </fo:table-cell>
1007              <fo:table-cell>
1008                <fo:block><fo:inline font-family="Courier">&amp;#SGMLTag;</fo:inline> (NumCharRef)</fo:block>
1009              </fo:table-cell>
1010            </fo:table-row>
1011            <fo:table-row>
1012              <fo:table-cell>
1013                <fo:block>
1014                  <fo:inline font-style="italic">Citetitle</fo:inline>
1015                </fo:block>
1016              </fo:table-cell>
1017              <fo:table-cell>
1018                <fo:block>Interface</fo:block>
1019              </fo:table-cell>
1020              <fo:table-cell>
1021                <fo:block><fo:inline font-family="Courier">%SGMLTag;</fo:inline> (ParamEntity)</fo:block>
1022              </fo:table-cell>
1023            </fo:table-row>
1024            <fo:table-row>
1025              <fo:table-cell>
1026                <fo:block>
1027                  <fo:inline font-family="Courier">ClassName</fo:inline>
1028                </fo:block>
1029              </fo:table-cell>
1030              <fo:table-cell>
1031                <fo:block>InterfaceDefinition</fo:block>
1032              </fo:table-cell>
1033              <fo:table-cell>
1034                <fo:block><fo:inline font-family="Courier">&lt;?SGMLTag&gt;</fo:inline> (PI)</fo:block>
1035              </fo:table-cell>
1036            </fo:table-row>
1037            <fo:table-row>
1038              <fo:table-cell>
1039                <fo:block>
1040                  <fo:inline font-weight="bold">Command</fo:inline>
1041                </fo:block>
1042              </fo:table-cell>
1043              <fo:table-cell>
1044                <fo:block>
1045                  <fo:inline font-weight="bold">KeyCap</fo:inline>
1046                </fo:block>
1047              </fo:table-cell>
1048              <fo:table-cell>
1049                <fo:block><fo:inline font-family="Courier">&lt;!--SGMLTag--&gt;</fo:inline> (SGMLComment)</fo:block>
1050              </fo:table-cell>
1051            </fo:table-row>
1052            <fo:table-row>
1053              <fo:table-cell>
1054                <fo:block><fo:inline font-style="italic">Comment</fo:inline> (Comment)</fo:block>
1055              </fo:table-cell>
1056              <fo:table-cell>
1057                <fo:block>KeyCode</fo:block>
1058              </fo:table-cell>
1059              <fo:table-cell>
1060                <fo:block><fo:inline font-family="Courier">&lt;SGMLTag&gt;</fo:inline> (StartTag)</fo:block>
1061              </fo:table-cell>
1062            </fo:table-row>
1063            <fo:table-row>
1064              <fo:table-cell>
1065                <fo:block>
1066                  <fo:inline font-family="Courier">ComputerOutput</fo:inline>
1067                </fo:block>
1068              </fo:table-cell>
1069              <fo:table-cell>
1070                <fo:block>Key-Combo</fo:block>
1071              </fo:table-cell>
1072              <fo:table-cell>
1073                <fo:block>
1074                  <fo:inline font-family="Courier">SGMLTag</fo:inline>
1075                </fo:block>
1076              </fo:table-cell>
1077            </fo:table-row>
1078            <fo:table-row>
1079              <fo:table-cell>
1080                <fo:block>Database</fo:block>
1081              </fo:table-cell>
1082              <fo:table-cell>
1083                <fo:block>KeySym</fo:block>
1084              </fo:table-cell>
1085              <fo:table-cell>
1086                <fo:block>
1087                  <fo:inline font-style="italic" font-family="Courier">StructField</fo:inline>
1088                </fo:block>
1089              </fo:table-cell>
1090            </fo:table-row>
1091            <fo:table-row>
1092              <fo:table-cell>
1093                <fo:block>ErrorName</fo:block>
1094              </fo:table-cell>
1095              <fo:table-cell>
1096                <fo:block>
1097                  <fo:inline font-family="Courier">Literal</fo:inline>
1098                </fo:block>
1099              </fo:table-cell>
1100              <fo:table-cell>
1101                <fo:block>StructName</fo:block>
1102              </fo:table-cell>
1103            </fo:table-row>
1104            <fo:table-row>
1105              <fo:table-cell>
1106                <fo:block>ErrorType</fo:block>
1107              </fo:table-cell>
1108              <fo:table-cell>
1109                <fo:block>Markup</fo:block>
1110              </fo:table-cell>
1111              <fo:table-cell>
1112                <fo:block>
1113                  <fo:inline vertical-align="sub">Subscript</fo:inline>
1114                </fo:block>
1115              </fo:table-cell>
1116            </fo:table-row>
1117            <fo:table-row>
1118              <fo:table-cell>
1119                <fo:block>
1120                  <fo:inline font-family="Courier">&lt;Email&gt;</fo:inline>
1121                </fo:block>
1122              </fo:table-cell>
1123              <fo:table-cell>
1124                <fo:block>
1125                  <fo:inline font-style="italic">MediaLabel</fo:inline>
1126                </fo:block>
1127              </fo:table-cell>
1128              <fo:table-cell>
1129                <fo:block>
1130                  <fo:inline vertical-align="super">Superscript</fo:inline>
1131                </fo:block>
1132              </fo:table-cell>
1133            </fo:table-row>
1134            <fo:table-row>
1135              <fo:table-cell>
1136                <fo:block>
1137                  <fo:inline font-style="italic">Emphasis</fo:inline>
1138                </fo:block>
1139              </fo:table-cell>
1140              <fo:table-cell>
1141                <fo:block>MouseButton</fo:block>
1142              </fo:table-cell>
1143              <fo:table-cell>
1144                <fo:block>Symbol</fo:block>
1145              </fo:table-cell>
1146            </fo:table-row>
1147            <fo:table-row>
1148              <fo:table-cell>
1149                <fo:block>
1150                  <fo:inline font-family="Courier">EnVar</fo:inline>
1151                </fo:block>
1152              </fo:table-cell>
1153              <fo:table-cell>
1154                <fo:block>
1155                  <fo:inline font-family="Courier">Option</fo:inline>
1156                </fo:block>
1157              </fo:table-cell>
1158              <fo:table-cell>
1159                <fo:block>SystemItem</fo:block>
1160              </fo:table-cell>
1161            </fo:table-row>
1162            <fo:table-row>
1163              <fo:table-cell>
1164                <fo:block>ErrorCode</fo:block>
1165              </fo:table-cell>
1166              <fo:table-cell>
1167                <fo:block>[Optional]</fo:block>
1168              </fo:table-cell>
1169              <fo:table-cell>
1170                <fo:block>Token</fo:block>
1171              </fo:table-cell>
1172            </fo:table-row>
1173            <fo:table-row>
1174              <fo:table-cell>
1175                <fo:block>
1176                  <fo:inline font-family="Courier">Filename</fo:inline>
1177                </fo:block>
1178              </fo:table-cell>
1179              <fo:table-cell>
1180                <fo:block>
1181                  <fo:inline font-style="italic" font-family="Courier">Parameter</fo:inline>
1182                </fo:block>
1183              </fo:table-cell>
1184              <fo:table-cell>
1185                <fo:block>Trademark&#x2122;</fo:block>
1186              </fo:table-cell>
1187            </fo:table-row>
1188            <fo:table-row>
1189              <fo:table-cell>
1190                <fo:block>
1191                  <fo:inline font-style="italic">Firstterm</fo:inline>
1192                </fo:block>
1193              </fo:table-cell>
1194              <fo:table-cell>
1195                <fo:block>Phrase</fo:block>
1196              </fo:table-cell>
1197              <fo:table-cell>
1198                <fo:block>Type</fo:block>
1199              </fo:table-cell>
1200            </fo:table-row>
1201            <fo:table-row>
1202              <fo:table-cell>
1203                <fo:block>
1204                  <fo:inline font-style="italic">ForeignPhrase</fo:inline>
1205                </fo:block>
1206              </fo:table-cell>
1207              <fo:table-cell>
1208                <fo:block>
1209                  <fo:inline font-family="Courier">Prompt</fo:inline>
1210                </fo:block>
1211              </fo:table-cell>
1212              <fo:table-cell>
1213                <fo:block>
1214                  <fo:inline font-weight="bold" font-family="Courier">UserInput</fo:inline>
1215                </fo:block>
1216              </fo:table-cell>
1217            </fo:table-row>
1218            <fo:table-row>
1219              <fo:table-cell>
1220                <fo:block>
1221                  <fo:inline font-family="Courier">Function</fo:inline>
1222                </fo:block>
1223              </fo:table-cell>
1224              <fo:table-cell>
1225                <fo:block>Property</fo:block>
1226              </fo:table-cell>
1227              <fo:table-cell>
1228                <fo:block>
1229                  <fo:inline font-style="italic">WordAsWord</fo:inline>
1230                </fo:block>
1231              </fo:table-cell>
1232            </fo:table-row>
1233            <fo:table-row>
1234              <fo:table-cell>
1235                <fo:block>GUIMenuItem</fo:block>
1236              </fo:table-cell>
1237              <fo:table-cell>
1238                <fo:block>&#x201C;Quote&#x201D;</fo:block>
1239              </fo:table-cell>
1240              <fo:table-cell>
1241                <fo:block>ProductName&#x2122;</fo:block>
1242              </fo:table-cell>
1243            </fo:table-row>
1244            <fo:table-row>
1245              <fo:table-cell>
1246                <fo:block>GUIButton</fo:block>
1247              </fo:table-cell>
1248              <fo:table-cell>
1249                <fo:block>
1250                  <fo:inline font-style="italic" font-family="Courier">Replaceable</fo:inline>
1251                </fo:block>
1252              </fo:table-cell>
1253              <fo:table-cell>
1254                <fo:block/>
1255              </fo:table-cell>
1256            </fo:table-row>
1257            <fo:table-row>
1258              <fo:table-cell>
1259                <fo:block>GUIButton (with Accel)</fo:block>
1260              </fo:table-cell>
1261              <fo:table-cell>
1262                <fo:block>ReturnValue</fo:block>
1263              </fo:table-cell>
1264              <fo:table-cell>
1265                <fo:block/>
1266              </fo:table-cell>
1267            </fo:table-row>
1268          </fo:table-body>
1269        </fo:table>
1270        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">And here are a couple of index terms, as another test (of 
1271index terms, not inlines).
1272<fo:wrapper id="id2902772"><!--aap1--></fo:wrapper>
1273<fo:wrapper id="id2902800"><!--bbp1--></fo:wrapper></fo:block>
1274      </fo:block>
1275    </fo:flow>
1276  </fo:page-sequence>
1277  <fo:page-sequence id="id2902832" hyphenate="true" master-name="oneside1" language="en">
1278    <fo:static-content flow-name="xsl-region-before">
1279      <fo:block text-align="center">
1280        <fo:block font-size="10pt">Chapter 4. Block Tests</fo:block>
1281      </fo:block>
1282    </fo:static-content>
1283    <fo:static-content flow-name="xsl-region-after">
1284      <fo:block text-align="center" font-size="10pt">
1285        <fo:page-number/>
1286      </fo:block>
1287    </fo:static-content>
1288    <fo:flow flow-name="xsl-region-body">
1289      <fo:block>
1290        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
1291          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 4. Block Tests</fo:block>
1292        </fo:block>
1293      </fo:block>
1294      <fo:block id="id2902846">
1295        <fo:block>
1296          <fo:block margin-left="-4pc" font-family="Helvetica">
1297            <fo:block keep-with-next.within-column="always">
1298              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Formal Objects</fo:block>
1299            </fo:block>
1300          </fo:block>
1301        </fo:block>
1302        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Example</fo:block>
1303        <fo:block id="example" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em" space-after.minimum="1em" space-after.optimum="1.5em" space-after.maximum="2em" keep-with-previous.within-column="always">
1304          <fo:block font-weight="bold" font-size="12pt" hyphenate="false" keep-with-next.within-column="always" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">An Example</fo:block>
1305          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is an example of a trivial example.</fo:block>
1306        </fo:block>
1307        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Figure</fo:block>
1308        <fo:block id="figure" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em" space-after.minimum="1em" space-after.optimum="1.5em" space-after.maximum="2em" keep-with-previous.within-column="always">
1309          <fo:block font-weight="bold" font-size="12pt" hyphenate="false" keep-with-next.within-column="always" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">A Figure</fo:block>
1310          <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">This is an example of a trivial figure.</fo:block>
1311        </fo:block>
1312        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Equation</fo:block>
1313        <fo:block id="equation" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em" space-after.minimum="1em" space-after.optimum="1.5em" space-after.maximum="2em" keep-with-previous.within-column="always">
1314          <fo:block font-weight="bold" font-size="12pt" hyphenate="false" keep-with-next.within-column="always" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">An Equation</fo:block>
1315          <fo:block>
1316            <fo:external-graphic src="url(file:emc2.gif)" content-width="auto" content-height="auto" width="auto" height="auto"/>
1317          </fo:block>
1318        </fo:block>
1319        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Table</fo:block>
1320        <fo:table-and-caption id="table" keep-together.within-column="always" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" space-after.minimum="0.8em" space-after.optimum="1em" space-after.maximum="1.2em">
1321          <fo:table-caption>
1322            <fo:block font-weight="bold" space-after.minimum="0.2em" space-after.optimum="0.5em" space-after.maximum="0.8em" keep-with-next.within-column="always" hyphenate="false">A Table</fo:block>
1323          </fo:table-caption>
1324          <fo:table>
1325            <fo:table-column column-number="1" column-width="0.5in"/>
1326            <fo:table-column column-number="2" column-width="0.5in"/>
1327            <fo:table-body>
1328              <fo:table-row>
1329                <fo:table-cell>
1330                  <fo:block>1</fo:block>
1331                </fo:table-cell>
1332                <fo:table-cell>
1333                  <fo:block>1</fo:block>
1334                </fo:table-cell>
1335              </fo:table-row>
1336              <fo:table-row>
1337                <fo:table-cell>
1338                  <fo:block>2</fo:block>
1339                </fo:table-cell>
1340                <fo:table-cell>
1341                  <fo:block>4</fo:block>
1342                </fo:table-cell>
1343              </fo:table-row>
1344              <fo:table-row>
1345                <fo:table-cell>
1346                  <fo:block>3</fo:block>
1347                </fo:table-cell>
1348                <fo:table-cell>
1349                  <fo:block>9</fo:block>
1350                </fo:table-cell>
1351              </fo:table-row>
1352            </fo:table-body>
1353          </fo:table>
1354        </fo:table-and-caption>
1355      </fo:block>
1356      <fo:block id="id2903167">
1357        <fo:block>
1358          <fo:block margin-left="-4pc" font-family="Helvetica">
1359            <fo:block keep-with-next.within-column="always">
1360              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Informal Objects</fo:block>
1361            </fo:block>
1362          </fo:block>
1363        </fo:block>
1364        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">InformalExample</fo:block>
1365        <fo:block>
1366          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is an example of a trivial, informal example.</fo:block>
1367        </fo:block>
1368        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">InformalEquation</fo:block>
1369        <fo:block>
1370          <fo:block>
1371            <fo:external-graphic src="url(file:emc2.gif)" content-width="auto" content-height="auto" width="auto" height="auto"/>
1372          </fo:block>
1373        </fo:block>
1374        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">InformalTable</fo:block>
1375        <fo:table>
1376          <fo:table-column column-number="1"/>
1377          <fo:table-column column-number="2"/>
1378          <fo:table-body>
1379            <fo:table-row>
1380              <fo:table-cell>
1381                <fo:block>1</fo:block>
1382              </fo:table-cell>
1383              <fo:table-cell>
1384                <fo:block>1</fo:block>
1385              </fo:table-cell>
1386            </fo:table-row>
1387            <fo:table-row>
1388              <fo:table-cell>
1389                <fo:block>2</fo:block>
1390              </fo:table-cell>
1391              <fo:table-cell>
1392                <fo:block>8</fo:block>
1393              </fo:table-cell>
1394            </fo:table-row>
1395            <fo:table-row>
1396              <fo:table-cell>
1397                <fo:block>3</fo:block>
1398              </fo:table-cell>
1399              <fo:table-cell>
1400                <fo:block>27</fo:block>
1401              </fo:table-cell>
1402            </fo:table-row>
1403          </fo:table-body>
1404        </fo:table>
1405      </fo:block>
1406      <fo:block id="id2903390">
1407        <fo:block>
1408          <fo:block margin-left="-4pc" font-family="Helvetica">
1409            <fo:block keep-with-next.within-column="always">
1410              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Admonitions</fo:block>
1411            </fo:block>
1412          </fo:block>
1413        </fo:block>
1414        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Note</fo:block>
1415        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903419">
1416          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Note</fo:block>
1417          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself noted.</fo:block>
1418          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para.</fo:block>
1419        </fo:block>
1420        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903442">
1421          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Note</fo:block>
1422          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself noted, simply.</fo:block>
1423        </fo:block>
1424        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903458">
1425          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">NoteTitle</fo:block>
1426          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself noted.</fo:block>
1427          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para, with a title.</fo:block>
1428        </fo:block>
1429        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903490">
1430          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Att</fo:block>
1431          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself noted, simply.</fo:block>
1432          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">With a title</fo:block>
1433        </fo:block>
1434        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Important</fo:block>
1435        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903537">
1436          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Important</fo:block>
1437          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself important.</fo:block>
1438        </fo:block>
1439        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Tip</fo:block>
1440        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903555">
1441          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Tip</fo:block>
1442          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself tipped.</fo:block>
1443        </fo:block>
1444        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Warning</fo:block>
1445        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903596">
1446          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Warning</fo:block>
1447          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself warned.</fo:block>
1448        </fo:block>
1449        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Caution</fo:block>
1450        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903625">
1451          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Caution</fo:block>
1452          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Consider yourself cautioned.</fo:block>
1453        </fo:block>
1454        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">SimPara in Caution</fo:block>
1455        <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" start-indent="0.25in" end-indent="0.25in" id="id2903655">
1456          <fo:block font-size="14pt" font-weight="bold" keep-with-next="always">Simple Caution</fo:block>
1457          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">A simpler caution.</fo:block>
1458        </fo:block>
1459      </fo:block>
1460      <fo:block id="id2903680">
1461        <fo:block>
1462          <fo:block margin-left="-4pc" font-family="Helvetica">
1463            <fo:block keep-with-next.within-column="always">
1464              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Other Objects</fo:block>
1465            </fo:block>
1466          </fo:block>
1467        </fo:block>
1468        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Screen</fo:block>
1469        <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">This
1470  is                  With a line-annotation
1471    a 
1472     screen
1473     This
1474    is                With a line-annotation
1475  a 
1476screen
1477This
1478  is                  With a line-annotation
1479    a 
1480     screen</fo:block>
1481        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">ProgramListing</fo:block>
1482        <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">This
1483  is
1484    a 
1485programlisting</fo:block>
1486        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Address</fo:block>
1487        <fo:block wrap-option="no-wrap" text-align="start" linefeed-treatment="preserve" white-space-collapse="false" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">Norman Walsh
1488ArborText, Inc.
14891000 Victors Way
1490Ann Arbor, MI 48108
1491US
1492
1493Voice: 313.997.0200
1494Fax: 313.997.0201
1495
1496Email: <fo:inline font-family="Courier">&lt;nwalsh@arbortext.com&gt;</fo:inline>
1497WWW: http://www.arbortext.com/</fo:block>
1498        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">BlockQuote</fo:block>
1499        <fo:block start-indent="0.5in" end-indent="0.5in">
1500          <fo:block>
1501            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">The universe that we observe has precisely the properties we should 
1502expect if there is, at bottom, no design, no purpose, no evil and
1503no good, nothing but pitiless indifference.&#x2014;Richard Dawkins</fo:block>
1504          </fo:block>
1505        </fo:block>
1506        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Procedure</fo:block>
1507        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1508          <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1509            <fo:list-item>
1510              <fo:list-item-label end-indent="label-end()">
1511                <fo:block>1.</fo:block>
1512              </fo:list-item-label>
1513              <fo:list-item-body start-indent="body-start()">
1514                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the first step</fo:block>
1515              </fo:list-item-body>
1516            </fo:list-item>
1517            <fo:list-item>
1518              <fo:list-item-label end-indent="label-end()">
1519                <fo:block>2.</fo:block>
1520              </fo:list-item-label>
1521              <fo:list-item-body start-indent="body-start()">
1522                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the second step</fo:block>
1523                <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1524                  <fo:list-item>
1525                    <fo:list-item-label end-indent="label-end()">
1526                      <fo:block>a.</fo:block>
1527                    </fo:list-item-label>
1528                    <fo:list-item-body start-indent="body-start()">
1529                      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the first substep</fo:block>
1530                    </fo:list-item-body>
1531                  </fo:list-item>
1532                  <fo:list-item>
1533                    <fo:list-item-label end-indent="label-end()">
1534                      <fo:block>b.</fo:block>
1535                    </fo:list-item-label>
1536                    <fo:list-item-body start-indent="body-start()">
1537                      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the second substep</fo:block>
1538                    </fo:list-item-body>
1539                  </fo:list-item>
1540                </fo:list-block>
1541              </fo:list-item-body>
1542            </fo:list-item>
1543            <fo:list-item>
1544              <fo:list-item-label end-indent="label-end()">
1545                <fo:block>3.</fo:block>
1546              </fo:list-item-label>
1547              <fo:list-item-body start-indent="body-start()">
1548                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the third step</fo:block>
1549              </fo:list-item-body>
1550            </fo:list-item>
1551          </fo:list-block>
1552        </fo:block>
1553        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Procedure With Title</fo:block>
1554        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1555          <fo:block font-weight="bold">Same Procedure with a Title</fo:block>
1556          <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1557            <fo:list-item>
1558              <fo:list-item-label end-indent="label-end()">
1559                <fo:block>1.</fo:block>
1560              </fo:list-item-label>
1561              <fo:list-item-body start-indent="body-start()">
1562                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the first step</fo:block>
1563              </fo:list-item-body>
1564            </fo:list-item>
1565            <fo:list-item>
1566              <fo:list-item-label end-indent="label-end()">
1567                <fo:block>2.</fo:block>
1568              </fo:list-item-label>
1569              <fo:list-item-body start-indent="body-start()">
1570                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the second step</fo:block>
1571                <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1572                  <fo:list-item>
1573                    <fo:list-item-label end-indent="label-end()">
1574                      <fo:block>a.</fo:block>
1575                    </fo:list-item-label>
1576                    <fo:list-item-body start-indent="body-start()">
1577                      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the first substep</fo:block>
1578                    </fo:list-item-body>
1579                  </fo:list-item>
1580                  <fo:list-item>
1581                    <fo:list-item-label end-indent="label-end()">
1582                      <fo:block>b.</fo:block>
1583                    </fo:list-item-label>
1584                    <fo:list-item-body start-indent="body-start()">
1585                      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the second substep</fo:block>
1586                    </fo:list-item-body>
1587                  </fo:list-item>
1588                </fo:list-block>
1589              </fo:list-item-body>
1590            </fo:list-item>
1591            <fo:list-item>
1592              <fo:list-item-label end-indent="label-end()">
1593                <fo:block>3.</fo:block>
1594              </fo:list-item-label>
1595              <fo:list-item-body start-indent="body-start()">
1596                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is the third step</fo:block>
1597              </fo:list-item-body>
1598            </fo:list-item>
1599          </fo:list-block>
1600        </fo:block>
1601        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">SideBar</fo:block>
1602        <fo:block>
1603          <fo:block font-weight="bold" keep-with-next.within-column="always" hyphenate="false">What About Bob?</fo:block>
1604          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is a sidebar.</fo:block>
1605        </fo:block>
1606        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">MsgSet</fo:block>
1607        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">It's not really clear how <fo:inline font-family="Courier">MsgSet</fo:inline> should be presented.
1608I expect that it's fairly application, if not document, specific.</fo:block>
1609        <fo:block>
1610          <fo:block>
1611            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Record failed CRC</fo:block>
1612            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Record <fo:inline font-style="italic" font-family="Courier">n</fo:inline>
1613                    in <fo:inline font-style="italic" font-family="Courier">database</fo:inline></fo:block>
1614            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">File read error on 
1615                   <fo:inline font-style="italic" font-family="Courier">database</fo:inline></fo:block>
1616            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Panic! Corrupt record!</fo:block>
1617          </fo:block>
1618          <fo:block>
1619            <fo:block><fo:inline font-weight="bold" keep-with-next.within-line="always">Level: </fo:inline>severe</fo:block>
1620            <fo:block><fo:inline font-weight="bold" keep-with-next.within-line="always">Origin: </fo:inline>server</fo:block>
1621            <fo:block><fo:inline font-weight="bold" keep-with-next.within-line="always">Audience: </fo:inline>all</fo:block>
1622          </fo:block>
1623          <fo:block>
1624            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">        Indicates that some sort of error occured attempting to load
1625        a record from the database.  Retry.  If failure persists,
1626        contact the database administrator.
1627        </fo:block>
1628          </fo:block>
1629        </fo:block>
1630        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">LiteralLayout</fo:block>
1631        <fo:block wrap-option="no-wrap" text-align="start" linefeed-treatment="preserve" white-space-collapse="false" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">This is a
1632literal
1633       layout</fo:block>
1634        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1635          <fo:block wrap-option="no-wrap" text-align="start" linefeed-treatment="preserve" white-space-collapse="false" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">This is a
1636literal
1637       layout
1638  in a para</fo:block>
1639        </fo:block>
1640      </fo:block>
1641    </fo:flow>
1642  </fo:page-sequence>
1643  <fo:page-sequence id="id2904524" hyphenate="true" master-name="oneside1" language="en">
1644    <fo:static-content flow-name="xsl-region-before">
1645      <fo:block text-align="center">
1646        <fo:block font-size="10pt">Chapter 5. List Tests</fo:block>
1647      </fo:block>
1648    </fo:static-content>
1649    <fo:static-content flow-name="xsl-region-after">
1650      <fo:block text-align="center" font-size="10pt">
1651        <fo:page-number/>
1652      </fo:block>
1653    </fo:static-content>
1654    <fo:flow flow-name="xsl-region-body">
1655      <fo:block>
1656        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
1657          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 5. List Tests</fo:block>
1658        </fo:block>
1659      </fo:block>
1660      <fo:block id="id2904538">
1661        <fo:block>
1662          <fo:block margin-left="-4pc" font-family="Helvetica">
1663            <fo:block keep-with-next.within-column="always">
1664              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">OrderedLists</fo:block>
1665            </fo:block>
1666          </fo:block>
1667        </fo:block>
1668        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Default Numeration</fo:block>
1669        <fo:list-block id="id2904566" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1670          <fo:list-item id="id2904582" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1671            <fo:list-item-label end-indent="label-end()">
1672              <fo:block>1.</fo:block>
1673            </fo:list-item-label>
1674            <fo:list-item-body start-indent="body-start()">
1675              <fo:block>One</fo:block>
1676            </fo:list-item-body>
1677          </fo:list-item>
1678          <fo:list-item id="id2904598" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1679            <fo:list-item-label end-indent="label-end()">
1680              <fo:block>2.</fo:block>
1681            </fo:list-item-label>
1682            <fo:list-item-body start-indent="body-start()">
1683              <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">this one starts with
1684a program listing
1685what happens?</fo:block>
1686            </fo:list-item-body>
1687          </fo:list-item>
1688          <fo:list-item id="id2904621" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1689            <fo:list-item-label end-indent="label-end()">
1690              <fo:block>3.</fo:block>
1691            </fo:list-item-label>
1692            <fo:list-item-body start-indent="body-start()">
1693              <fo:block>this one starts with
1694a synopsis
1695what happens?</fo:block>
1696            </fo:list-item-body>
1697          </fo:list-item>
1698          <fo:list-item id="id2904643" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1699            <fo:list-item-label end-indent="label-end()">
1700              <fo:block>4.</fo:block>
1701            </fo:list-item-label>
1702            <fo:list-item-body start-indent="body-start()">
1703              <fo:block>para first</fo:block>
1704              <fo:block>this one has
1705a synopsis
1706what happens?</fo:block>
1707            </fo:list-item-body>
1708          </fo:list-item>
1709          <fo:list-item id="id2904673" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1710            <fo:list-item-label end-indent="label-end()">
1711              <fo:block>5.</fo:block>
1712            </fo:list-item-label>
1713            <fo:list-item-body start-indent="body-start()">
1714              <fo:block>Three</fo:block>
1715              <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">A
1716Screen
1717Here</fo:block>
1718            </fo:list-item-body>
1719          </fo:list-item>
1720          <fo:list-item id="id2904702" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1721            <fo:list-item-label end-indent="label-end()">
1722              <fo:block>6.</fo:block>
1723            </fo:list-item-label>
1724            <fo:list-item-body start-indent="body-start()">
1725              <fo:block>Four</fo:block>
1726            </fo:list-item-body>
1727          </fo:list-item>
1728        </fo:list-block>
1729        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Arabic Numeration</fo:block>
1730        <fo:list-block id="id2904738" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1731          <fo:list-item id="id2904735" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1732            <fo:list-item-label end-indent="label-end()">
1733              <fo:block>1.</fo:block>
1734            </fo:list-item-label>
1735            <fo:list-item-body start-indent="body-start()">
1736              <fo:block>One</fo:block>
1737            </fo:list-item-body>
1738          </fo:list-item>
1739          <fo:list-item id="id2904771" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1740            <fo:list-item-label end-indent="label-end()">
1741              <fo:block>2.</fo:block>
1742            </fo:list-item-label>
1743            <fo:list-item-body start-indent="body-start()">
1744              <fo:block>Two</fo:block>
1745            </fo:list-item-body>
1746          </fo:list-item>
1747          <fo:list-item id="id2904786" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1748            <fo:list-item-label end-indent="label-end()">
1749              <fo:block>3.</fo:block>
1750            </fo:list-item-label>
1751            <fo:list-item-body start-indent="body-start()">
1752              <fo:block>Three</fo:block>
1753            </fo:list-item-body>
1754          </fo:list-item>
1755          <fo:list-item id="id2904802" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1756            <fo:list-item-label end-indent="label-end()">
1757              <fo:block>4.</fo:block>
1758            </fo:list-item-label>
1759            <fo:list-item-body start-indent="body-start()">
1760              <fo:block>Four</fo:block>
1761            </fo:list-item-body>
1762          </fo:list-item>
1763        </fo:list-block>
1764        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Arabic Numeration (Long)</fo:block>
1765        <fo:list-block id="id2904838" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1766          <fo:list-item id="id2904835" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1767            <fo:list-item-label end-indent="label-end()">
1768              <fo:block>1.</fo:block>
1769            </fo:list-item-label>
1770            <fo:list-item-body start-indent="body-start()">
1771              <fo:block>One</fo:block>
1772            </fo:list-item-body>
1773          </fo:list-item>
1774          <fo:list-item id="id2904871" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1775            <fo:list-item-label end-indent="label-end()">
1776              <fo:block>2.</fo:block>
1777            </fo:list-item-label>
1778            <fo:list-item-body start-indent="body-start()">
1779              <fo:block>Two</fo:block>
1780            </fo:list-item-body>
1781          </fo:list-item>
1782          <fo:list-item id="id2904887" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1783            <fo:list-item-label end-indent="label-end()">
1784              <fo:block>3.</fo:block>
1785            </fo:list-item-label>
1786            <fo:list-item-body start-indent="body-start()">
1787              <fo:block>Three</fo:block>
1788            </fo:list-item-body>
1789          </fo:list-item>
1790          <fo:list-item id="id2904902" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1791            <fo:list-item-label end-indent="label-end()">
1792              <fo:block>4.</fo:block>
1793            </fo:list-item-label>
1794            <fo:list-item-body start-indent="body-start()">
1795              <fo:block>Four</fo:block>
1796            </fo:list-item-body>
1797          </fo:list-item>
1798          <fo:list-item id="id2904918" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1799            <fo:list-item-label end-indent="label-end()">
1800              <fo:block>5.</fo:block>
1801            </fo:list-item-label>
1802            <fo:list-item-body start-indent="body-start()">
1803              <fo:block>Five</fo:block>
1804            </fo:list-item-body>
1805          </fo:list-item>
1806          <fo:list-item id="id2904934" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1807            <fo:list-item-label end-indent="label-end()">
1808              <fo:block>6.</fo:block>
1809            </fo:list-item-label>
1810            <fo:list-item-body start-indent="body-start()">
1811              <fo:block>Six</fo:block>
1812            </fo:list-item-body>
1813          </fo:list-item>
1814          <fo:list-item id="id2904950" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1815            <fo:list-item-label end-indent="label-end()">
1816              <fo:block>7.</fo:block>
1817            </fo:list-item-label>
1818            <fo:list-item-body start-indent="body-start()">
1819              <fo:block>Seven</fo:block>
1820            </fo:list-item-body>
1821          </fo:list-item>
1822          <fo:list-item id="id2904965" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1823            <fo:list-item-label end-indent="label-end()">
1824              <fo:block>8.</fo:block>
1825            </fo:list-item-label>
1826            <fo:list-item-body start-indent="body-start()">
1827              <fo:block>Eight</fo:block>
1828            </fo:list-item-body>
1829          </fo:list-item>
1830          <fo:list-item id="id2904981" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1831            <fo:list-item-label end-indent="label-end()">
1832              <fo:block>9.</fo:block>
1833            </fo:list-item-label>
1834            <fo:list-item-body start-indent="body-start()">
1835              <fo:block>Nine</fo:block>
1836            </fo:list-item-body>
1837          </fo:list-item>
1838          <fo:list-item id="id2904997" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1839            <fo:list-item-label end-indent="label-end()">
1840              <fo:block>10.</fo:block>
1841            </fo:list-item-label>
1842            <fo:list-item-body start-indent="body-start()">
1843              <fo:block>Ten</fo:block>
1844            </fo:list-item-body>
1845          </fo:list-item>
1846          <fo:list-item id="id2905012" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1847            <fo:list-item-label end-indent="label-end()">
1848              <fo:block>11.</fo:block>
1849            </fo:list-item-label>
1850            <fo:list-item-body start-indent="body-start()">
1851              <fo:block>Eleven</fo:block>
1852            </fo:list-item-body>
1853          </fo:list-item>
1854        </fo:list-block>
1855        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">UpperAlpha Numeration</fo:block>
1856        <fo:list-block id="id2905048" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1857          <fo:list-item id="id2905045" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1858            <fo:list-item-label end-indent="label-end()">
1859              <fo:block>1.</fo:block>
1860            </fo:list-item-label>
1861            <fo:list-item-body start-indent="body-start()">
1862              <fo:block>One</fo:block>
1863            </fo:list-item-body>
1864          </fo:list-item>
1865          <fo:list-item id="id2905082" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1866            <fo:list-item-label end-indent="label-end()">
1867              <fo:block>2.</fo:block>
1868            </fo:list-item-label>
1869            <fo:list-item-body start-indent="body-start()">
1870              <fo:block>Two</fo:block>
1871            </fo:list-item-body>
1872          </fo:list-item>
1873          <fo:list-item id="id2905097" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1874            <fo:list-item-label end-indent="label-end()">
1875              <fo:block>3.</fo:block>
1876            </fo:list-item-label>
1877            <fo:list-item-body start-indent="body-start()">
1878              <fo:block>Three</fo:block>
1879            </fo:list-item-body>
1880          </fo:list-item>
1881          <fo:list-item id="id2905113" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1882            <fo:list-item-label end-indent="label-end()">
1883              <fo:block>4.</fo:block>
1884            </fo:list-item-label>
1885            <fo:list-item-body start-indent="body-start()">
1886              <fo:block>Four</fo:block>
1887            </fo:list-item-body>
1888          </fo:list-item>
1889        </fo:list-block>
1890        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">LowerAlpha Numeration</fo:block>
1891        <fo:list-block id="id2905149" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1892          <fo:list-item id="id2905146" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1893            <fo:list-item-label end-indent="label-end()">
1894              <fo:block>1.</fo:block>
1895            </fo:list-item-label>
1896            <fo:list-item-body start-indent="body-start()">
1897              <fo:block>One</fo:block>
1898            </fo:list-item-body>
1899          </fo:list-item>
1900          <fo:list-item id="id2905182" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1901            <fo:list-item-label end-indent="label-end()">
1902              <fo:block>2.</fo:block>
1903            </fo:list-item-label>
1904            <fo:list-item-body start-indent="body-start()">
1905              <fo:block>Two</fo:block>
1906            </fo:list-item-body>
1907          </fo:list-item>
1908          <fo:list-item id="id2905198" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1909            <fo:list-item-label end-indent="label-end()">
1910              <fo:block>3.</fo:block>
1911            </fo:list-item-label>
1912            <fo:list-item-body start-indent="body-start()">
1913              <fo:block>Three</fo:block>
1914            </fo:list-item-body>
1915          </fo:list-item>
1916          <fo:list-item id="id2905214" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1917            <fo:list-item-label end-indent="label-end()">
1918              <fo:block>4.</fo:block>
1919            </fo:list-item-label>
1920            <fo:list-item-body start-indent="body-start()">
1921              <fo:block>Four</fo:block>
1922            </fo:list-item-body>
1923          </fo:list-item>
1924        </fo:list-block>
1925        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">UpperRoman Numeration</fo:block>
1926        <fo:list-block id="id2905250" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1927          <fo:list-item id="id2905247" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1928            <fo:list-item-label end-indent="label-end()">
1929              <fo:block>1.</fo:block>
1930            </fo:list-item-label>
1931            <fo:list-item-body start-indent="body-start()">
1932              <fo:block>One</fo:block>
1933            </fo:list-item-body>
1934          </fo:list-item>
1935          <fo:list-item id="id2905283" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1936            <fo:list-item-label end-indent="label-end()">
1937              <fo:block>2.</fo:block>
1938            </fo:list-item-label>
1939            <fo:list-item-body start-indent="body-start()">
1940              <fo:block>Two</fo:block>
1941            </fo:list-item-body>
1942          </fo:list-item>
1943          <fo:list-item id="id2905299" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1944            <fo:list-item-label end-indent="label-end()">
1945              <fo:block>3.</fo:block>
1946            </fo:list-item-label>
1947            <fo:list-item-body start-indent="body-start()">
1948              <fo:block>Three</fo:block>
1949            </fo:list-item-body>
1950          </fo:list-item>
1951          <fo:list-item id="id2905315" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1952            <fo:list-item-label end-indent="label-end()">
1953              <fo:block>4.</fo:block>
1954            </fo:list-item-label>
1955            <fo:list-item-body start-indent="body-start()">
1956              <fo:block>Four</fo:block>
1957            </fo:list-item-body>
1958          </fo:list-item>
1959        </fo:list-block>
1960        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">LowerRoman Numeration</fo:block>
1961        <fo:list-block id="id2905351" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
1962          <fo:list-item id="id2905348" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1963            <fo:list-item-label end-indent="label-end()">
1964              <fo:block>1.</fo:block>
1965            </fo:list-item-label>
1966            <fo:list-item-body start-indent="body-start()">
1967              <fo:block>One</fo:block>
1968            </fo:list-item-body>
1969          </fo:list-item>
1970          <fo:list-item id="id2905384" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1971            <fo:list-item-label end-indent="label-end()">
1972              <fo:block>2.</fo:block>
1973            </fo:list-item-label>
1974            <fo:list-item-body start-indent="body-start()">
1975              <fo:block>Two</fo:block>
1976            </fo:list-item-body>
1977          </fo:list-item>
1978          <fo:list-item id="id2905400" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1979            <fo:list-item-label end-indent="label-end()">
1980              <fo:block>3.</fo:block>
1981            </fo:list-item-label>
1982            <fo:list-item-body start-indent="body-start()">
1983              <fo:block>Three</fo:block>
1984            </fo:list-item-body>
1985          </fo:list-item>
1986          <fo:list-item id="id2905415" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
1987            <fo:list-item-label end-indent="label-end()">
1988              <fo:block>4.</fo:block>
1989            </fo:list-item-label>
1990            <fo:list-item-body start-indent="body-start()">
1991              <fo:block>Four</fo:block>
1992            </fo:list-item-body>
1993          </fo:list-item>
1994        </fo:list-block>
1995        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Continued</fo:block>
1996        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">First list:
1997<fo:list-block id="id2905453" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em"><fo:list-item id="id2905470" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>1.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>One</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905485" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>2.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Two</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905501" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>3.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Three</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905517" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>4.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Four</fo:block></fo:list-item-body></fo:list-item></fo:list-block></fo:block>
1998        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second list:
1999<fo:list-block id="id2905545" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em"><fo:list-item id="id2905540" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>1.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Five</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905572" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>2.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Six</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905588" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>3.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Seven</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905603" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>4.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Eight</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905619" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>5.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Nine</fo:block></fo:list-item-body></fo:list-item><fo:list-item id="id2905635" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:list-item-label end-indent="label-end()"><fo:block>6.</fo:block></fo:list-item-label><fo:list-item-body start-indent="body-start()"><fo:block>Ten</fo:block></fo:list-item-body></fo:list-item></fo:list-block></fo:block>
2000      </fo:block>
2001      <fo:block id="id2905653">
2002        <fo:block>
2003          <fo:block margin-left="-4pc" font-family="Helvetica">
2004            <fo:block keep-with-next.within-column="always">
2005              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">ItemizedLists</fo:block>
2006            </fo:block>
2007          </fo:block>
2008        </fo:block>
2009        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Default Presentation</fo:block>
2010        <fo:list-block id="id2905682" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="1.5em" provisional-label-separation="0.2em">
2011          <fo:list-item id="id2905687" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2012            <fo:list-item-label end-indent="label-end()">
2013              <fo:block>&#x2022;</fo:block>
2014            </fo:list-item-label>
2015            <fo:list-item-body start-indent="body-start()">
2016              <fo:block>One</fo:block>
2017            </fo:list-item-body>
2018          </fo:list-item>
2019          <fo:list-item id="id2905703" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2020            <fo:list-item-label end-indent="label-end()">
2021              <fo:block>&#x2022;</fo:block>
2022            </fo:list-item-label>
2023            <fo:list-item-body start-indent="body-start()">
2024              <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">One-point-five. This one starts with
2025a program listing
2026what happens?</fo:block>
2027            </fo:list-item-body>
2028          </fo:list-item>
2029          <fo:list-item id="id2905726" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2030            <fo:list-item-label end-indent="label-end()">
2031              <fo:block>&#x2022;</fo:block>
2032            </fo:list-item-label>
2033            <fo:list-item-body start-indent="body-start()">
2034              <fo:block>Two</fo:block>
2035            </fo:list-item-body>
2036          </fo:list-item>
2037          <fo:list-item id="id2905741" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2038            <fo:list-item-label end-indent="label-end()">
2039              <fo:block>&#x2022;</fo:block>
2040            </fo:list-item-label>
2041            <fo:list-item-body start-indent="body-start()">
2042              <fo:block>Three</fo:block>
2043            </fo:list-item-body>
2044          </fo:list-item>
2045          <fo:list-item id="id2905757" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2046            <fo:list-item-label end-indent="label-end()">
2047              <fo:block>&#x2022;</fo:block>
2048            </fo:list-item-label>
2049            <fo:list-item-body start-indent="body-start()">
2050              <fo:block>Four</fo:block>
2051            </fo:list-item-body>
2052          </fo:list-item>
2053        </fo:list-block>
2054        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Block Elements in a List</fo:block>
2055        <fo:list-block id="id2905789" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="1.5em" provisional-label-separation="0.2em">
2056          <fo:list-item id="id2905794" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2057            <fo:list-item-label end-indent="label-end()">
2058              <fo:block>&#x2022;</fo:block>
2059            </fo:list-item-label>
2060            <fo:list-item-body start-indent="body-start()">
2061              <fo:block>One</fo:block>
2062              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Another para.</fo:block>
2063            </fo:list-item-body>
2064          </fo:list-item>
2065          <fo:list-item id="id2905818" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2066            <fo:list-item-label end-indent="label-end()">
2067              <fo:block>&#x2022;</fo:block>
2068            </fo:list-item-label>
2069            <fo:list-item-body start-indent="body-start()">
2070              <fo:block>Two</fo:block>
2071            </fo:list-item-body>
2072          </fo:list-item>
2073          <fo:list-item id="id2905834" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2074            <fo:list-item-label end-indent="label-end()">
2075              <fo:block>&#x2022;</fo:block>
2076            </fo:list-item-label>
2077            <fo:list-item-body start-indent="body-start()">
2078              <fo:block>Three</fo:block>
2079            </fo:list-item-body>
2080          </fo:list-item>
2081          <fo:list-item id="id2905850" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2082            <fo:list-item-label end-indent="label-end()">
2083              <fo:block>&#x2022;</fo:block>
2084            </fo:list-item-label>
2085            <fo:list-item-body start-indent="body-start()">
2086              <fo:block>Four</fo:block>
2087            </fo:list-item-body>
2088          </fo:list-item>
2089        </fo:list-block>
2090        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Alternate Mark and OverRide</fo:block>
2091        <fo:list-block id="id2905886" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="1.5em" provisional-label-separation="0.2em">
2092          <fo:list-item id="id2905883" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2093            <fo:list-item-label end-indent="label-end()">
2094              <fo:block>&#x2022;</fo:block>
2095            </fo:list-item-label>
2096            <fo:list-item-body start-indent="body-start()">
2097              <fo:block>TeX and LaTeX</fo:block>
2098            </fo:list-item-body>
2099          </fo:list-item>
2100          <fo:list-item id="id2905914" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2101            <fo:list-item-label end-indent="label-end()">
2102              <fo:block>&#x2022;</fo:block>
2103            </fo:list-item-label>
2104            <fo:list-item-body start-indent="body-start()">
2105              <fo:block>Troff</fo:block>
2106            </fo:list-item-body>
2107          </fo:list-item>
2108          <fo:list-item id="id2905929" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2109            <fo:list-item-label end-indent="label-end()">
2110              <fo:block>&#x2022;</fo:block>
2111            </fo:list-item-label>
2112            <fo:list-item-body start-indent="body-start()">
2113              <fo:block>Lout</fo:block>
2114            </fo:list-item-body>
2115          </fo:list-item>
2116          <fo:list-item id="id2905950" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2117            <fo:list-item-label end-indent="label-end()">
2118              <fo:block>&#x2022;</fo:block>
2119            </fo:list-item-label>
2120            <fo:list-item-body start-indent="body-start()">
2121              <fo:block>Test</fo:block>
2122            </fo:list-item-body>
2123          </fo:list-item>
2124        </fo:list-block>
2125        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">No mark Presentation</fo:block>
2126        <fo:list-block id="id2905986" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="1.5em" provisional-label-separation="0.2em">
2127          <fo:list-item id="id2905998" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2128            <fo:list-item-label end-indent="label-end()">
2129              <fo:block>&#x2022;</fo:block>
2130            </fo:list-item-label>
2131            <fo:list-item-body start-indent="body-start()">
2132              <fo:block>One</fo:block>
2133            </fo:list-item-body>
2134          </fo:list-item>
2135          <fo:list-item id="id2906018" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2136            <fo:list-item-label end-indent="label-end()">
2137              <fo:block>&#x2022;</fo:block>
2138            </fo:list-item-label>
2139            <fo:list-item-body start-indent="body-start()">
2140              <fo:block>Two</fo:block>
2141            </fo:list-item-body>
2142          </fo:list-item>
2143          <fo:list-item id="id2906033" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2144            <fo:list-item-label end-indent="label-end()">
2145              <fo:block>&#x2022;</fo:block>
2146            </fo:list-item-label>
2147            <fo:list-item-body start-indent="body-start()">
2148              <fo:block>Three</fo:block>
2149            </fo:list-item-body>
2150          </fo:list-item>
2151          <fo:list-item id="id2906049" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2152            <fo:list-item-label end-indent="label-end()">
2153              <fo:block>&#x2022;</fo:block>
2154            </fo:list-item-label>
2155            <fo:list-item-body start-indent="body-start()">
2156              <fo:block>Four</fo:block>
2157            </fo:list-item-body>
2158          </fo:list-item>
2159        </fo:list-block>
2160      </fo:block>
2161      <fo:block id="id2906068">
2162        <fo:block>
2163          <fo:block margin-left="-4pc" font-family="Helvetica">
2164            <fo:block keep-with-next.within-column="always">
2165              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">VariableLists</fo:block>
2166            </fo:block>
2167          </fo:block>
2168        </fo:block>
2169        <fo:list-block id="id2906083" provisional-distance-between-starts="1in" provisional-label-separation="0.25in" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2170          <fo:list-item id="id2906089" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2171            <fo:list-item-label end-indent="label-end()">
2172              <fo:block>
2173                <fo:inline>Term1</fo:inline>
2174              </fo:block>
2175            </fo:list-item-label>
2176            <fo:list-item-body start-indent="body-start()">
2177              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2178Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2179Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2180Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2181Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2182            </fo:list-item-body>
2183          </fo:list-item>
2184          <fo:list-item id="id2906127" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2185            <fo:list-item-label end-indent="label-end()">
2186              <fo:block>
2187                <fo:inline>Term2</fo:inline>
2188              </fo:block>
2189            </fo:list-item-label>
2190            <fo:list-item-body start-indent="body-start()">
2191              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2192Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2193Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2194Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2195Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2196            </fo:list-item-body>
2197          </fo:list-item>
2198          <fo:list-item id="id2906165" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2199            <fo:list-item-label end-indent="label-end()">
2200              <fo:block>
2201                <fo:inline>Term3</fo:inline>
2202              </fo:block>
2203            </fo:list-item-label>
2204            <fo:list-item-body start-indent="body-start()">
2205              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2206Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2207Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2208Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2209Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2210              <fo:list-block id="id2906199" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="1.5em" provisional-label-separation="0.2em">
2211                <fo:list-item id="id2906205" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2212                  <fo:list-item-label end-indent="label-end()">
2213                    <fo:block>&#x2022;</fo:block>
2214                  </fo:list-item-label>
2215                  <fo:list-item-body start-indent="body-start()">
2216                    <fo:block>One</fo:block>
2217                  </fo:list-item-body>
2218                </fo:list-item>
2219                <fo:list-item id="id2906221" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2220                  <fo:list-item-label end-indent="label-end()">
2221                    <fo:block>&#x2022;</fo:block>
2222                  </fo:list-item-label>
2223                  <fo:list-item-body start-indent="body-start()">
2224                    <fo:block>Two</fo:block>
2225                  </fo:list-item-body>
2226                </fo:list-item>
2227                <fo:list-item id="id2906237" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2228                  <fo:list-item-label end-indent="label-end()">
2229                    <fo:block>&#x2022;</fo:block>
2230                  </fo:list-item-label>
2231                  <fo:list-item-body start-indent="body-start()">
2232                    <fo:block>Three</fo:block>
2233                  </fo:list-item-body>
2234                </fo:list-item>
2235                <fo:list-item id="id2906252" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2236                  <fo:list-item-label end-indent="label-end()">
2237                    <fo:block>&#x2022;</fo:block>
2238                  </fo:list-item-label>
2239                  <fo:list-item-body start-indent="body-start()">
2240                    <fo:block>Four</fo:block>
2241                  </fo:list-item-body>
2242                </fo:list-item>
2243              </fo:list-block>
2244              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2245Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2246Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2247Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2248Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2249            </fo:list-item-body>
2250          </fo:list-item>
2251          <fo:list-item id="id2906287" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2252            <fo:list-item-label end-indent="label-end()">
2253              <fo:block>
2254                <fo:inline>Term4</fo:inline>
2255              </fo:block>
2256            </fo:list-item-label>
2257            <fo:list-item-body start-indent="body-start()">
2258              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2259Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2260Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2261Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2262Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2263            </fo:list-item-body>
2264          </fo:list-item>
2265        </fo:list-block>
2266        <fo:list-block id="id2906326" provisional-distance-between-starts="1in" provisional-label-separation="0.25in" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2267          <fo:list-item id="id2906333" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2268            <fo:list-item-label end-indent="label-end()">
2269              <fo:block>
2270                <fo:inline>Another List</fo:inline>
2271              </fo:block>
2272            </fo:list-item-label>
2273            <fo:list-item-body start-indent="body-start()">
2274              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2275Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2276Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2277Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2278Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2279            </fo:list-item-body>
2280          </fo:list-item>
2281          <fo:list-item id="id2906371" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2282            <fo:list-item-label end-indent="label-end()">
2283              <fo:block>
2284                <fo:inline>ProgramListing</fo:inline>
2285              </fo:block>
2286            </fo:list-item-label>
2287            <fo:list-item-body start-indent="body-start()">
2288              <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">A ProgramListing
2289Is the First Element
2290of this VarListEntry</fo:block>
2291              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2292Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2293Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2294Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
2295Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
2296            </fo:list-item-body>
2297          </fo:list-item>
2298        </fo:list-block>
2299      </fo:block>
2300      <fo:block id="id2906427">
2301        <fo:block>
2302          <fo:block margin-left="-4pc" font-family="Helvetica">
2303            <fo:block keep-with-next.within-column="always">
2304              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">SimpleLists</fo:block>
2305            </fo:block>
2306          </fo:block>
2307        </fo:block>
2308        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Inline</fo:block>
2309        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">An inline simple list:
2310<fo:inline>One, Two, Three, Four, Five, Six, Seven</fo:inline></fo:block>
2311        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Horiz</fo:block>
2312        <fo:table>
2313          <fo:table-body>
2314            <fo:table-row>
2315              <fo:table-cell>
2316                <fo:block>One</fo:block>
2317              </fo:table-cell>
2318              <fo:table-cell>
2319                <fo:block>Two</fo:block>
2320              </fo:table-cell>
2321              <fo:table-cell>
2322                <fo:block>Three</fo:block>
2323              </fo:table-cell>
2324            </fo:table-row>
2325            <fo:table-row>
2326              <fo:table-cell>
2327                <fo:block>Four</fo:block>
2328              </fo:table-cell>
2329              <fo:table-cell>
2330                <fo:block>Five</fo:block>
2331              </fo:table-cell>
2332              <fo:table-cell>
2333                <fo:block>Six</fo:block>
2334              </fo:table-cell>
2335            </fo:table-row>
2336            <fo:table-row>
2337              <fo:table-cell>
2338                <fo:block>Seven</fo:block>
2339              </fo:table-cell>
2340              <fo:table-cell>
2341                <fo:block/>
2342              </fo:table-cell>
2343              <fo:table-cell>
2344                <fo:block/>
2345              </fo:table-cell>
2346            </fo:table-row>
2347          </fo:table-body>
2348        </fo:table>
2349        <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Vert</fo:block>
2350        <fo:table>
2351          <fo:table-body>
2352            <fo:table-row>
2353              <fo:table-cell>
2354                <fo:block>One</fo:block>
2355              </fo:table-cell>
2356              <fo:table-cell>
2357                <fo:block>Four</fo:block>
2358              </fo:table-cell>
2359              <fo:table-cell>
2360                <fo:block>Seven</fo:block>
2361              </fo:table-cell>
2362            </fo:table-row>
2363            <fo:table-row>
2364              <fo:table-cell>
2365                <fo:block>Two</fo:block>
2366              </fo:table-cell>
2367              <fo:table-cell>
2368                <fo:block>Five</fo:block>
2369              </fo:table-cell>
2370              <fo:table-cell>
2371                <fo:block/>
2372              </fo:table-cell>
2373            </fo:table-row>
2374            <fo:table-row>
2375              <fo:table-cell>
2376                <fo:block>Three</fo:block>
2377              </fo:table-cell>
2378              <fo:table-cell>
2379                <fo:block>Six</fo:block>
2380              </fo:table-cell>
2381              <fo:table-cell>
2382                <fo:block/>
2383              </fo:table-cell>
2384            </fo:table-row>
2385          </fo:table-body>
2386        </fo:table>
2387      </fo:block>
2388      <fo:block id="id2906701">
2389        <fo:block>
2390          <fo:block margin-left="-4pc" font-family="Helvetica">
2391            <fo:block keep-with-next.within-column="always">
2392              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">More Complex List Item Content</fo:block>
2393            </fo:block>
2394          </fo:block>
2395        </fo:block>
2396        <fo:list-block id="id2906716" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="1.5em" provisional-label-separation="0.2em">
2397          <fo:list-item id="id2906722" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2398            <fo:list-item-label end-indent="label-end()">
2399              <fo:block>&#x2022;</fo:block>
2400            </fo:list-item-label>
2401            <fo:list-item-body start-indent="body-start()">
2402              <fo:block>One</fo:block>
2403              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para</fo:block>
2404            </fo:list-item-body>
2405          </fo:list-item>
2406          <fo:list-item id="id2906746" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2407            <fo:list-item-label end-indent="label-end()">
2408              <fo:block>&#x2022;</fo:block>
2409            </fo:list-item-label>
2410            <fo:list-item-body start-indent="body-start()">
2411              <fo:block>Two</fo:block>
2412              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para</fo:block>
2413            </fo:list-item-body>
2414          </fo:list-item>
2415          <fo:list-item id="id2906769" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2416            <fo:list-item-label end-indent="label-end()">
2417              <fo:block>&#x2022;</fo:block>
2418            </fo:list-item-label>
2419            <fo:list-item-body start-indent="body-start()">
2420              <fo:block>Three</fo:block>
2421              <fo:block>Second para</fo:block>
2422            </fo:list-item-body>
2423          </fo:list-item>
2424          <fo:list-item id="id2906793" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2425            <fo:list-item-label end-indent="label-end()">
2426              <fo:block>&#x2022;</fo:block>
2427            </fo:list-item-label>
2428            <fo:list-item-body start-indent="body-start()">
2429              <fo:block>Four</fo:block>
2430              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para</fo:block>
2431            </fo:list-item-body>
2432          </fo:list-item>
2433          <fo:list-item id="id2906816" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2434            <fo:list-item-label end-indent="label-end()">
2435              <fo:block>&#x2022;</fo:block>
2436            </fo:list-item-label>
2437            <fo:list-item-body start-indent="body-start()">
2438              <fo:block><fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">Formal Element</fo:inline>Five</fo:block>
2439              <fo:block>Second para</fo:block>
2440            </fo:list-item-body>
2441          </fo:list-item>
2442          <fo:list-item id="id2906856" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2443            <fo:list-item-label end-indent="label-end()">
2444              <fo:block>&#x2022;</fo:block>
2445            </fo:list-item-label>
2446            <fo:list-item-body start-indent="body-start()">
2447              <fo:block>Six</fo:block>
2448            </fo:list-item-body>
2449          </fo:list-item>
2450        </fo:list-block>
2451        <fo:list-block id="id2906873" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2em" provisional-label-separation="0.2em">
2452          <fo:list-item id="id2906890" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2453            <fo:list-item-label end-indent="label-end()">
2454              <fo:block>1.</fo:block>
2455            </fo:list-item-label>
2456            <fo:list-item-body start-indent="body-start()">
2457              <fo:block>One</fo:block>
2458              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para</fo:block>
2459            </fo:list-item-body>
2460          </fo:list-item>
2461          <fo:list-item id="id2906914" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2462            <fo:list-item-label end-indent="label-end()">
2463              <fo:block>2.</fo:block>
2464            </fo:list-item-label>
2465            <fo:list-item-body start-indent="body-start()">
2466              <fo:block>Two</fo:block>
2467              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para</fo:block>
2468            </fo:list-item-body>
2469          </fo:list-item>
2470          <fo:list-item id="id2906937" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2471            <fo:list-item-label end-indent="label-end()">
2472              <fo:block>3.</fo:block>
2473            </fo:list-item-label>
2474            <fo:list-item-body start-indent="body-start()">
2475              <fo:block>Three</fo:block>
2476              <fo:block>Second para</fo:block>
2477            </fo:list-item-body>
2478          </fo:list-item>
2479          <fo:list-item id="id2906961" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2480            <fo:list-item-label end-indent="label-end()">
2481              <fo:block>4.</fo:block>
2482            </fo:list-item-label>
2483            <fo:list-item-body start-indent="body-start()">
2484              <fo:block>Four</fo:block>
2485              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para</fo:block>
2486            </fo:list-item-body>
2487          </fo:list-item>
2488          <fo:list-item id="id2906984" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2489            <fo:list-item-label end-indent="label-end()">
2490              <fo:block>5.</fo:block>
2491            </fo:list-item-label>
2492            <fo:list-item-body start-indent="body-start()">
2493              <fo:block><fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">Formal Element</fo:inline>Five</fo:block>
2494              <fo:block>Second para</fo:block>
2495            </fo:list-item-body>
2496          </fo:list-item>
2497          <fo:list-item id="id2907024" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
2498            <fo:list-item-label end-indent="label-end()">
2499              <fo:block>6.</fo:block>
2500            </fo:list-item-label>
2501            <fo:list-item-body start-indent="body-start()">
2502              <fo:block>Six</fo:block>
2503            </fo:list-item-body>
2504          </fo:list-item>
2505        </fo:list-block>
2506      </fo:block>
2507      <fo:block id="id2907043">
2508        <fo:block>
2509          <fo:block margin-left="-4pc" font-family="Helvetica">
2510            <fo:block keep-with-next.within-column="always">
2511              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Segmented List</fo:block>
2512            </fo:block>
2513          </fo:block>
2514        </fo:block>
2515        <fo:block font-weight="bold">State Birds</fo:block>
2516        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Alabama</fo:block>
2517        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Yellowhammer</fo:block>
2518        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Alaska</fo:block>
2519        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Willow Ptarmigan</fo:block>
2520        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Arizona</fo:block>
2521        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cactus Wren</fo:block>
2522        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Arkansas</fo:block>
2523        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mockingbird</fo:block>
2524        <fo:block><fo:inline font-weight="bold">State: </fo:inline>California</fo:block>
2525        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>California Valley Quail</fo:block>
2526        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Colorado</fo:block>
2527        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Lark Bunting</fo:block>
2528        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Connecticut</fo:block>
2529        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Robin</fo:block>
2530        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Delaware</fo:block>
2531        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Blue Hen Chicken</fo:block>
2532        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Florida</fo:block>
2533        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mockingbird</fo:block>
2534        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Georgia</fo:block>
2535        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Brown Thrasher</fo:block>
2536        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Hawaii</fo:block>
2537        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Nene</fo:block>
2538        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Idaho</fo:block>
2539        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mountain Bluebird</fo:block>
2540        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Illinois</fo:block>
2541        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal</fo:block>
2542        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Indiana</fo:block>
2543        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal</fo:block>
2544        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Iowa</fo:block>
2545        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Eastern Goldfinch</fo:block>
2546        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Kansas</fo:block>
2547        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Western Meadowlark</fo:block>
2548        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Kentucky</fo:block>
2549        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal</fo:block>
2550        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Louisiana</fo:block>
2551        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Eastern Brown Pelican</fo:block>
2552        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Maine</fo:block>
2553        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Chickadee</fo:block>
2554        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Maryland</fo:block>
2555        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Baltimore Oriole</fo:block>
2556        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Massachusetts</fo:block>
2557        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Chickadee</fo:block>
2558        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Michigan</fo:block>
2559        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Robin</fo:block>
2560        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Minnesota</fo:block>
2561        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Common Loon</fo:block>
2562        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Mississippi</fo:block>
2563        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mockingbird</fo:block>
2564        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Missouri</fo:block>
2565        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Bluebird</fo:block>
2566        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Montana</fo:block>
2567        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Western Meadowlark</fo:block>
2568        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Nebraska</fo:block>
2569        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Western Meadowlark</fo:block>
2570        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Nevada</fo:block>
2571        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mountain Bluebird</fo:block>
2572        <fo:block><fo:inline font-weight="bold">State: </fo:inline>New Hampshire</fo:block>
2573        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Purple Finch</fo:block>
2574        <fo:block><fo:inline font-weight="bold">State: </fo:inline>New Jersey</fo:block>
2575        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Eastern Goldfinch</fo:block>
2576        <fo:block><fo:inline font-weight="bold">State: </fo:inline>New Mexico</fo:block>
2577        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Roadrunner</fo:block>
2578        <fo:block><fo:inline font-weight="bold">State: </fo:inline>New York</fo:block>
2579        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Bluebird</fo:block>
2580        <fo:block><fo:inline font-weight="bold">State: </fo:inline>North Carolina</fo:block>
2581        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal</fo:block>
2582        <fo:block><fo:inline font-weight="bold">State: </fo:inline>North Dakota</fo:block>
2583        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Western Meadowlark</fo:block>
2584        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Ohio</fo:block>
2585        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal</fo:block>
2586        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Oklahoma</fo:block>
2587        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Scissor-tailed Flycatcher</fo:block>
2588        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Oregon</fo:block>
2589        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Western Meadowlark</fo:block>
2590        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Pennsylvania</fo:block>
2591        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Ruffed Grouse</fo:block>
2592        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Rhode Island</fo:block>
2593        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Rhode Island Red</fo:block>
2594        <fo:block><fo:inline font-weight="bold">State: </fo:inline>South Carolina</fo:block>
2595        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Great Carolina Wren</fo:block>
2596        <fo:block><fo:inline font-weight="bold">State: </fo:inline>South Dakota</fo:block>
2597        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Ring-necked Pheasant</fo:block>
2598        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Tennessee</fo:block>
2599        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mockingbird</fo:block>
2600        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Texas</fo:block>
2601        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Mockingbird</fo:block>
2602        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Utah</fo:block>
2603        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>American Seagull</fo:block>
2604        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Vermont</fo:block>
2605        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Hermit Thrush</fo:block>
2606        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Virginia</fo:block>
2607        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal </fo:block>
2608        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Washington</fo:block>
2609        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Willow Goldfinch</fo:block>
2610        <fo:block><fo:inline font-weight="bold">State: </fo:inline>West Virginia</fo:block>
2611        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Cardinal</fo:block>
2612        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Wisconsin</fo:block>
2613        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Robin</fo:block>
2614        <fo:block><fo:inline font-weight="bold">State: </fo:inline>Wyoming</fo:block>
2615        <fo:block><fo:inline font-weight="bold">Bird: </fo:inline>Western Meadowlark</fo:block>
2616      </fo:block>
2617    </fo:flow>
2618  </fo:page-sequence>
2619  <fo:page-sequence id="id2908237" hyphenate="true" master-name="oneside1" language="en">
2620    <fo:static-content flow-name="xsl-region-before">
2621      <fo:block text-align="center">
2622        <fo:block font-size="10pt">Chapter 6. Table Tests</fo:block>
2623      </fo:block>
2624    </fo:static-content>
2625    <fo:static-content flow-name="xsl-region-after">
2626      <fo:block text-align="center" font-size="10pt">
2627        <fo:page-number/>
2628      </fo:block>
2629    </fo:static-content>
2630    <fo:flow flow-name="xsl-region-body">
2631      <fo:block>
2632        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
2633          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 6. Table Tests</fo:block>
2634        </fo:block>
2635      </fo:block>
2636      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Alternate Alignment on Entry</fo:block>
2637      <fo:table>
2638        <fo:table-column column-number="1" column-width="2in"/>
2639        <fo:table-column column-number="2" column-width="2in"/>
2640        <fo:table-column column-number="3"/>
2641        <fo:table-header>
2642          <fo:table-row>
2643            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2644              <fo:block>h1</fo:block>
2645            </fo:table-cell>
2646            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2647              <fo:block>h2</fo:block>
2648            </fo:table-cell>
2649            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2650              <fo:block>h3</fo:block>
2651            </fo:table-cell>
2652          </fo:table-row>
2653        </fo:table-header>
2654        <fo:table-body>
2655          <fo:table-row>
2656            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2657              <fo:block>left</fo:block>
2658            </fo:table-cell>
2659            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2660              <fo:block>center</fo:block>
2661            </fo:table-cell>
2662            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2663              <fo:block>center</fo:block>
2664            </fo:table-cell>
2665          </fo:table-row>
2666          <fo:table-row>
2667            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2668              <fo:block>center</fo:block>
2669            </fo:table-cell>
2670            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2671              <fo:block>right</fo:block>
2672            </fo:table-cell>
2673            <fo:table-cell border-left="0.5pt solid black " padding-left="2pt" border-right="0.5pt solid black " padding-right="2pt" border-top="0.5pt solid black " padding-top="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
2674              <fo:block>right</fo:block>
2675            </fo:table-cell>
2676          </fo:table-row>
2677        </fo:table-body>
2678      </fo:table>
2679      <fo:table>
2680        <fo:table-column column-number="1" column-width="2in"/>
2681        <fo:table-column column-number="2" column-width="2in"/>
2682        <fo:table-column column-number="3"/>
2683        <fo:table-header border-top="0.5pt solid black ">
2684          <fo:table-row>
2685            <fo:table-cell>
2686              <fo:block>h1</fo:block>
2687            </fo:table-cell>
2688            <fo:table-cell>
2689              <fo:block>h2</fo:block>
2690            </fo:table-cell>
2691            <fo:table-cell>
2692              <fo:block>h3</fo:block>
2693            </fo:table-cell>
2694          </fo:table-row>
2695        </fo:table-header>
2696        <fo:table-body border-bottom="0.5pt solid black ">
2697          <fo:table-row>
2698            <fo:table-cell>
2699              <fo:block>left</fo:block>
2700            </fo:table-cell>
2701            <fo:table-cell>
2702              <fo:block>center</fo:block>
2703            </fo:table-cell>
2704            <fo:table-cell>
2705              <fo:block>center</fo:block>
2706            </fo:table-cell>
2707          </fo:table-row>
2708          <fo:table-row>
2709            <fo:table-cell>
2710              <fo:block>center</fo:block>
2711            </fo:table-cell>
2712            <fo:table-cell>
2713              <fo:block>right</fo:block>
2714            </fo:table-cell>
2715            <fo:table-cell>
2716              <fo:block>right</fo:block>
2717            </fo:table-cell>
2718          </fo:table-row>
2719        </fo:table-body>
2720      </fo:table>
2721      <fo:table>
2722        <fo:table-column column-number="1" column-width="2in"/>
2723        <fo:table-column column-number="2" column-width="2in"/>
2724        <fo:table-column column-number="3"/>
2725        <fo:table-header>
2726          <fo:table-row>
2727            <fo:table-cell>
2728              <fo:block>h1</fo:block>
2729            </fo:table-cell>
2730            <fo:table-cell>
2731              <fo:block>h2</fo:block>
2732            </fo:table-cell>
2733            <fo:table-cell>
2734              <fo:block>h3</fo:block>
2735            </fo:table-cell>
2736          </fo:table-row>
2737        </fo:table-header>
2738        <fo:table-body>
2739          <fo:table-row>
2740            <fo:table-cell>
2741              <fo:block>
2742                <fo:inline font-style="italic">left emph</fo:inline>
2743              </fo:block>
2744            </fo:table-cell>
2745            <fo:table-cell>
2746              <fo:block>
2747                <fo:inline font-style="italic">center emph/bold</fo:inline>
2748              </fo:block>
2749            </fo:table-cell>
2750            <fo:table-cell>
2751              <fo:block>
2752                <fo:inline font-family="Courier">center literal</fo:inline>
2753              </fo:block>
2754            </fo:table-cell>
2755          </fo:table-row>
2756          <fo:table-row>
2757            <fo:table-cell>
2758              <fo:block>
2759                <fo:inline font-family="Courier">center filename</fo:inline>
2760              </fo:block>
2761            </fo:table-cell>
2762            <fo:table-cell>
2763              <fo:block>
2764                <fo:inline font-weight="bold">right command</fo:inline>
2765              </fo:block>
2766            </fo:table-cell>
2767            <fo:table-cell>
2768              <fo:block>right</fo:block>
2769            </fo:table-cell>
2770          </fo:table-row>
2771        </fo:table-body>
2772      </fo:table>
2773      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Absolute Widths</fo:block>
2774      <fo:table>
2775        <fo:table-column column-number="1" column-width="1in"/>
2776        <fo:table-column column-number="2" column-width="1in"/>
2777        <fo:table-column column-number="3" column-width="1in"/>
2778        <fo:table-header>
2779          <fo:table-row>
2780            <fo:table-cell>
2781              <fo:block>h1</fo:block>
2782            </fo:table-cell>
2783            <fo:table-cell>
2784              <fo:block>h2</fo:block>
2785            </fo:table-cell>
2786            <fo:table-cell>
2787              <fo:block>h3</fo:block>
2788            </fo:table-cell>
2789          </fo:table-row>
2790        </fo:table-header>
2791        <fo:table-body>
2792          <fo:table-row>
2793            <fo:table-cell>
2794              <fo:block>e1</fo:block>
2795            </fo:table-cell>
2796            <fo:table-cell>
2797              <fo:block>e2</fo:block>
2798            </fo:table-cell>
2799            <fo:table-cell>
2800              <fo:block>e3</fo:block>
2801            </fo:table-cell>
2802          </fo:table-row>
2803          <fo:table-row>
2804            <fo:table-cell>
2805              <fo:block>e1</fo:block>
2806            </fo:table-cell>
2807            <fo:table-cell>
2808              <fo:block>e2</fo:block>
2809            </fo:table-cell>
2810            <fo:table-cell>
2811              <fo:block>e3</fo:block>
2812            </fo:table-cell>
2813          </fo:table-row>
2814          <fo:table-row>
2815            <fo:table-cell>
2816              <fo:block>e1</fo:block>
2817            </fo:table-cell>
2818            <fo:table-cell>
2819              <fo:block>e2</fo:block>
2820            </fo:table-cell>
2821            <fo:table-cell>
2822              <fo:block>e3</fo:block>
2823            </fo:table-cell>
2824          </fo:table-row>
2825        </fo:table-body>
2826      </fo:table>
2827      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Relative Widths</fo:block>
2828      <fo:table table-layout="fixed">
2829        <fo:table-column column-number="1" column-width="proportional-column-width(3)"/>
2830        <fo:table-column column-number="2" column-width="proportional-column-width(2)"/>
2831        <fo:table-body>
2832          <fo:table-row>
2833            <fo:table-cell>
2834              <fo:block>
2835                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">left</fo:block>
2836              </fo:block>
2837            </fo:table-cell>
2838            <fo:table-cell>
2839              <fo:block>
2840                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">center</fo:block>
2841              </fo:block>
2842            </fo:table-cell>
2843          </fo:table-row>
2844          <fo:table-row>
2845            <fo:table-cell>
2846              <fo:block>
2847                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">center</fo:block>
2848              </fo:block>
2849            </fo:table-cell>
2850            <fo:table-cell>
2851              <fo:block>
2852                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">right</fo:block>
2853              </fo:block>
2854            </fo:table-cell>
2855          </fo:table-row>
2856        </fo:table-body>
2857      </fo:table>
2858      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Too many cells</fo:block>
2859      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is a broken table.  There are too many cells in the second row.
2860YMMV.  Don't do this.</fo:block>
2861      <fo:table>
2862        <fo:table-column column-number="1"/>
2863        <fo:table-column column-number="2"/>
2864        <fo:table-body>
2865          <fo:table-row>
2866            <fo:table-cell>
2867              <fo:block>1</fo:block>
2868            </fo:table-cell>
2869            <fo:table-cell>
2870              <fo:block>2</fo:block>
2871            </fo:table-cell>
2872          </fo:table-row>
2873          <fo:table-row>
2874            <fo:table-cell>
2875              <fo:block>1</fo:block>
2876            </fo:table-cell>
2877            <fo:table-cell>
2878              <fo:block>2</fo:block>
2879            </fo:table-cell>
2880            <fo:table-cell>
2881              <fo:block>3</fo:block>
2882            </fo:table-cell>
2883          </fo:table-row>
2884          <fo:table-row>
2885            <fo:table-cell>
2886              <fo:block>1</fo:block>
2887            </fo:table-cell>
2888            <fo:table-cell>
2889              <fo:block>2</fo:block>
2890            </fo:table-cell>
2891          </fo:table-row>
2892        </fo:table-body>
2893      </fo:table>
2894      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Missing Entrys</fo:block>
2895      <fo:table-and-caption id="t1" keep-together.within-column="always" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" space-after.minimum="0.8em" space-after.optimum="1em" space-after.maximum="1.2em">
2896        <fo:table-caption>
2897          <fo:block font-weight="bold" space-after.minimum="0.2em" space-after.optimum="0.5em" space-after.maximum="0.8em" keep-with-next.within-column="always" hyphenate="false">Table Title</fo:block>
2898        </fo:table-caption>
2899        <fo:table>
2900          <fo:table-column column-number="1"/>
2901          <fo:table-column column-number="2"/>
2902          <fo:table-column column-number="3"/>
2903          <fo:table-header>
2904            <fo:table-row>
2905              <fo:table-cell>
2906                <fo:block>
2907                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">head1</fo:block>
2908                </fo:block>
2909              </fo:table-cell>
2910              <fo:table-cell>
2911                <fo:block>
2912                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">head2</fo:block>
2913                </fo:block>
2914              </fo:table-cell>
2915              <fo:table-cell>
2916                <fo:block>
2917                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">head3</fo:block>
2918                </fo:block>
2919              </fo:table-cell>
2920            </fo:table-row>
2921          </fo:table-header>
2922          <fo:table-body>
2923            <fo:table-row>
2924              <fo:table-cell>
2925                <fo:block>
2926                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">a1</fo:block>
2927                </fo:block>
2928              </fo:table-cell>
2929              <fo:table-cell>
2930                <fo:block>
2931                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">a2</fo:block>
2932                </fo:block>
2933              </fo:table-cell>
2934              <fo:table-cell>
2935                <fo:block>
2936                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">a3</fo:block>
2937                </fo:block>
2938              </fo:table-cell>
2939            </fo:table-row>
2940            <fo:table-row>
2941              <fo:table-cell>
2942                <fo:block>
2943                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">b1</fo:block>
2944                </fo:block>
2945              </fo:table-cell>
2946              <fo:table-cell>
2947                <fo:block>
2948                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">b3</fo:block>
2949                </fo:block>
2950              </fo:table-cell>
2951            </fo:table-row>
2952            <fo:table-row>
2953              <fo:table-cell number-columns-spanned="NaN">
2954                <fo:block>
2955                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">c2</fo:block>
2956                </fo:block>
2957              </fo:table-cell>
2958              <fo:table-cell>
2959                <fo:block>
2960                  <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">c3</fo:block>
2961                </fo:block>
2962              </fo:table-cell>
2963            </fo:table-row>
2964          </fo:table-body>
2965        </fo:table>
2966      </fo:table-and-caption>
2967      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Complex</fo:block>
2968      <fo:table>
2969        <fo:table-column column-number="1"/>
2970        <fo:table-column column-number="2"/>
2971        <fo:table-column column-number="3"/>
2972        <fo:table-column column-number="4"/>
2973        <fo:table-column column-number="5"/>
2974        <fo:table-column column-number="6"/>
2975        <fo:table-body>
2976          <fo:table-row>
2977            <fo:table-cell>
2978              <fo:block>A1</fo:block>
2979            </fo:table-cell>
2980            <fo:table-cell>
2981              <fo:block>A2</fo:block>
2982            </fo:table-cell>
2983            <fo:table-cell>
2984              <fo:block>A3</fo:block>
2985            </fo:table-cell>
2986            <fo:table-cell number-rows-spanned="2">
2987              <fo:block>A4</fo:block>
2988            </fo:table-cell>
2989            <fo:table-cell>
2990              <fo:block>A5</fo:block>
2991            </fo:table-cell>
2992            <fo:table-cell>
2993              <fo:block>A6</fo:block>
2994            </fo:table-cell>
2995          </fo:table-row>
2996          <fo:table-row>
2997            <fo:table-cell>
2998              <fo:block>B1</fo:block>
2999            </fo:table-cell>
3000            <fo:table-cell border-right="0.5pt solid black " padding-right="2pt" border-bottom="0.5pt solid black " padding-bottom="2pt">
3001              <fo:block>B2</fo:block>
3002            </fo:table-cell>
3003            <fo:table-cell border-bottom="0.5pt solid black " padding-bottom="2pt">
3004              <fo:block>B3</fo:block>
3005            </fo:table-cell>
3006            <fo:table-cell>
3007              <fo:block>B5</fo:block>
3008            </fo:table-cell>
3009            <fo:table-cell>
3010              <fo:block>B6</fo:block>
3011            </fo:table-cell>
3012          </fo:table-row>
3013          <fo:table-row>
3014            <fo:table-cell>
3015              <fo:block>C1</fo:block>
3016            </fo:table-cell>
3017            <fo:table-cell border-right="0.5pt solid black " padding-right="2pt">
3018              <fo:block>C2</fo:block>
3019            </fo:table-cell>
3020            <fo:table-cell>
3021              <fo:block>C3</fo:block>
3022            </fo:table-cell>
3023            <fo:table-cell>
3024              <fo:block>C4</fo:block>
3025            </fo:table-cell>
3026            <fo:table-cell number-rows-spanned="3" number-columns-spanned="2">
3027              <fo:block>C5</fo:block>
3028            </fo:table-cell>
3029          </fo:table-row>
3030          <fo:table-row>
3031            <fo:table-cell number-columns-spanned="NaN">
3032              <fo:block>D2</fo:block>
3033            </fo:table-cell>
3034            <fo:table-cell>
3035              <fo:block>D3</fo:block>
3036            </fo:table-cell>
3037            <fo:table-cell>
3038              <fo:block>D4</fo:block>
3039            </fo:table-cell>
3040          </fo:table-row>
3041          <fo:table-row>
3042            <fo:table-cell>
3043              <fo:block>E1</fo:block>
3044            </fo:table-cell>
3045            <fo:table-cell number-columns-spanned="2">
3046              <fo:block>E2</fo:block>
3047            </fo:table-cell>
3048            <fo:table-cell>
3049              <fo:block>E4</fo:block>
3050            </fo:table-cell>
3051          </fo:table-row>
3052          <fo:table-row>
3053            <fo:table-cell>
3054              <fo:block>F1</fo:block>
3055            </fo:table-cell>
3056            <fo:table-cell>
3057              <fo:block>F2</fo:block>
3058            </fo:table-cell>
3059            <fo:table-cell>
3060              <fo:block>F3</fo:block>
3061            </fo:table-cell>
3062            <fo:table-cell>
3063              <fo:block>F4</fo:block>
3064            </fo:table-cell>
3065            <fo:table-cell>
3066              <fo:block>F5</fo:block>
3067            </fo:table-cell>
3068            <fo:table-cell>
3069              <fo:block>F6</fo:block>
3070            </fo:table-cell>
3071          </fo:table-row>
3072        </fo:table-body>
3073      </fo:table>
3074      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">With Footnotes</fo:block>
3075      <fo:table>
3076        <fo:table-column column-number="1"/>
3077        <fo:table-column column-number="2"/>
3078        <fo:table-body>
3079          <fo:table-row>
3080            <fo:table-cell>
3081              <fo:block>foo<fo:footnote><fo:inline>[4]</fo:inline><fo:footnote-body font-size="8pt"><fo:block>[4] A meaningless
3082word</fo:block></fo:footnote-body></fo:footnote></fo:block>
3083            </fo:table-cell>
3084            <fo:table-cell>
3085              <fo:block>3<fo:footnote><fo:inline>[5]</fo:inline><fo:footnote-body font-size="8pt"><fo:block>[5] A meaningless
3086number</fo:block></fo:footnote-body></fo:footnote></fo:block>
3087            </fo:table-cell>
3088          </fo:table-row>
3089          <fo:table-row>
3090            <fo:table-cell>
3091              <fo:block>bar<fo:inline>[4]</fo:inline></fo:block>
3092            </fo:table-cell>
3093            <fo:table-cell>
3094              <fo:block>5<fo:inline>[5]</fo:inline></fo:block>
3095            </fo:table-cell>
3096          </fo:table-row>
3097        </fo:table-body>
3098      </fo:table>
3099      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A Big One</fo:block>
3100      <fo:table>
3101        <fo:table-column column-number="1"/>
3102        <fo:table-column column-number="2"/>
3103        <fo:table-column column-number="3"/>
3104        <fo:table-column column-number="4"/>
3105        <fo:table-column column-number="5"/>
3106        <fo:table-column column-number="6"/>
3107        <fo:table-column column-number="7"/>
3108        <fo:table-column column-number="8"/>
3109        <fo:table-column column-number="9"/>
3110        <fo:table-column column-number="10"/>
3111        <fo:table-column column-number="11"/>
3112        <fo:table-column column-number="12"/>
3113        <fo:table-column column-number="13"/>
3114        <fo:table-column column-number="14"/>
3115        <fo:table-column column-number="15"/>
3116        <fo:table-header>
3117          <fo:table-row>
3118            <fo:table-cell>
3119              <fo:block>H1</fo:block>
3120            </fo:table-cell>
3121            <fo:table-cell>
3122              <fo:block>H2</fo:block>
3123            </fo:table-cell>
3124            <fo:table-cell>
3125              <fo:block>H3</fo:block>
3126            </fo:table-cell>
3127            <fo:table-cell>
3128              <fo:block>H4</fo:block>
3129            </fo:table-cell>
3130            <fo:table-cell>
3131              <fo:block>H5</fo:block>
3132            </fo:table-cell>
3133            <fo:table-cell>
3134              <fo:block>H6</fo:block>
3135            </fo:table-cell>
3136            <fo:table-cell>
3137              <fo:block>H7</fo:block>
3138            </fo:table-cell>
3139            <fo:table-cell>
3140              <fo:block>H8</fo:block>
3141            </fo:table-cell>
3142            <fo:table-cell>
3143              <fo:block>H9</fo:block>
3144            </fo:table-cell>
3145            <fo:table-cell>
3146              <fo:block>H10</fo:block>
3147            </fo:table-cell>
3148            <fo:table-cell>
3149              <fo:block>H11</fo:block>
3150            </fo:table-cell>
3151            <fo:table-cell>
3152              <fo:block>H12</fo:block>
3153            </fo:table-cell>
3154            <fo:table-cell>
3155              <fo:block>H13</fo:block>
3156            </fo:table-cell>
3157            <fo:table-cell>
3158              <fo:block>H14</fo:block>
3159            </fo:table-cell>
3160            <fo:table-cell>
3161              <fo:block>H15</fo:block>
3162            </fo:table-cell>
3163          </fo:table-row>
3164        </fo:table-header>
3165        <fo:table-body>
3166          <fo:table-row>
3167            <fo:table-cell>
3168              <fo:block>1</fo:block>
3169            </fo:table-cell>
3170            <fo:table-cell>
3171              <fo:block>2</fo:block>
3172            </fo:table-cell>
3173            <fo:table-cell>
3174              <fo:block>3</fo:block>
3175            </fo:table-cell>
3176            <fo:table-cell>
3177              <fo:block>4</fo:block>
3178            </fo:table-cell>
3179            <fo:table-cell>
3180              <fo:block>5</fo:block>
3181            </fo:table-cell>
3182            <fo:table-cell>
3183              <fo:block>6</fo:block>
3184            </fo:table-cell>
3185            <fo:table-cell>
3186              <fo:block>7</fo:block>
3187            </fo:table-cell>
3188            <fo:table-cell>
3189              <fo:block>8</fo:block>
3190            </fo:table-cell>
3191            <fo:table-cell>
3192              <fo:block>9</fo:block>
3193            </fo:table-cell>
3194            <fo:table-cell>
3195              <fo:block>10</fo:block>
3196            </fo:table-cell>
3197            <fo:table-cell>
3198              <fo:block>11</fo:block>
3199            </fo:table-cell>
3200            <fo:table-cell>
3201              <fo:block>12</fo:block>
3202            </fo:table-cell>
3203            <fo:table-cell>
3204              <fo:block>13</fo:block>
3205            </fo:table-cell>
3206            <fo:table-cell>
3207              <fo:block>14</fo:block>
3208            </fo:table-cell>
3209            <fo:table-cell>
3210              <fo:block>15</fo:block>
3211            </fo:table-cell>
3212          </fo:table-row>
3213          <fo:table-row>
3214            <fo:table-cell>
3215              <fo:block>1</fo:block>
3216            </fo:table-cell>
3217            <fo:table-cell>
3218              <fo:block>2</fo:block>
3219            </fo:table-cell>
3220            <fo:table-cell>
3221              <fo:block>3</fo:block>
3222            </fo:table-cell>
3223            <fo:table-cell>
3224              <fo:block>4</fo:block>
3225            </fo:table-cell>
3226            <fo:table-cell>
3227              <fo:block>5</fo:block>
3228            </fo:table-cell>
3229            <fo:table-cell>
3230              <fo:block>6</fo:block>
3231            </fo:table-cell>
3232            <fo:table-cell>
3233              <fo:block>7</fo:block>
3234            </fo:table-cell>
3235            <fo:table-cell>
3236              <fo:block>8</fo:block>
3237            </fo:table-cell>
3238            <fo:table-cell>
3239              <fo:block>9</fo:block>
3240            </fo:table-cell>
3241            <fo:table-cell>
3242              <fo:block>10</fo:block>
3243            </fo:table-cell>
3244            <fo:table-cell>
3245              <fo:block>11</fo:block>
3246            </fo:table-cell>
3247            <fo:table-cell>
3248              <fo:block>12</fo:block>
3249            </fo:table-cell>
3250            <fo:table-cell>
3251              <fo:block>13</fo:block>
3252            </fo:table-cell>
3253            <fo:table-cell>
3254              <fo:block>14</fo:block>
3255            </fo:table-cell>
3256            <fo:table-cell>
3257              <fo:block>15</fo:block>
3258            </fo:table-cell>
3259          </fo:table-row>
3260          <fo:table-row>
3261            <fo:table-cell>
3262              <fo:block>1</fo:block>
3263            </fo:table-cell>
3264            <fo:table-cell>
3265              <fo:block>2</fo:block>
3266            </fo:table-cell>
3267            <fo:table-cell>
3268              <fo:block>3</fo:block>
3269            </fo:table-cell>
3270            <fo:table-cell>
3271              <fo:block>4</fo:block>
3272            </fo:table-cell>
3273            <fo:table-cell>
3274              <fo:block>5</fo:block>
3275            </fo:table-cell>
3276            <fo:table-cell>
3277              <fo:block>6</fo:block>
3278            </fo:table-cell>
3279            <fo:table-cell>
3280              <fo:block>7</fo:block>
3281            </fo:table-cell>
3282            <fo:table-cell>
3283              <fo:block>8</fo:block>
3284            </fo:table-cell>
3285            <fo:table-cell>
3286              <fo:block>9</fo:block>
3287            </fo:table-cell>
3288            <fo:table-cell>
3289              <fo:block>10</fo:block>
3290            </fo:table-cell>
3291            <fo:table-cell>
3292              <fo:block>11</fo:block>
3293            </fo:table-cell>
3294            <fo:table-cell>
3295              <fo:block>12</fo:block>
3296            </fo:table-cell>
3297            <fo:table-cell>
3298              <fo:block>13</fo:block>
3299            </fo:table-cell>
3300            <fo:table-cell>
3301              <fo:block>14</fo:block>
3302            </fo:table-cell>
3303            <fo:table-cell>
3304              <fo:block>15</fo:block>
3305            </fo:table-cell>
3306          </fo:table-row>
3307          <fo:table-row>
3308            <fo:table-cell>
3309              <fo:block>1</fo:block>
3310            </fo:table-cell>
3311            <fo:table-cell>
3312              <fo:block>2</fo:block>
3313            </fo:table-cell>
3314            <fo:table-cell>
3315              <fo:block>3</fo:block>
3316            </fo:table-cell>
3317            <fo:table-cell>
3318              <fo:block>4</fo:block>
3319            </fo:table-cell>
3320            <fo:table-cell>
3321              <fo:block>5</fo:block>
3322            </fo:table-cell>
3323            <fo:table-cell>
3324              <fo:block>6</fo:block>
3325            </fo:table-cell>
3326            <fo:table-cell>
3327              <fo:block>7</fo:block>
3328            </fo:table-cell>
3329            <fo:table-cell>
3330              <fo:block>8</fo:block>
3331            </fo:table-cell>
3332            <fo:table-cell>
3333              <fo:block>9</fo:block>
3334            </fo:table-cell>
3335            <fo:table-cell>
3336              <fo:block>10</fo:block>
3337            </fo:table-cell>
3338            <fo:table-cell>
3339              <fo:block>11</fo:block>
3340            </fo:table-cell>
3341            <fo:table-cell>
3342              <fo:block>12</fo:block>
3343            </fo:table-cell>
3344            <fo:table-cell>
3345              <fo:block>13</fo:block>
3346            </fo:table-cell>
3347            <fo:table-cell>
3348              <fo:block>14</fo:block>
3349            </fo:table-cell>
3350            <fo:table-cell>
3351              <fo:block>15</fo:block>
3352            </fo:table-cell>
3353          </fo:table-row>
3354          <fo:table-row>
3355            <fo:table-cell>
3356              <fo:block>1</fo:block>
3357            </fo:table-cell>
3358            <fo:table-cell>
3359              <fo:block>2</fo:block>
3360            </fo:table-cell>
3361            <fo:table-cell>
3362              <fo:block>3</fo:block>
3363            </fo:table-cell>
3364            <fo:table-cell>
3365              <fo:block>4</fo:block>
3366            </fo:table-cell>
3367            <fo:table-cell>
3368              <fo:block>5</fo:block>
3369            </fo:table-cell>
3370            <fo:table-cell>
3371              <fo:block>6</fo:block>
3372            </fo:table-cell>
3373            <fo:table-cell>
3374              <fo:block>7</fo:block>
3375            </fo:table-cell>
3376            <fo:table-cell>
3377              <fo:block>8</fo:block>
3378            </fo:table-cell>
3379            <fo:table-cell>
3380              <fo:block>9</fo:block>
3381            </fo:table-cell>
3382            <fo:table-cell>
3383              <fo:block>10</fo:block>
3384            </fo:table-cell>
3385            <fo:table-cell>
3386              <fo:block>11</fo:block>
3387            </fo:table-cell>
3388            <fo:table-cell>
3389              <fo:block>12</fo:block>
3390            </fo:table-cell>
3391            <fo:table-cell>
3392              <fo:block>13</fo:block>
3393            </fo:table-cell>
3394            <fo:table-cell>
3395              <fo:block>14</fo:block>
3396            </fo:table-cell>
3397            <fo:table-cell>
3398              <fo:block>15</fo:block>
3399            </fo:table-cell>
3400          </fo:table-row>
3401          <fo:table-row>
3402            <fo:table-cell>
3403              <fo:block>1</fo:block>
3404            </fo:table-cell>
3405            <fo:table-cell>
3406              <fo:block>2</fo:block>
3407            </fo:table-cell>
3408            <fo:table-cell>
3409              <fo:block>3</fo:block>
3410            </fo:table-cell>
3411            <fo:table-cell>
3412              <fo:block>4</fo:block>
3413            </fo:table-cell>
3414            <fo:table-cell>
3415              <fo:block>5</fo:block>
3416            </fo:table-cell>
3417            <fo:table-cell>
3418              <fo:block>6</fo:block>
3419            </fo:table-cell>
3420            <fo:table-cell>
3421              <fo:block>7</fo:block>
3422            </fo:table-cell>
3423            <fo:table-cell>
3424              <fo:block>8</fo:block>
3425            </fo:table-cell>
3426            <fo:table-cell>
3427              <fo:block>9</fo:block>
3428            </fo:table-cell>
3429            <fo:table-cell>
3430              <fo:block>10</fo:block>
3431            </fo:table-cell>
3432            <fo:table-cell>
3433              <fo:block>11</fo:block>
3434            </fo:table-cell>
3435            <fo:table-cell>
3436              <fo:block>12</fo:block>
3437            </fo:table-cell>
3438            <fo:table-cell>
3439              <fo:block>13</fo:block>
3440            </fo:table-cell>
3441            <fo:table-cell>
3442              <fo:block>14</fo:block>
3443            </fo:table-cell>
3444            <fo:table-cell>
3445              <fo:block>15</fo:block>
3446            </fo:table-cell>
3447          </fo:table-row>
3448          <fo:table-row>
3449            <fo:table-cell>
3450              <fo:block>1</fo:block>
3451            </fo:table-cell>
3452            <fo:table-cell>
3453              <fo:block>2</fo:block>
3454            </fo:table-cell>
3455            <fo:table-cell>
3456              <fo:block>3</fo:block>
3457            </fo:table-cell>
3458            <fo:table-cell>
3459              <fo:block>4</fo:block>
3460            </fo:table-cell>
3461            <fo:table-cell>
3462              <fo:block>5</fo:block>
3463            </fo:table-cell>
3464            <fo:table-cell>
3465              <fo:block>6</fo:block>
3466            </fo:table-cell>
3467            <fo:table-cell>
3468              <fo:block>7</fo:block>
3469            </fo:table-cell>
3470            <fo:table-cell>
3471              <fo:block>8</fo:block>
3472            </fo:table-cell>
3473            <fo:table-cell>
3474              <fo:block>9</fo:block>
3475            </fo:table-cell>
3476            <fo:table-cell>
3477              <fo:block>10</fo:block>
3478            </fo:table-cell>
3479            <fo:table-cell>
3480              <fo:block>11</fo:block>
3481            </fo:table-cell>
3482            <fo:table-cell>
3483              <fo:block>12</fo:block>
3484            </fo:table-cell>
3485            <fo:table-cell>
3486              <fo:block>13</fo:block>
3487            </fo:table-cell>
3488            <fo:table-cell>
3489              <fo:block>14</fo:block>
3490            </fo:table-cell>
3491            <fo:table-cell>
3492              <fo:block>15</fo:block>
3493            </fo:table-cell>
3494          </fo:table-row>
3495          <fo:table-row>
3496            <fo:table-cell>
3497              <fo:block>1</fo:block>
3498            </fo:table-cell>
3499            <fo:table-cell>
3500              <fo:block>2</fo:block>
3501            </fo:table-cell>
3502            <fo:table-cell>
3503              <fo:block>3</fo:block>
3504            </fo:table-cell>
3505            <fo:table-cell>
3506              <fo:block>4</fo:block>
3507            </fo:table-cell>
3508            <fo:table-cell>
3509              <fo:block>5</fo:block>
3510            </fo:table-cell>
3511            <fo:table-cell>
3512              <fo:block>6</fo:block>
3513            </fo:table-cell>
3514            <fo:table-cell>
3515              <fo:block>7</fo:block>
3516            </fo:table-cell>
3517            <fo:table-cell>
3518              <fo:block>8</fo:block>
3519            </fo:table-cell>
3520            <fo:table-cell>
3521              <fo:block>9</fo:block>
3522            </fo:table-cell>
3523            <fo:table-cell>
3524              <fo:block>10</fo:block>
3525            </fo:table-cell>
3526            <fo:table-cell>
3527              <fo:block>11</fo:block>
3528            </fo:table-cell>
3529            <fo:table-cell>
3530              <fo:block>12</fo:block>
3531            </fo:table-cell>
3532            <fo:table-cell>
3533              <fo:block>13</fo:block>
3534            </fo:table-cell>
3535            <fo:table-cell>
3536              <fo:block>14</fo:block>
3537            </fo:table-cell>
3538            <fo:table-cell>
3539              <fo:block>15</fo:block>
3540            </fo:table-cell>
3541          </fo:table-row>
3542          <fo:table-row>
3543            <fo:table-cell>
3544              <fo:block>1</fo:block>
3545            </fo:table-cell>
3546            <fo:table-cell>
3547              <fo:block>2</fo:block>
3548            </fo:table-cell>
3549            <fo:table-cell>
3550              <fo:block>3</fo:block>
3551            </fo:table-cell>
3552            <fo:table-cell>
3553              <fo:block>4</fo:block>
3554            </fo:table-cell>
3555            <fo:table-cell>
3556              <fo:block>5</fo:block>
3557            </fo:table-cell>
3558            <fo:table-cell>
3559              <fo:block>6</fo:block>
3560            </fo:table-cell>
3561            <fo:table-cell>
3562              <fo:block>7</fo:block>
3563            </fo:table-cell>
3564            <fo:table-cell>
3565              <fo:block>8</fo:block>
3566            </fo:table-cell>
3567            <fo:table-cell>
3568              <fo:block>9</fo:block>
3569            </fo:table-cell>
3570            <fo:table-cell>
3571              <fo:block>10</fo:block>
3572            </fo:table-cell>
3573            <fo:table-cell>
3574              <fo:block>11</fo:block>
3575            </fo:table-cell>
3576            <fo:table-cell>
3577              <fo:block>12</fo:block>
3578            </fo:table-cell>
3579            <fo:table-cell>
3580              <fo:block>13</fo:block>
3581            </fo:table-cell>
3582            <fo:table-cell>
3583              <fo:block>14</fo:block>
3584            </fo:table-cell>
3585            <fo:table-cell>
3586              <fo:block>15</fo:block>
3587            </fo:table-cell>
3588          </fo:table-row>
3589          <fo:table-row>
3590            <fo:table-cell>
3591              <fo:block>1</fo:block>
3592            </fo:table-cell>
3593            <fo:table-cell>
3594              <fo:block>2</fo:block>
3595            </fo:table-cell>
3596            <fo:table-cell>
3597              <fo:block>3</fo:block>
3598            </fo:table-cell>
3599            <fo:table-cell>
3600              <fo:block>4</fo:block>
3601            </fo:table-cell>
3602            <fo:table-cell>
3603              <fo:block>5</fo:block>
3604            </fo:table-cell>
3605            <fo:table-cell>
3606              <fo:block>6</fo:block>
3607            </fo:table-cell>
3608            <fo:table-cell>
3609              <fo:block>7</fo:block>
3610            </fo:table-cell>
3611            <fo:table-cell>
3612              <fo:block>8</fo:block>
3613            </fo:table-cell>
3614            <fo:table-cell>
3615              <fo:block>9</fo:block>
3616            </fo:table-cell>
3617            <fo:table-cell>
3618              <fo:block>10</fo:block>
3619            </fo:table-cell>
3620            <fo:table-cell>
3621              <fo:block>11</fo:block>
3622            </fo:table-cell>
3623            <fo:table-cell>
3624              <fo:block>12</fo:block>
3625            </fo:table-cell>
3626            <fo:table-cell>
3627              <fo:block>13</fo:block>
3628            </fo:table-cell>
3629            <fo:table-cell>
3630              <fo:block>14</fo:block>
3631            </fo:table-cell>
3632            <fo:table-cell>
3633              <fo:block>15</fo:block>
3634            </fo:table-cell>
3635          </fo:table-row>
3636          <fo:table-row>
3637            <fo:table-cell>
3638              <fo:block>1</fo:block>
3639            </fo:table-cell>
3640            <fo:table-cell>
3641              <fo:block>2</fo:block>
3642            </fo:table-cell>
3643            <fo:table-cell>
3644              <fo:block>3</fo:block>
3645            </fo:table-cell>
3646            <fo:table-cell>
3647              <fo:block>4</fo:block>
3648            </fo:table-cell>
3649            <fo:table-cell>
3650              <fo:block>5</fo:block>
3651            </fo:table-cell>
3652            <fo:table-cell>
3653              <fo:block>6</fo:block>
3654            </fo:table-cell>
3655            <fo:table-cell>
3656              <fo:block>7</fo:block>
3657            </fo:table-cell>
3658            <fo:table-cell>
3659              <fo:block>8</fo:block>
3660            </fo:table-cell>
3661            <fo:table-cell>
3662              <fo:block>9</fo:block>
3663            </fo:table-cell>
3664            <fo:table-cell>
3665              <fo:block>10</fo:block>
3666            </fo:table-cell>
3667            <fo:table-cell>
3668              <fo:block>11</fo:block>
3669            </fo:table-cell>
3670            <fo:table-cell>
3671              <fo:block>12</fo:block>
3672            </fo:table-cell>
3673            <fo:table-cell>
3674              <fo:block>13</fo:block>
3675            </fo:table-cell>
3676            <fo:table-cell>
3677              <fo:block>14</fo:block>
3678            </fo:table-cell>
3679            <fo:table-cell>
3680              <fo:block>15</fo:block>
3681            </fo:table-cell>
3682          </fo:table-row>
3683          <fo:table-row>
3684            <fo:table-cell>
3685              <fo:block>1</fo:block>
3686            </fo:table-cell>
3687            <fo:table-cell>
3688              <fo:block>2</fo:block>
3689            </fo:table-cell>
3690            <fo:table-cell>
3691              <fo:block>3</fo:block>
3692            </fo:table-cell>
3693            <fo:table-cell>
3694              <fo:block>4</fo:block>
3695            </fo:table-cell>
3696            <fo:table-cell>
3697              <fo:block>5</fo:block>
3698            </fo:table-cell>
3699            <fo:table-cell>
3700              <fo:block>6</fo:block>
3701            </fo:table-cell>
3702            <fo:table-cell>
3703              <fo:block>7</fo:block>
3704            </fo:table-cell>
3705            <fo:table-cell>
3706              <fo:block>8</fo:block>
3707            </fo:table-cell>
3708            <fo:table-cell>
3709              <fo:block>9</fo:block>
3710            </fo:table-cell>
3711            <fo:table-cell>
3712              <fo:block>10</fo:block>
3713            </fo:table-cell>
3714            <fo:table-cell>
3715              <fo:block>11</fo:block>
3716            </fo:table-cell>
3717            <fo:table-cell>
3718              <fo:block>12</fo:block>
3719            </fo:table-cell>
3720            <fo:table-cell>
3721              <fo:block>13</fo:block>
3722            </fo:table-cell>
3723            <fo:table-cell>
3724              <fo:block>14</fo:block>
3725            </fo:table-cell>
3726            <fo:table-cell>
3727              <fo:block>15</fo:block>
3728            </fo:table-cell>
3729          </fo:table-row>
3730          <fo:table-row>
3731            <fo:table-cell>
3732              <fo:block>1</fo:block>
3733            </fo:table-cell>
3734            <fo:table-cell>
3735              <fo:block>2</fo:block>
3736            </fo:table-cell>
3737            <fo:table-cell>
3738              <fo:block>3</fo:block>
3739            </fo:table-cell>
3740            <fo:table-cell>
3741              <fo:block>4</fo:block>
3742            </fo:table-cell>
3743            <fo:table-cell>
3744              <fo:block>5</fo:block>
3745            </fo:table-cell>
3746            <fo:table-cell>
3747              <fo:block>6</fo:block>
3748            </fo:table-cell>
3749            <fo:table-cell>
3750              <fo:block>7</fo:block>
3751            </fo:table-cell>
3752            <fo:table-cell>
3753              <fo:block>8</fo:block>
3754            </fo:table-cell>
3755            <fo:table-cell>
3756              <fo:block>9</fo:block>
3757            </fo:table-cell>
3758            <fo:table-cell>
3759              <fo:block>10</fo:block>
3760            </fo:table-cell>
3761            <fo:table-cell>
3762              <fo:block>11</fo:block>
3763            </fo:table-cell>
3764            <fo:table-cell>
3765              <fo:block>12</fo:block>
3766            </fo:table-cell>
3767            <fo:table-cell>
3768              <fo:block>13</fo:block>
3769            </fo:table-cell>
3770            <fo:table-cell>
3771              <fo:block>14</fo:block>
3772            </fo:table-cell>
3773            <fo:table-cell>
3774              <fo:block>15</fo:block>
3775            </fo:table-cell>
3776          </fo:table-row>
3777          <fo:table-row>
3778            <fo:table-cell>
3779              <fo:block>1</fo:block>
3780            </fo:table-cell>
3781            <fo:table-cell>
3782              <fo:block>2</fo:block>
3783            </fo:table-cell>
3784            <fo:table-cell>
3785              <fo:block>3</fo:block>
3786            </fo:table-cell>
3787            <fo:table-cell>
3788              <fo:block>4</fo:block>
3789            </fo:table-cell>
3790            <fo:table-cell>
3791              <fo:block>5</fo:block>
3792            </fo:table-cell>
3793            <fo:table-cell>
3794              <fo:block>6</fo:block>
3795            </fo:table-cell>
3796            <fo:table-cell>
3797              <fo:block>7</fo:block>
3798            </fo:table-cell>
3799            <fo:table-cell>
3800              <fo:block>8</fo:block>
3801            </fo:table-cell>
3802            <fo:table-cell>
3803              <fo:block>9</fo:block>
3804            </fo:table-cell>
3805            <fo:table-cell>
3806              <fo:block>10</fo:block>
3807            </fo:table-cell>
3808            <fo:table-cell>
3809              <fo:block>11</fo:block>
3810            </fo:table-cell>
3811            <fo:table-cell>
3812              <fo:block>12</fo:block>
3813            </fo:table-cell>
3814            <fo:table-cell>
3815              <fo:block>13</fo:block>
3816            </fo:table-cell>
3817            <fo:table-cell>
3818              <fo:block>14</fo:block>
3819            </fo:table-cell>
3820            <fo:table-cell>
3821              <fo:block>15</fo:block>
3822            </fo:table-cell>
3823          </fo:table-row>
3824          <fo:table-row>
3825            <fo:table-cell>
3826              <fo:block>1</fo:block>
3827            </fo:table-cell>
3828            <fo:table-cell>
3829              <fo:block>2</fo:block>
3830            </fo:table-cell>
3831            <fo:table-cell>
3832              <fo:block>3</fo:block>
3833            </fo:table-cell>
3834            <fo:table-cell>
3835              <fo:block>4</fo:block>
3836            </fo:table-cell>
3837            <fo:table-cell>
3838              <fo:block>5</fo:block>
3839            </fo:table-cell>
3840            <fo:table-cell>
3841              <fo:block>6</fo:block>
3842            </fo:table-cell>
3843            <fo:table-cell>
3844              <fo:block>7</fo:block>
3845            </fo:table-cell>
3846            <fo:table-cell>
3847              <fo:block>8</fo:block>
3848            </fo:table-cell>
3849            <fo:table-cell>
3850              <fo:block>9</fo:block>
3851            </fo:table-cell>
3852            <fo:table-cell>
3853              <fo:block>10</fo:block>
3854            </fo:table-cell>
3855            <fo:table-cell>
3856              <fo:block>11</fo:block>
3857            </fo:table-cell>
3858            <fo:table-cell>
3859              <fo:block>12</fo:block>
3860            </fo:table-cell>
3861            <fo:table-cell>
3862              <fo:block>13</fo:block>
3863            </fo:table-cell>
3864            <fo:table-cell>
3865              <fo:block>14</fo:block>
3866            </fo:table-cell>
3867            <fo:table-cell>
3868              <fo:block>15</fo:block>
3869            </fo:table-cell>
3870          </fo:table-row>
3871          <fo:table-row>
3872            <fo:table-cell>
3873              <fo:block>1</fo:block>
3874            </fo:table-cell>
3875            <fo:table-cell>
3876              <fo:block>2</fo:block>
3877            </fo:table-cell>
3878            <fo:table-cell>
3879              <fo:block>3</fo:block>
3880            </fo:table-cell>
3881            <fo:table-cell>
3882              <fo:block>4</fo:block>
3883            </fo:table-cell>
3884            <fo:table-cell>
3885              <fo:block>5</fo:block>
3886            </fo:table-cell>
3887            <fo:table-cell>
3888              <fo:block>6</fo:block>
3889            </fo:table-cell>
3890            <fo:table-cell>
3891              <fo:block>7</fo:block>
3892            </fo:table-cell>
3893            <fo:table-cell>
3894              <fo:block>8</fo:block>
3895            </fo:table-cell>
3896            <fo:table-cell>
3897              <fo:block>9</fo:block>
3898            </fo:table-cell>
3899            <fo:table-cell>
3900              <fo:block>10</fo:block>
3901            </fo:table-cell>
3902            <fo:table-cell>
3903              <fo:block>11</fo:block>
3904            </fo:table-cell>
3905            <fo:table-cell>
3906              <fo:block>12</fo:block>
3907            </fo:table-cell>
3908            <fo:table-cell>
3909              <fo:block>13</fo:block>
3910            </fo:table-cell>
3911            <fo:table-cell>
3912              <fo:block>14</fo:block>
3913            </fo:table-cell>
3914            <fo:table-cell>
3915              <fo:block>15</fo:block>
3916            </fo:table-cell>
3917          </fo:table-row>
3918          <fo:table-row>
3919            <fo:table-cell>
3920              <fo:block>1</fo:block>
3921            </fo:table-cell>
3922            <fo:table-cell>
3923              <fo:block>2</fo:block>
3924            </fo:table-cell>
3925            <fo:table-cell>
3926              <fo:block>3</fo:block>
3927            </fo:table-cell>
3928            <fo:table-cell>
3929              <fo:block>4</fo:block>
3930            </fo:table-cell>
3931            <fo:table-cell>
3932              <fo:block>5</fo:block>
3933            </fo:table-cell>
3934            <fo:table-cell>
3935              <fo:block>6</fo:block>
3936            </fo:table-cell>
3937            <fo:table-cell>
3938              <fo:block>7</fo:block>
3939            </fo:table-cell>
3940            <fo:table-cell>
3941              <fo:block>8</fo:block>
3942            </fo:table-cell>
3943            <fo:table-cell>
3944              <fo:block>9</fo:block>
3945            </fo:table-cell>
3946            <fo:table-cell>
3947              <fo:block>10</fo:block>
3948            </fo:table-cell>
3949            <fo:table-cell>
3950              <fo:block>11</fo:block>
3951            </fo:table-cell>
3952            <fo:table-cell>
3953              <fo:block>12</fo:block>
3954            </fo:table-cell>
3955            <fo:table-cell>
3956              <fo:block>13</fo:block>
3957            </fo:table-cell>
3958            <fo:table-cell>
3959              <fo:block>14</fo:block>
3960            </fo:table-cell>
3961            <fo:table-cell>
3962              <fo:block>15</fo:block>
3963            </fo:table-cell>
3964          </fo:table-row>
3965          <fo:table-row>
3966            <fo:table-cell>
3967              <fo:block>1</fo:block>
3968            </fo:table-cell>
3969            <fo:table-cell>
3970              <fo:block>2</fo:block>
3971            </fo:table-cell>
3972            <fo:table-cell>
3973              <fo:block>3</fo:block>
3974            </fo:table-cell>
3975            <fo:table-cell>
3976              <fo:block>4</fo:block>
3977            </fo:table-cell>
3978            <fo:table-cell>
3979              <fo:block>5</fo:block>
3980            </fo:table-cell>
3981            <fo:table-cell>
3982              <fo:block>6</fo:block>
3983            </fo:table-cell>
3984            <fo:table-cell>
3985              <fo:block>7</fo:block>
3986            </fo:table-cell>
3987            <fo:table-cell>
3988              <fo:block>8</fo:block>
3989            </fo:table-cell>
3990            <fo:table-cell>
3991              <fo:block>9</fo:block>
3992            </fo:table-cell>
3993            <fo:table-cell>
3994              <fo:block>10</fo:block>
3995            </fo:table-cell>
3996            <fo:table-cell>
3997              <fo:block>11</fo:block>
3998            </fo:table-cell>
3999            <fo:table-cell>
4000              <fo:block>12</fo:block>
4001            </fo:table-cell>
4002            <fo:table-cell>
4003              <fo:block>13</fo:block>
4004            </fo:table-cell>
4005            <fo:table-cell>
4006              <fo:block>14</fo:block>
4007            </fo:table-cell>
4008            <fo:table-cell>
4009              <fo:block>15</fo:block>
4010            </fo:table-cell>
4011          </fo:table-row>
4012          <fo:table-row>
4013            <fo:table-cell>
4014              <fo:block>1</fo:block>
4015            </fo:table-cell>
4016            <fo:table-cell>
4017              <fo:block>2</fo:block>
4018            </fo:table-cell>
4019            <fo:table-cell>
4020              <fo:block>3</fo:block>
4021            </fo:table-cell>
4022            <fo:table-cell>
4023              <fo:block>4</fo:block>
4024            </fo:table-cell>
4025            <fo:table-cell>
4026              <fo:block>5</fo:block>
4027            </fo:table-cell>
4028            <fo:table-cell>
4029              <fo:block>6</fo:block>
4030            </fo:table-cell>
4031            <fo:table-cell>
4032              <fo:block>7</fo:block>
4033            </fo:table-cell>
4034            <fo:table-cell>
4035              <fo:block>8</fo:block>
4036            </fo:table-cell>
4037            <fo:table-cell>
4038              <fo:block>9</fo:block>
4039            </fo:table-cell>
4040            <fo:table-cell>
4041              <fo:block>10</fo:block>
4042            </fo:table-cell>
4043            <fo:table-cell>
4044              <fo:block>11</fo:block>
4045            </fo:table-cell>
4046            <fo:table-cell>
4047              <fo:block>12</fo:block>
4048            </fo:table-cell>
4049            <fo:table-cell>
4050              <fo:block>13</fo:block>
4051            </fo:table-cell>
4052            <fo:table-cell>
4053              <fo:block>14</fo:block>
4054            </fo:table-cell>
4055            <fo:table-cell>
4056              <fo:block>15</fo:block>
4057            </fo:table-cell>
4058          </fo:table-row>
4059          <fo:table-row>
4060            <fo:table-cell>
4061              <fo:block>1</fo:block>
4062            </fo:table-cell>
4063            <fo:table-cell>
4064              <fo:block>2</fo:block>
4065            </fo:table-cell>
4066            <fo:table-cell>
4067              <fo:block>3</fo:block>
4068            </fo:table-cell>
4069            <fo:table-cell>
4070              <fo:block>4</fo:block>
4071            </fo:table-cell>
4072            <fo:table-cell>
4073              <fo:block>5</fo:block>
4074            </fo:table-cell>
4075            <fo:table-cell>
4076              <fo:block>6</fo:block>
4077            </fo:table-cell>
4078            <fo:table-cell>
4079              <fo:block>7</fo:block>
4080            </fo:table-cell>
4081            <fo:table-cell>
4082              <fo:block>8</fo:block>
4083            </fo:table-cell>
4084            <fo:table-cell>
4085              <fo:block>9</fo:block>
4086            </fo:table-cell>
4087            <fo:table-cell>
4088              <fo:block>10</fo:block>
4089            </fo:table-cell>
4090            <fo:table-cell>
4091              <fo:block>11</fo:block>
4092            </fo:table-cell>
4093            <fo:table-cell>
4094              <fo:block>12</fo:block>
4095            </fo:table-cell>
4096            <fo:table-cell>
4097              <fo:block>13</fo:block>
4098            </fo:table-cell>
4099            <fo:table-cell>
4100              <fo:block>14</fo:block>
4101            </fo:table-cell>
4102            <fo:table-cell>
4103              <fo:block>15</fo:block>
4104            </fo:table-cell>
4105          </fo:table-row>
4106          <fo:table-row>
4107            <fo:table-cell>
4108              <fo:block>1</fo:block>
4109            </fo:table-cell>
4110            <fo:table-cell>
4111              <fo:block>2</fo:block>
4112            </fo:table-cell>
4113            <fo:table-cell>
4114              <fo:block>3</fo:block>
4115            </fo:table-cell>
4116            <fo:table-cell>
4117              <fo:block>4</fo:block>
4118            </fo:table-cell>
4119            <fo:table-cell>
4120              <fo:block>5</fo:block>
4121            </fo:table-cell>
4122            <fo:table-cell>
4123              <fo:block>6</fo:block>
4124            </fo:table-cell>
4125            <fo:table-cell>
4126              <fo:block>7</fo:block>
4127            </fo:table-cell>
4128            <fo:table-cell>
4129              <fo:block>8</fo:block>
4130            </fo:table-cell>
4131            <fo:table-cell>
4132              <fo:block>9</fo:block>
4133            </fo:table-cell>
4134            <fo:table-cell>
4135              <fo:block>10</fo:block>
4136            </fo:table-cell>
4137            <fo:table-cell>
4138              <fo:block>11</fo:block>
4139            </fo:table-cell>
4140            <fo:table-cell>
4141              <fo:block>12</fo:block>
4142            </fo:table-cell>
4143            <fo:table-cell>
4144              <fo:block>13</fo:block>
4145            </fo:table-cell>
4146            <fo:table-cell>
4147              <fo:block>14</fo:block>
4148            </fo:table-cell>
4149            <fo:table-cell>
4150              <fo:block>15</fo:block>
4151            </fo:table-cell>
4152          </fo:table-row>
4153          <fo:table-row>
4154            <fo:table-cell>
4155              <fo:block>1</fo:block>
4156            </fo:table-cell>
4157            <fo:table-cell>
4158              <fo:block>2</fo:block>
4159            </fo:table-cell>
4160            <fo:table-cell>
4161              <fo:block>3</fo:block>
4162            </fo:table-cell>
4163            <fo:table-cell>
4164              <fo:block>4</fo:block>
4165            </fo:table-cell>
4166            <fo:table-cell>
4167              <fo:block>5</fo:block>
4168            </fo:table-cell>
4169            <fo:table-cell>
4170              <fo:block>6</fo:block>
4171            </fo:table-cell>
4172            <fo:table-cell>
4173              <fo:block>7</fo:block>
4174            </fo:table-cell>
4175            <fo:table-cell>
4176              <fo:block>8</fo:block>
4177            </fo:table-cell>
4178            <fo:table-cell>
4179              <fo:block>9</fo:block>
4180            </fo:table-cell>
4181            <fo:table-cell>
4182              <fo:block>10</fo:block>
4183            </fo:table-cell>
4184            <fo:table-cell>
4185              <fo:block>11</fo:block>
4186            </fo:table-cell>
4187            <fo:table-cell>
4188              <fo:block>12</fo:block>
4189            </fo:table-cell>
4190            <fo:table-cell>
4191              <fo:block>13</fo:block>
4192            </fo:table-cell>
4193            <fo:table-cell>
4194              <fo:block>14</fo:block>
4195            </fo:table-cell>
4196            <fo:table-cell>
4197              <fo:block>15</fo:block>
4198            </fo:table-cell>
4199          </fo:table-row>
4200          <fo:table-row>
4201            <fo:table-cell>
4202              <fo:block>1</fo:block>
4203            </fo:table-cell>
4204            <fo:table-cell>
4205              <fo:block>2</fo:block>
4206            </fo:table-cell>
4207            <fo:table-cell>
4208              <fo:block>3</fo:block>
4209            </fo:table-cell>
4210            <fo:table-cell>
4211              <fo:block>4</fo:block>
4212            </fo:table-cell>
4213            <fo:table-cell>
4214              <fo:block>5</fo:block>
4215            </fo:table-cell>
4216            <fo:table-cell>
4217              <fo:block>6</fo:block>
4218            </fo:table-cell>
4219            <fo:table-cell>
4220              <fo:block>7</fo:block>
4221            </fo:table-cell>
4222            <fo:table-cell>
4223              <fo:block>8</fo:block>
4224            </fo:table-cell>
4225            <fo:table-cell>
4226              <fo:block>9</fo:block>
4227            </fo:table-cell>
4228            <fo:table-cell>
4229              <fo:block>10</fo:block>
4230            </fo:table-cell>
4231            <fo:table-cell>
4232              <fo:block>11</fo:block>
4233            </fo:table-cell>
4234            <fo:table-cell>
4235              <fo:block>12</fo:block>
4236            </fo:table-cell>
4237            <fo:table-cell>
4238              <fo:block>13</fo:block>
4239            </fo:table-cell>
4240            <fo:table-cell>
4241              <fo:block>14</fo:block>
4242            </fo:table-cell>
4243            <fo:table-cell>
4244              <fo:block>15</fo:block>
4245            </fo:table-cell>
4246          </fo:table-row>
4247          <fo:table-row>
4248            <fo:table-cell>
4249              <fo:block>1</fo:block>
4250            </fo:table-cell>
4251            <fo:table-cell>
4252              <fo:block>2</fo:block>
4253            </fo:table-cell>
4254            <fo:table-cell>
4255              <fo:block>3</fo:block>
4256            </fo:table-cell>
4257            <fo:table-cell>
4258              <fo:block>4</fo:block>
4259            </fo:table-cell>
4260            <fo:table-cell>
4261              <fo:block>5</fo:block>
4262            </fo:table-cell>
4263            <fo:table-cell>
4264              <fo:block>6</fo:block>
4265            </fo:table-cell>
4266            <fo:table-cell>
4267              <fo:block>7</fo:block>
4268            </fo:table-cell>
4269            <fo:table-cell>
4270              <fo:block>8</fo:block>
4271            </fo:table-cell>
4272            <fo:table-cell>
4273              <fo:block>9</fo:block>
4274            </fo:table-cell>
4275            <fo:table-cell>
4276              <fo:block>10</fo:block>
4277            </fo:table-cell>
4278            <fo:table-cell>
4279              <fo:block>11</fo:block>
4280            </fo:table-cell>
4281            <fo:table-cell>
4282              <fo:block>12</fo:block>
4283            </fo:table-cell>
4284            <fo:table-cell>
4285              <fo:block>13</fo:block>
4286            </fo:table-cell>
4287            <fo:table-cell>
4288              <fo:block>14</fo:block>
4289            </fo:table-cell>
4290            <fo:table-cell>
4291              <fo:block>15</fo:block>
4292            </fo:table-cell>
4293          </fo:table-row>
4294          <fo:table-row>
4295            <fo:table-cell>
4296              <fo:block>1</fo:block>
4297            </fo:table-cell>
4298            <fo:table-cell>
4299              <fo:block>2</fo:block>
4300            </fo:table-cell>
4301            <fo:table-cell>
4302              <fo:block>3</fo:block>
4303            </fo:table-cell>
4304            <fo:table-cell>
4305              <fo:block>4</fo:block>
4306            </fo:table-cell>
4307            <fo:table-cell>
4308              <fo:block>5</fo:block>
4309            </fo:table-cell>
4310            <fo:table-cell>
4311              <fo:block>6</fo:block>
4312            </fo:table-cell>
4313            <fo:table-cell>
4314              <fo:block>7</fo:block>
4315            </fo:table-cell>
4316            <fo:table-cell>
4317              <fo:block>8</fo:block>
4318            </fo:table-cell>
4319            <fo:table-cell>
4320              <fo:block>9</fo:block>
4321            </fo:table-cell>
4322            <fo:table-cell>
4323              <fo:block>10</fo:block>
4324            </fo:table-cell>
4325            <fo:table-cell>
4326              <fo:block>11</fo:block>
4327            </fo:table-cell>
4328            <fo:table-cell>
4329              <fo:block>12</fo:block>
4330            </fo:table-cell>
4331            <fo:table-cell>
4332              <fo:block>13</fo:block>
4333            </fo:table-cell>
4334            <fo:table-cell>
4335              <fo:block>14</fo:block>
4336            </fo:table-cell>
4337            <fo:table-cell>
4338              <fo:block>15</fo:block>
4339            </fo:table-cell>
4340          </fo:table-row>
4341          <fo:table-row>
4342            <fo:table-cell>
4343              <fo:block>1</fo:block>
4344            </fo:table-cell>
4345            <fo:table-cell>
4346              <fo:block>2</fo:block>
4347            </fo:table-cell>
4348            <fo:table-cell>
4349              <fo:block>3</fo:block>
4350            </fo:table-cell>
4351            <fo:table-cell>
4352              <fo:block>4</fo:block>
4353            </fo:table-cell>
4354            <fo:table-cell>
4355              <fo:block>5</fo:block>
4356            </fo:table-cell>
4357            <fo:table-cell>
4358              <fo:block>6</fo:block>
4359            </fo:table-cell>
4360            <fo:table-cell>
4361              <fo:block>7</fo:block>
4362            </fo:table-cell>
4363            <fo:table-cell>
4364              <fo:block>8</fo:block>
4365            </fo:table-cell>
4366            <fo:table-cell>
4367              <fo:block>9</fo:block>
4368            </fo:table-cell>
4369            <fo:table-cell>
4370              <fo:block>10</fo:block>
4371            </fo:table-cell>
4372            <fo:table-cell>
4373              <fo:block>11</fo:block>
4374            </fo:table-cell>
4375            <fo:table-cell>
4376              <fo:block>12</fo:block>
4377            </fo:table-cell>
4378            <fo:table-cell>
4379              <fo:block>13</fo:block>
4380            </fo:table-cell>
4381            <fo:table-cell>
4382              <fo:block>14</fo:block>
4383            </fo:table-cell>
4384            <fo:table-cell>
4385              <fo:block>15</fo:block>
4386            </fo:table-cell>
4387          </fo:table-row>
4388          <fo:table-row>
4389            <fo:table-cell>
4390              <fo:block>1</fo:block>
4391            </fo:table-cell>
4392            <fo:table-cell>
4393              <fo:block>2</fo:block>
4394            </fo:table-cell>
4395            <fo:table-cell>
4396              <fo:block>3</fo:block>
4397            </fo:table-cell>
4398            <fo:table-cell>
4399              <fo:block>4</fo:block>
4400            </fo:table-cell>
4401            <fo:table-cell>
4402              <fo:block>5</fo:block>
4403            </fo:table-cell>
4404            <fo:table-cell>
4405              <fo:block>6</fo:block>
4406            </fo:table-cell>
4407            <fo:table-cell>
4408              <fo:block>7</fo:block>
4409            </fo:table-cell>
4410            <fo:table-cell>
4411              <fo:block>8</fo:block>
4412            </fo:table-cell>
4413            <fo:table-cell>
4414              <fo:block>9</fo:block>
4415            </fo:table-cell>
4416            <fo:table-cell>
4417              <fo:block>10</fo:block>
4418            </fo:table-cell>
4419            <fo:table-cell>
4420              <fo:block>11</fo:block>
4421            </fo:table-cell>
4422            <fo:table-cell>
4423              <fo:block>12</fo:block>
4424            </fo:table-cell>
4425            <fo:table-cell>
4426              <fo:block>13</fo:block>
4427            </fo:table-cell>
4428            <fo:table-cell>
4429              <fo:block>14</fo:block>
4430            </fo:table-cell>
4431            <fo:table-cell>
4432              <fo:block>15</fo:block>
4433            </fo:table-cell>
4434          </fo:table-row>
4435          <fo:table-row>
4436            <fo:table-cell>
4437              <fo:block>1</fo:block>
4438            </fo:table-cell>
4439            <fo:table-cell>
4440              <fo:block>2</fo:block>
4441            </fo:table-cell>
4442            <fo:table-cell>
4443              <fo:block>3</fo:block>
4444            </fo:table-cell>
4445            <fo:table-cell>
4446              <fo:block>4</fo:block>
4447            </fo:table-cell>
4448            <fo:table-cell>
4449              <fo:block>5</fo:block>
4450            </fo:table-cell>
4451            <fo:table-cell>
4452              <fo:block>6</fo:block>
4453            </fo:table-cell>
4454            <fo:table-cell>
4455              <fo:block>7</fo:block>
4456            </fo:table-cell>
4457            <fo:table-cell>
4458              <fo:block>8</fo:block>
4459            </fo:table-cell>
4460            <fo:table-cell>
4461              <fo:block>9</fo:block>
4462            </fo:table-cell>
4463            <fo:table-cell>
4464              <fo:block>10</fo:block>
4465            </fo:table-cell>
4466            <fo:table-cell>
4467              <fo:block>11</fo:block>
4468            </fo:table-cell>
4469            <fo:table-cell>
4470              <fo:block>12</fo:block>
4471            </fo:table-cell>
4472            <fo:table-cell>
4473              <fo:block>13</fo:block>
4474            </fo:table-cell>
4475            <fo:table-cell>
4476              <fo:block>14</fo:block>
4477            </fo:table-cell>
4478            <fo:table-cell>
4479              <fo:block>15</fo:block>
4480            </fo:table-cell>
4481          </fo:table-row>
4482          <fo:table-row>
4483            <fo:table-cell>
4484              <fo:block>1</fo:block>
4485            </fo:table-cell>
4486            <fo:table-cell>
4487              <fo:block>2</fo:block>
4488            </fo:table-cell>
4489            <fo:table-cell>
4490              <fo:block>3</fo:block>
4491            </fo:table-cell>
4492            <fo:table-cell>
4493              <fo:block>4</fo:block>
4494            </fo:table-cell>
4495            <fo:table-cell>
4496              <fo:block>5</fo:block>
4497            </fo:table-cell>
4498            <fo:table-cell>
4499              <fo:block>6</fo:block>
4500            </fo:table-cell>
4501            <fo:table-cell>
4502              <fo:block>7</fo:block>
4503            </fo:table-cell>
4504            <fo:table-cell>
4505              <fo:block>8</fo:block>
4506            </fo:table-cell>
4507            <fo:table-cell>
4508              <fo:block>9</fo:block>
4509            </fo:table-cell>
4510            <fo:table-cell>
4511              <fo:block>10</fo:block>
4512            </fo:table-cell>
4513            <fo:table-cell>
4514              <fo:block>11</fo:block>
4515            </fo:table-cell>
4516            <fo:table-cell>
4517              <fo:block>12</fo:block>
4518            </fo:table-cell>
4519            <fo:table-cell>
4520              <fo:block>13</fo:block>
4521            </fo:table-cell>
4522            <fo:table-cell>
4523              <fo:block>14</fo:block>
4524            </fo:table-cell>
4525            <fo:table-cell>
4526              <fo:block>15</fo:block>
4527            </fo:table-cell>
4528          </fo:table-row>
4529          <fo:table-row>
4530            <fo:table-cell>
4531              <fo:block>1</fo:block>
4532            </fo:table-cell>
4533            <fo:table-cell>
4534              <fo:block>2</fo:block>
4535            </fo:table-cell>
4536            <fo:table-cell>
4537              <fo:block>3</fo:block>
4538            </fo:table-cell>
4539            <fo:table-cell>
4540              <fo:block>4</fo:block>
4541            </fo:table-cell>
4542            <fo:table-cell>
4543              <fo:block>5</fo:block>
4544            </fo:table-cell>
4545            <fo:table-cell>
4546              <fo:block>6</fo:block>
4547            </fo:table-cell>
4548            <fo:table-cell>
4549              <fo:block>7</fo:block>
4550            </fo:table-cell>
4551            <fo:table-cell>
4552              <fo:block>8</fo:block>
4553            </fo:table-cell>
4554            <fo:table-cell>
4555              <fo:block>9</fo:block>
4556            </fo:table-cell>
4557            <fo:table-cell>
4558              <fo:block>10</fo:block>
4559            </fo:table-cell>
4560            <fo:table-cell>
4561              <fo:block>11</fo:block>
4562            </fo:table-cell>
4563            <fo:table-cell>
4564              <fo:block>12</fo:block>
4565            </fo:table-cell>
4566            <fo:table-cell>
4567              <fo:block>13</fo:block>
4568            </fo:table-cell>
4569            <fo:table-cell>
4570              <fo:block>14</fo:block>
4571            </fo:table-cell>
4572            <fo:table-cell>
4573              <fo:block>15</fo:block>
4574            </fo:table-cell>
4575          </fo:table-row>
4576        </fo:table-body>
4577      </fo:table>
4578    </fo:flow>
4579  </fo:page-sequence>
4580  <fo:page-sequence id="id2914288" hyphenate="true" master-name="oneside1" language="en">
4581    <fo:static-content flow-name="xsl-region-before">
4582      <fo:block text-align="center">
4583        <fo:block font-size="10pt">Chapter 7. Index Term Tests</fo:block>
4584      </fo:block>
4585    </fo:static-content>
4586    <fo:static-content flow-name="xsl-region-after">
4587      <fo:block text-align="center" font-size="10pt">
4588        <fo:page-number/>
4589      </fo:block>
4590    </fo:static-content>
4591    <fo:flow flow-name="xsl-region-body">
4592      <fo:block>
4593        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
4594          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 7. Index Term Tests</fo:block>
4595        </fo:block>
4596      </fo:block>
4597      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Test data.</fo:block>
4598      <fo:wrapper id="idx1">
4599<!--oft-repeated-->
4600      </fo:wrapper>
4601      <fo:wrapper id="idx2">
4602<!--chap-level-->
4603      </fo:wrapper>
4604      <fo:block id="id2914372">
4605        <fo:block>
4606          <fo:block margin-left="-4pc" font-family="Helvetica">
4607            <fo:block keep-with-next.within-column="always">
4608              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Index Term Sect 1</fo:block>
4609            </fo:block>
4610          </fo:block>
4611        </fo:block>
4612        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Test data.</fo:block>
4613        <fo:wrapper id="idx3">
4614<!--!-->
4615        </fo:wrapper>
4616        <fo:wrapper id="fred">
4617<!--oft-repeated, with id-->
4618        </fo:wrapper>
4619        <fo:wrapper id="idx5">
4620<!--sect1-level-->
4621        </fo:wrapper>
4622        <fo:wrapper id="idx6">
4623<!--sect1-level-->
4624        </fo:wrapper>
4625        <fo:wrapper id="idx7">
4626<!--sect1-level, sec-->
4627        </fo:wrapper>
4628        <fo:wrapper id="idx8">
4629<!--sect1-other, sec-->
4630        </fo:wrapper>
4631        <fo:wrapper id="idx9">
4632<!--chap-level, sec, tert-->
4633        </fo:wrapper>
4634        <fo:wrapper id="id2914653">
4635<!--chap-level, sec, tert-->
4636        </fo:wrapper>
4637        <fo:wrapper id="idx11">
4638<!--sect1-level-->
4639        </fo:wrapper>
4640        <fo:block id="id2914720">
4641          <fo:block>
4642            <fo:block margin-left="-4pc" font-family="Helvetica">
4643              <fo:block keep-with-next.within-column="always">
4644                <fo:block font-size="14pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Index Term Sect 2</fo:block>
4645              </fo:block>
4646            </fo:block>
4647          </fo:block>
4648          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Test data.</fo:block>
4649          <fo:wrapper id="idx12">
4650<!--[-->
4651          </fo:wrapper>
4652          <fo:wrapper id="idx13">
4653<!--oft-repeated-->
4654          </fo:wrapper>
4655          <fo:wrapper id="idx14">
4656<!--sect2-level-->
4657          </fo:wrapper>
4658          <fo:wrapper id="idx15">
4659<!--chap-level, sec, tert-->
4660          </fo:wrapper>
4661        </fo:block>
4662        <fo:block id="id2914887">
4663          <fo:block>
4664            <fo:block margin-left="-4pc" font-family="Helvetica">
4665              <fo:block keep-with-next.within-column="always">
4666                <fo:block font-size="14pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Index Term Sect 3</fo:block>
4667              </fo:block>
4668            </fo:block>
4669          </fo:block>
4670          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">foo</fo:block>
4671        </fo:block>
4672      </fo:block>
4673    </fo:flow>
4674  </fo:page-sequence>
4675  <fo:page-sequence id="part" hyphenate="true" master-name="titlepage1" language="en">
4676    <fo:flow flow-name="xsl-region-body">
4677      <fo:block>
4678        <fo:block text-align="center" font-size="24.8832pt" space-before="18.6624pt" font-weight="bold" font-family="Helvetica">
4679          <fo:block keep-with-next.within-column="always" hyphenate="false">Part Two Title</fo:block>
4680        </fo:block>
4681      </fo:block>
4682    </fo:flow>
4683  </fo:page-sequence>
4684  <fo:page-sequence id="id2914940" hyphenate="true" master-name="oneside1" language="en">
4685    <fo:static-content flow-name="xsl-region-before">
4686      <fo:block text-align="center">
4687        <fo:block font-size="10pt">Chapter 8. CmdSynopsis Tests</fo:block>
4688      </fo:block>
4689    </fo:static-content>
4690    <fo:static-content flow-name="xsl-region-after">
4691      <fo:block text-align="center" font-size="10pt">
4692        <fo:page-number/>
4693      </fo:block>
4694    </fo:static-content>
4695    <fo:flow flow-name="xsl-region-body">
4696      <fo:block>
4697        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
4698          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 8. CmdSynopsis Tests</fo:block>
4699        </fo:block>
4700      </fo:block>
4701      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Very Simple CmdSynopsis</fo:block>
4702      <fo:block><fo:inline font-family="Courier">cd</fo:inline>  {<fo:inline font-style="italic" font-family="Courier">directory</fo:inline>}</fo:block>
4703      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Simple CmdSynopsis</fo:block>
4704      <fo:block><fo:inline font-family="Courier">cal</fo:inline>  [-j] [-y] [month  [year]]</fo:block>
4705      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Another Simple CmdSynopsis</fo:block>
4706      <fo:block><fo:inline font-family="Courier">chgrp</fo:inline>  [-R 
4707     [-H | -L | -P]
4708  ] [-f]  <fo:inline font-style="italic" font-family="Courier">group</fo:inline>   <fo:inline font-style="italic" font-family="Courier">file</fo:inline>... </fo:block>
4709      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Slightly Complex CmdSynopsis</fo:block>
4710      <fo:block><fo:inline font-family="Courier">emacs</fo:inline>  [-t <fo:inline font-style="italic" font-family="Courier">file</fo:inline>] [-q] [-u <fo:inline font-style="italic" font-family="Courier">user</fo:inline>] [+<fo:inline font-style="italic" font-family="Courier">number</fo:inline>] [-f <fo:inline font-style="italic" font-family="Courier">function</fo:inline>...] [-l <fo:inline font-style="italic" font-family="Courier">file</fo:inline>...]  <fo:inline font-style="italic" font-family="Courier">file</fo:inline>... </fo:block>
4711      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Quite Complex CmdSynopsis</fo:block>
4712      <fo:block><fo:inline font-family="Courier">cccp</fo:inline>  [-$] [-C] [-D<fo:inline font-style="italic" font-family="Courier">name</fo:inline> [=<fo:inline font-style="italic" font-family="Courier">definition</fo:inline>]...] [-dD] [-dM] [-I <fo:inline font-style="italic" font-family="Courier">directory</fo:inline>...] [-H] [-I-] [-imacros <fo:inline font-style="italic" font-family="Courier">file</fo:inline>...] [-include <fo:inline font-style="italic" font-family="Courier">file</fo:inline>...] [-lang-c | -lang-c++ | -lang-objc] [-lint] [-M | -MD | -MM | -MMD] [-nostdinc] [-P] [-pedantic] [-pedantic-errors] [-trigraphs] [-U<fo:inline font-style="italic" font-family="Courier">name</fo:inline>] [-undef] [-Wtrigraphs] [-Wcomment] [-Wall] [-Wtraditional] {<fo:inline font-style="italic" font-family="Courier">infile</fo:inline> | -} {<fo:inline font-style="italic" font-family="Courier">outfile</fo:inline> | -}</fo:block>
4713    </fo:flow>
4714  </fo:page-sequence>
4715  <fo:page-sequence id="id2916253" hyphenate="true" master-name="oneside1" language="en">
4716    <fo:static-content flow-name="xsl-region-before">
4717      <fo:block text-align="center">
4718        <fo:block font-size="10pt">Chapter 9. FuncSynopsis Tests</fo:block>
4719      </fo:block>
4720    </fo:static-content>
4721    <fo:static-content flow-name="xsl-region-after">
4722      <fo:block text-align="center" font-size="10pt">
4723        <fo:page-number/>
4724      </fo:block>
4725    </fo:static-content>
4726    <fo:flow flow-name="xsl-region-body">
4727      <fo:block>
4728        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
4729          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 9. FuncSynopsis Tests</fo:block>
4730        </fo:block>
4731      </fo:block>
4732      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Two Simple Parameters</fo:block>
4733      <fo:block>
4734        <fo:block font-family="Courier"><fo:inline font-family="Courier">int <fo:inline font-weight="bold">max</fo:inline></fo:inline>(int1, int2);int int1;int int2;</fo:block>
4735      </fo:block>
4736      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Variable Arguments</fo:block>
4737      <fo:block>
4738        <fo:block>#include &lt;varargs.h&gt;</fo:block>
4739        <fo:block font-family="Courier"><fo:inline font-family="Courier">int <fo:inline font-weight="bold">max</fo:inline></fo:inline>(...);</fo:block>
4740      </fo:block>
4741      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Void</fo:block>
4742      <fo:block>
4743        <fo:block font-family="Courier"><fo:inline font-family="Courier">int <fo:inline font-weight="bold">rand</fo:inline></fo:inline>();</fo:block>
4744      </fo:block>
4745      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">Function Pointer Arguments</fo:block>
4746      <fo:block>
4747        <fo:block font-family="Courier"><fo:inline font-family="Courier">void <fo:inline font-weight="bold">qsort</fo:inline></fo:inline>(dataptr, left, right, (* comp));void *dataptr[];int left;int right;int (* comp)
4748      (void *, void *);</fo:block>
4749      </fo:block>
4750    </fo:flow>
4751  </fo:page-sequence>
4752  <fo:page-sequence id="id2916611" hyphenate="true" master-name="oneside1" language="en">
4753    <fo:static-content flow-name="xsl-region-before">
4754      <fo:block text-align="center">
4755        <fo:block font-size="10pt">Chapter 10. Callout Tests</fo:block>
4756      </fo:block>
4757    </fo:static-content>
4758    <fo:static-content flow-name="xsl-region-after">
4759      <fo:block text-align="center" font-size="10pt">
4760        <fo:page-number/>
4761      </fo:block>
4762    </fo:static-content>
4763    <fo:flow flow-name="xsl-region-body">
4764      <fo:block>
4765        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
4766          <fo:block keep-with-next.within-column="always" hyphenate="false">Chapter 10. Callout Tests</fo:block>
4767        </fo:block>
4768      </fo:block>
4769      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">CallOut (using AREASPEC)</fo:block>
4770      <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">@rem = '--*-Perl-*--
4771@echo off
4772perl.exe %_batchname %$
4773goto endofperl
4774@rem ';
4775
4776# Compress mail...
4777
4778require 'n:/home/nwalsh/lib/cygnus.pl';
4779require 'timelocal.pl';
4780use Cwd;
4781
4782select (STDERR); $| = 1;
4783select (STDOUT); $| = 1;
4784
4785@DIRS = (&quot;/home/nwalsh/Mail&quot;);
4786while (@DIRS) {
4787    $dir = shift @DIRS;
4788    opendir (DIR, $dir);
4789    while ($fname = readdir(DIR)) {
4790        $file = &quot;$dir/$fname&quot;;
4791        next if ! -d $file;
4792        next if $fname =~ /^\.\.?$/;
4793
4794        print &quot;$file\n&quot;;
4795        push (@DIRS, $file);
4796        &amp;compress ($file);
4797    }
4798}
4799
4800exit;</fo:block>
4801      <fo:block id="id2916804">
4802        <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2.2em" provisional-label-separation="0.2em">
4803          <fo:list-item id="id2916812">
4804            <fo:list-item-label end-indent="label-end()">
4805              <fo:block>&#x2776;</fo:block>
4806            </fo:list-item-label>
4807            <fo:list-item-body start-indent="body-start()">
4808              <fo:block>The prologue handles embedding a Perl script in a DOS batch file.</fo:block>
4809            </fo:list-item-body>
4810          </fo:list-item>
4811          <fo:list-item id="id2916855">
4812            <fo:list-item-label end-indent="label-end()">
4813              <fo:block>&#x2777;</fo:block>
4814            </fo:list-item-label>
4815            <fo:list-item-body start-indent="body-start()">
4816              <fo:block>The <fo:inline font-family="Courier">goto</fo:inline> statement, interpreted by the DOS batch
4817file interpreter, skips over the body of the Perl script.</fo:block>
4818            </fo:list-item-body>
4819          </fo:list-item>
4820          <fo:list-item id="id2916897">
4821            <fo:list-item-label end-indent="label-end()">
4822              <fo:block>&#x2778;</fo:block>
4823            </fo:list-item-label>
4824            <fo:list-item-body start-indent="body-start()">
4825              <fo:block>The <fo:inline font-family="Courier">require</fo:inline> statement sources in external program
4826fragments.</fo:block>
4827            </fo:list-item-body>
4828          </fo:list-item>
4829          <fo:list-item id="id2916939">
4830            <fo:list-item-label end-indent="label-end()">
4831              <fo:block>&#x2779;</fo:block>
4832            </fo:list-item-label>
4833            <fo:list-item-body start-indent="body-start()">
4834              <fo:block>The <fo:inline font-family="Courier">use</fo:inline> statement is similar, but has additional
4835utility.  It is a Perl5 function.  (Note that this callout area specifies
4836both a line and a column.)</fo:block>
4837            </fo:list-item-body>
4838          </fo:list-item>
4839          <fo:list-item id="id2916981">
4840            <fo:list-item-label end-indent="label-end()">
4841              <fo:block>&#x277A;</fo:block>
4842            </fo:list-item-label>
4843            <fo:list-item-body start-indent="body-start()">
4844              <fo:block>This is a user subroutine call.</fo:block>
4845            </fo:list-item-body>
4846          </fo:list-item>
4847        </fo:list-block>
4848      </fo:block>
4849      <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">CallOut (using CO)</fo:block>
4850      <fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">this is a line
4851this is another line
4852there's a <fo:inline id="callout1">&#x2776;</fo:inline>callout in here.
4853and there's another on the
4854next line
4855right here:<fo:inline id="callout2">&#x2777;</fo:inline></fo:block>
4856      <fo:block id="id2917051">
4857        <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" provisional-distance-between-starts="2.2em" provisional-label-separation="0.2em">
4858          <fo:list-item id="id2917074">
4859            <fo:list-item-label end-indent="label-end()">
4860              <fo:block>&#x2776;</fo:block>
4861            </fo:list-item-label>
4862            <fo:list-item-body start-indent="body-start()">
4863              <fo:block>First callout.</fo:block>
4864              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second para in first callout.</fo:block>
4865            </fo:list-item-body>
4866          </fo:list-item>
4867          <fo:list-item id="id2917109">
4868            <fo:list-item-label end-indent="label-end()">
4869              <fo:block>&#x2777;</fo:block>
4870            </fo:list-item-label>
4871            <fo:list-item-body start-indent="body-start()">
4872              <fo:block>Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4873Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4874Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4875Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4876Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
4877              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Second callout.</fo:block>
4878              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Third para in second callout.</fo:block>
4879            </fo:list-item-body>
4880          </fo:list-item>
4881          <fo:list-item id="id2917159">
4882            <fo:list-item-label end-indent="label-end()">
4883              <fo:block>&#x2776;&#x2777;</fo:block>
4884            </fo:list-item-label>
4885            <fo:list-item-body start-indent="body-start()">
4886              <fo:block>This paragraph describes <fo:inline font-style="italic">both</fo:inline> callouts.</fo:block>
4887            </fo:list-item-body>
4888          </fo:list-item>
4889        </fo:list-block>
4890      </fo:block>
4891    </fo:flow>
4892  </fo:page-sequence>
4893  <fo:page-sequence id="id2917195" hyphenate="true" master-name="titlepage1" language="en">
4894    <fo:flow flow-name="xsl-region-body">
4895      <fo:block>
4896        <fo:block text-align="center" font-size="24.8832pt" space-before="18.6624pt" font-weight="bold" font-family="Helvetica">
4897          <fo:block keep-with-next.within-column="always" hyphenate="false">A Reference Part</fo:block>
4898        </fo:block>
4899      </fo:block>
4900    </fo:flow>
4901  </fo:page-sequence>
4902  <fo:page-sequence id="reference" hyphenate="true" master-name="oneside1" language="en">
4903    <fo:flow flow-name="xsl-region-body">
4904      <fo:block>
4905        <fo:block text-align="center" font-size="24.8832pt" space-before="18.6624pt" font-weight="bold" font-family="Helvetica">
4906          <fo:block keep-with-next.within-column="always" hyphenate="false">Reference</fo:block>
4907        </fo:block>
4908      </fo:block>
4909    </fo:flow>
4910  </fo:page-sequence>
4911  <fo:page-sequence id="id2917232" hyphenate="true" master-name="oneside1" language="en">
4912    <fo:static-content flow-name="xsl-region-after">
4913      <fo:block text-align="center" font-size="10pt">
4914        <fo:page-number/>
4915      </fo:block>
4916    </fo:static-content>
4917    <fo:flow flow-name="xsl-region-body">
4918      <fo:block font-size="20pt" font-weight="bold">RefEntryTitle</fo:block>
4919      <fo:block><fo:block font-size="18pt" font-weight="bold">Name</fo:block>RefName1, <fo:block font-size="18pt" font-weight="bold">Name</fo:block>RefName2 -- Yes, there must be a purpose!</fo:block>
4920      <fo:block>
4921        <fo:block font-size="18pt" font-weight="bold">Synopsis (what about the title?)</fo:block>
4922        <fo:block>  A
4923   Synopsis
4924    Goes
4925   Here</fo:block>
4926      </fo:block>
4927      <fo:block>
4928        <fo:block font-size="18pt" font-weight="bold">A RefSect1</fo:block>
4929        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4930Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4931Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4932Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4933Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
4934        <fo:block>
4935          <fo:block font-size="16pt" font-weight="bold">A RefSect2</fo:block>
4936          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4937Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4938Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4939Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4940Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
4941          <fo:block>
4942            <fo:block font-size="14pt" font-weight="bold">A RefSect3</fo:block>
4943            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4944Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4945Blah blah blah blah.<fo:footnote><fo:inline>[6]</fo:inline><fo:footnote-body font-size="8pt"><fo:block>[6] This is a footnote in a refentry.</fo:block></fo:footnote-body></fo:footnote>
4946Blah blah blah blah. Blah blah blah blah.
4947Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
4948Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
4949          </fo:block>
4950        </fo:block>
4951      </fo:block>
4952    </fo:flow>
4953  </fo:page-sequence>
4954  <fo:page-sequence id="id2917423" hyphenate="true" master-name="oneside1" language="en">
4955    <fo:static-content flow-name="xsl-region-after">
4956      <fo:block text-align="center" font-size="10pt">
4957        <fo:page-number/>
4958      </fo:block>
4959    </fo:static-content>
4960    <fo:flow flow-name="xsl-region-body">
4961      <fo:block font-size="20pt" font-weight="bold">Chop</fo:block>
4962      <fo:block><fo:block font-size="18pt" font-weight="bold">Name</fo:block><fo:inline font-family="Courier">Chop</fo:inline> -- strip trailing whitespace</fo:block>
4963      <fo:block>
4964        <fo:block font-size="18pt" font-weight="bold">Description</fo:block>
4965        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">     Returns the argument string without trailing whitespace.
4966     <fo:block id="id2917482" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em" space-after.minimum="1em" space-after.optimum="1.5em" space-after.maximum="2em" keep-with-previous.within-column="always"><fo:block font-weight="bold" font-size="12pt" hyphenate="false" keep-with-next.within-column="always" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">chop() example</fo:block><fo:block wrap-option="no-wrap" text-align="start" white-space-collapse="false" linefeed-treatment="preserve" font-family="Courier" font-size="9pt" space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em">$trimmed = Chop($line);</fo:block></fo:block>
4967    </fo:block>
4968      </fo:block>
4969    </fo:flow>
4970  </fo:page-sequence>
4971  <fo:page-sequence id="appendix" hyphenate="true" master-name="oneside1" language="en">
4972    <fo:static-content flow-name="xsl-region-before">
4973      <fo:block text-align="center">
4974        <fo:block font-size="10pt">Appendix A. A Very Short Appendix</fo:block>
4975      </fo:block>
4976    </fo:static-content>
4977    <fo:static-content flow-name="xsl-region-after">
4978      <fo:block text-align="center" font-size="10pt">
4979        <fo:page-number/>
4980      </fo:block>
4981    </fo:static-content>
4982    <fo:flow flow-name="xsl-region-body">
4983      <fo:block>
4984        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
4985          <fo:block keep-with-next.within-column="always" hyphenate="false">Appendix A. A Very Short Appendix</fo:block>
4986        </fo:block>
4987      </fo:block>
4988      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah.</fo:block>
4989    </fo:flow>
4990  </fo:page-sequence>
4991  <fo:page-sequence id="id2917553" hyphenate="true" master-name="oneside1" language="en">
4992    <fo:static-content flow-name="xsl-region-before">
4993      <fo:block text-align="center">
4994        <fo:block font-size="10pt">Appendix B. A Very Long Appendix</fo:block>
4995      </fo:block>
4996    </fo:static-content>
4997    <fo:static-content flow-name="xsl-region-after">
4998      <fo:block text-align="center" font-size="10pt">
4999        <fo:page-number/>
5000      </fo:block>
5001    </fo:static-content>
5002    <fo:flow flow-name="xsl-region-body">
5003      <fo:block>
5004        <fo:block margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">
5005          <fo:block keep-with-next.within-column="always" hyphenate="false">Appendix B. A Very Long Appendix</fo:block>
5006        </fo:block>
5007      </fo:block>
5008      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5009Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5010Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5011Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5012Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5013      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5014Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5015Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5016Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5017Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5018      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5019Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5020Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5021Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5022Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5023      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5024Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5025Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5026Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5027Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5028      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5029Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5030Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5031Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5032Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5033      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5034Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5035Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5036Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5037Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5038      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5039Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5040Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5041Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5042Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5043      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5044Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5045Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5046Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5047Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5048      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5049Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5050Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5051Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5052Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5053      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5054Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5055Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5056Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5057Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5058      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5059Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5060Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5061Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5062Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5063      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5064Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5065Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5066Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5067Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5068      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5069Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5070Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5071Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5072Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5073      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5074Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5075Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5076Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5077Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5078      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5079Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5080Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5081Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5082Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5083      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5084Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5085Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5086Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5087Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5088      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5089Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5090Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5091Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5092Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5093      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5094Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5095Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5096Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5097Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5098      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5099Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5100Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5101Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5102Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5103      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5104Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5105Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5106Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5107Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5108      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5109Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5110Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5111Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5112Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5113      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5114Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5115Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5116Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5117Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5118      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5119Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5120Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5121Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5122Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5123      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5124Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5125Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5126Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5127Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5128      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5129Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5130Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5131Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5132Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5133      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5134Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5135Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5136Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5137Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5138      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5139Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5140Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5141Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5142Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5143      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5144Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5145Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5146Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5147Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5148      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5149Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5150Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5151Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5152Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5153      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5154Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5155Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5156Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5157Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5158      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5159Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5160Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5161Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5162Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5163      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5164Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5165Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5166Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5167Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5168      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5169Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5170Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5171Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5172Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5173      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5174Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5175Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5176Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5177Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5178      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5179Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5180Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5181Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5182Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5183      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5184Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5185Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5186Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5187Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5188      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5189Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5190Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5191Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5192Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5193      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5194Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5195Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5196Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5197Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5198      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5199Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5200Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5201Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5202Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5203      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5204Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5205Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5206Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5207Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5208      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5209Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5210Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5211Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5212Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5213      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5214Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5215Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5216Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5217Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5218      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5219Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5220Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5221Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5222Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5223      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5224Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5225Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5226Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5227Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5228      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5229Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5230Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5231Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5232Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5233      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5234Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5235Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5236Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.
5237Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.</fo:block>
5238      <fo:block id="id2918204">
5239        <fo:block>
5240          <fo:block margin-left="-4pc" font-family="Helvetica">
5241            <fo:block keep-with-next.within-column="always">
5242              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect1 title</fo:block>
5243            </fo:block>
5244          </fo:block>
5245        </fo:block>
5246        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5247some text. some text. some text. some text. some text. some text. some text. 
5248some text. some text. some text. some text. some text. some text. some text. 
5249some text. some text. some text. some text. some text. some text. some text. 
5250some text. some text. some text. some text. some text. some text. some text. 
5251some text. some text. some text. some text. some text. some text. some text. </fo:block>
5252        <fo:block id="id2918243">
5253          <fo:block>
5254            <fo:block margin-left="-4pc" font-family="Helvetica">
5255              <fo:block keep-with-next.within-column="always">
5256                <fo:block font-size="14pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect2 title</fo:block>
5257              </fo:block>
5258            </fo:block>
5259          </fo:block>
5260          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5261some text. some text. some text. some text. some text. some text. some text. 
5262some text. some text. some text. some text. some text. some text. some text. 
5263some text. some text. some text. some text. some text. some text. some text. 
5264some text. some text. some text. some text. some text. some text. some text. 
5265some text. some text. some text. some text. some text. some text. some text. </fo:block>
5266          <fo:block id="id2918274">
5267            <fo:block>
5268              <fo:block margin-left="-4pc" font-family="Helvetica">
5269                <fo:block keep-with-next.within-column="always">
5270                  <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect3 title</fo:block>
5271                </fo:block>
5272              </fo:block>
5273            </fo:block>
5274            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5275some text. some text. some text. some text. some text. some text. some text. 
5276some text. some text. some text. some text. some text. some text. some text. 
5277some text. some text. some text. some text. some text. some text. some text. 
5278some text. some text. some text. some text. some text. some text. some text. 
5279some text. some text. some text. some text. some text. some text. some text. </fo:block>
5280            <fo:block id="id2918304">
5281              <fo:block>
5282                <fo:block margin-left="-4pc" font-family="Helvetica">
5283                  <fo:block keep-with-next.within-column="always">
5284                    <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect4 title</fo:block>
5285                  </fo:block>
5286                </fo:block>
5287              </fo:block>
5288              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5289some text. some text. some text. some text. some text. some text. some text. 
5290some text. some text. some text. some text. some text. some text. some text. 
5291some text. some text. some text. some text. some text. some text. some text. 
5292some text. some text. some text. some text. some text. some text. some text. 
5293some text. some text. some text. some text. some text. some text. some text. </fo:block>
5294              <fo:block id="id2918335">
5295                <fo:block>
5296                  <fo:block margin-left="-4pc" font-family="Helvetica">
5297                    <fo:block keep-with-next.within-column="always">
5298                      <fo:block font-size="10pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">a sect5 title</fo:block>
5299                    </fo:block>
5300                  </fo:block>
5301                </fo:block>
5302                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5303some text. some text. some text. some text. some text. some text. some text. 
5304some text. some text. some text. some text. some text. some text. some text. 
5305some text. some text. some text. some text. some text. some text. some text. 
5306some text. some text. some text. some text. some text. some text. some text. 
5307some text. some text. some text. some text. some text. some text. some text. </fo:block>
5308              </fo:block>
5309            </fo:block>
5310          </fo:block>
5311        </fo:block>
5312      </fo:block>
5313      <fo:block id="id2918374">
5314        <fo:block>
5315          <fo:block margin-left="-4pc" font-family="Helvetica">
5316            <fo:block keep-with-next.within-column="always">
5317              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect1 title</fo:block>
5318            </fo:block>
5319          </fo:block>
5320          <fo:block font-family="Helvetica">a sect1 subtitle</fo:block>
5321        </fo:block>
5322        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5323some text. some text. some text. some text. some text. some text. some text. 
5324some text. some text. some text. some text. some text. some text. some text. 
5325some text. some text. some text. some text. some text. some text. some text. 
5326some text. some text. some text. some text. some text. some text. some text. 
5327some text. some text. some text. some text. some text. some text. some text. </fo:block>
5328        <fo:block id="id2918428">
5329          <fo:block>
5330            <fo:block margin-left="-4pc" font-family="Helvetica">
5331              <fo:block keep-with-next.within-column="always">
5332                <fo:block font-size="14pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect2 title</fo:block>
5333              </fo:block>
5334            </fo:block>
5335            <fo:block font-family="Helvetica">a sect2 subtitle</fo:block>
5336          </fo:block>
5337          <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5338some text. some text. some text. some text. some text. some text. some text. 
5339some text. some text. some text. some text. some text. some text. some text. 
5340some text. some text. some text. some text. some text. some text. some text. 
5341some text. some text. some text. some text. some text. some text. some text. 
5342some text. some text. some text. some text. some text. some text. some text. </fo:block>
5343          <fo:block id="id2918483">
5344            <fo:block>
5345              <fo:block margin-left="-4pc" font-family="Helvetica">
5346                <fo:block keep-with-next.within-column="always">
5347                  <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect3 title</fo:block>
5348                </fo:block>
5349              </fo:block>
5350              <fo:block font-family="Helvetica">a sect3 subtitle</fo:block>
5351            </fo:block>
5352            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5353some text. some text. some text. some text. some text. some text. some text. 
5354some text. some text. some text. some text. some text. some text. some text. 
5355some text. some text. some text. some text. some text. some text. some text. 
5356some text. some text. some text. some text. some text. some text. some text. 
5357some text. some text. some text. some text. some text. some text. some text. </fo:block>
5358            <fo:block id="id2918546">
5359              <fo:block>
5360                <fo:block margin-left="-4pc" font-family="Helvetica">
5361                  <fo:block keep-with-next.within-column="always">
5362                    <fo:block font-size="12pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect4 title</fo:block>
5363                  </fo:block>
5364                </fo:block>
5365                <fo:block font-family="Helvetica">a sect4 subtitle</fo:block>
5366              </fo:block>
5367              <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5368some text. some text. some text. some text. some text. some text. some text. 
5369some text. some text. some text. some text. some text. some text. some text. 
5370some text. some text. some text. some text. some text. some text. some text. 
5371some text. some text. some text. some text. some text. some text. some text. 
5372some text. some text. some text. some text. some text. some text. some text. </fo:block>
5373              <fo:block id="id2918600">
5374                <fo:block>
5375                  <fo:block margin-left="-4pc" font-family="Helvetica">
5376                    <fo:block keep-with-next.within-column="always">
5377                      <fo:block font-size="10pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect5 title</fo:block>
5378                    </fo:block>
5379                  </fo:block>
5380                  <fo:block font-family="Helvetica">a sect5 subtitle</fo:block>
5381                </fo:block>
5382                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5383some text. some text. some text. some text. some text. some text. some text. 
5384some text. some text. some text. some text. some text. some text. some text. 
5385some text. some text. some text. some text. some text. some text. some text. 
5386some text. some text. some text. some text. some text. some text. some text. 
5387some text. some text. some text. some text. some text. some text. some text. </fo:block>
5388              </fo:block>
5389            </fo:block>
5390          </fo:block>
5391        </fo:block>
5392      </fo:block>
5393      <fo:block id="id2918663">
5394        <fo:block>
5395          <fo:block margin-left="-4pc" font-family="Helvetica">
5396            <fo:block keep-with-next.within-column="always">
5397              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect1 title</fo:block>
5398            </fo:block>
5399          </fo:block>
5400        </fo:block>
5401        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5402some text. some text. some text. some text. some text. some text. some text. 
5403some text. some text. some text. some text. some text. some text. some text. 
5404some text. some text. some text. some text. some text. some text. some text. 
5405some text. some text. some text. some text. some text. some text. some text. 
5406some text. some text. some text. some text. some text. some text. some text. </fo:block>
5407      </fo:block>
5408      <fo:block id="id2918696">
5409        <fo:block>
5410          <fo:block margin-left="-4pc" font-family="Helvetica">
5411            <fo:block keep-with-next.within-column="always">
5412              <fo:block font-size="16pt" font-weight="bold" font-family="Helvetica" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">another sect1 title</fo:block>
5413            </fo:block>
5414          </fo:block>
5415        </fo:block>
5416        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">some text. some text. some text. some text. some text. some text. 
5417some text. some text. some text. some text. some text. some text. some text. 
5418some text. some text. some text. some text. some text. some text. some text. 
5419some text. some text. some text. some text. some text. some text. some text. 
5420some text. some text. some text. some text. some text. some text. some text. 
5421some text. some text. some text. some text. some text. some text. some text. </fo:block>
5422      </fo:block>
5423    </fo:flow>
5424  </fo:page-sequence>
5425  <fo:page-sequence id="bib1" hyphenate="true" master-name="oneside1" language="en">
5426    <fo:static-content flow-name="xsl-region-after">
5427      <fo:block text-align="center" font-size="10pt">
5428        <fo:page-number/>
5429      </fo:block>
5430    </fo:static-content>
5431    <fo:flow flow-name="xsl-region-body">
5432      <fo:block>
5433        <fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
5434          <fo:block keep-with-next.within-column="always" hyphenate="false">A Test Bibliography</fo:block>
5435        </fo:block>
5436      </fo:block>
5437      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">The stock stylesheet attempts to do a Bibliography.  It probably needs
5438a lot of tweaking.  It probably doesn't conform to any specific style.</fo:block>
5439      <fo:block>
5440        <fo:block font-size="16pt" font-weight="bold">Books</fo:block>
5441        <fo:block id="id2918777" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5442          <fo:inline>[AhoSethiUllman96] </fo:inline>
5443          <fo:inline>Alfred V. Aho,Ravi Sethi, and Jeffrey D. Ullman. </fo:inline>
5444          <fo:inline><fo:inline font-style="italic">Compilers, Principles, Techniques, and Tools</fo:inline>. </fo:inline>
5445          <fo:inline>
5446            <fo:inline>Addison-Wesley Publishing Company. </fo:inline>
5447          </fo:inline>
5448          <fo:inline>Copyright &#xA9; 1996 Bell Telephone Laboratories, Inc.. </fo:inline>
5449          <fo:inline>0-201-10088-6. </fo:inline>
5450          <fo:inline>James T. DeWolf. </fo:inline>
5451          <fo:inline>
5452            <fo:inline><fo:inline font-style="italic">Computer Science</fo:inline>. </fo:inline>
5453            <fo:inline>Michael A. Harrison. </fo:inline>
5454            <fo:inline>
5455              <fo:inline>Addison-Wesley Publishing Company. </fo:inline>
5456            </fo:inline>
5457          </fo:inline>
5458        </fo:block>
5459      </fo:block>
5460      <fo:block>
5461        <fo:block font-size="16pt" font-weight="bold">Periodicals</fo:block>
5462        <fo:block id="walsh97" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5463          <fo:inline>[Walsh97] </fo:inline>
5464          <fo:inline>&quot;A Guide to XML&quot;. <fo:inline>Norman Walsh. </fo:inline><fo:inline>1997. </fo:inline><fo:inline>Copyright &#xA9; 1997 ArborText, Inc.. </fo:inline><fo:inline>97-108. </fo:inline></fo:inline>
5465          <fo:inline><fo:inline font-style="italic">XML: Principles, Tools, and Techniques</fo:inline>. <fo:inline><fo:inline>O'Reilly &amp; Associates, Inc.. </fo:inline></fo:inline><fo:inline>1085-2301. </fo:inline><fo:inline>Dan Connolly. </fo:inline></fo:inline>
5466        </fo:block>
5467        <fo:block id="walsh96" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">  <fo:inline>    <fo:inline>Walsh</fo:inline>, <fo:inline>Norman</fo:inline>.
5468    &quot;Introduction to Cascading Style Sheets&quot;.
5469  </fo:inline>
5470  <fo:inline>    <fo:inline font-style="italic">The World Wide Web Journal</fo:inline>.
5471    <fo:inline>2</fo:inline>(<fo:inline>1</fo:inline>).
5472    <fo:inline>O'Reilly &amp; Associates, Inc.</fo:inline> and
5473    <fo:inline>The World Wide Web Consortium</fo:inline>.
5474    <fo:inline>Winter, 1996</fo:inline></fo:inline>.</fo:block>
5475        <fo:block id="id2919321" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5476          <fo:inline>[Abbrev] </fo:inline>
5477          <fo:inline><fo:inline font-style="italic">A Really Full BiblioEntry</fo:inline>. </fo:inline>
5478          <fo:inline>Subtitle. </fo:inline>
5479          <fo:inline><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Abstract, abstract, abstract. Abstract, abstract, abstract. 
5480Abstract, abstract, abstract. Abstract, abstract, abstract. 
5481Abstract, abstract, abstract. Abstract, abstract, abstract. 
5482Abstract, abstract, abstract. Abstract, abstract, abstract. 
5483Abstract, abstract, abstract. Abstract, abstract, abstract. 
5484Abstract, abstract, abstract. Abstract, abstract, abstract. </fo:block>. </fo:inline>
5485          <fo:inline>Any Street
5486Anywhere, XX 99999
5487USA. </fo:inline>
5488          <fo:inline><fo:inline>shortaffil. </fo:inline><fo:inline>jobtitle. </fo:inline><fo:inline>orgname. </fo:inline><fo:inline>orgdiv. </fo:inline><fo:inline>Any Street
5489Anywhere, XX 99999
5490USA. </fo:inline>. </fo:inline>
5491          <fo:inline>ArtPageNums. </fo:inline>
5492          <fo:inline>AuthorFirstname AuthorSurname. </fo:inline>
5493          <fo:inline><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb. 
5494AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb. 
5495AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb. 
5496AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb. 
5497AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb. </fo:block>. </fo:inline>
5498          <fo:inline>AuthorInitials. </fo:inline>
5499          <fo:inline><fo:inline>The names of some collaborators. </fo:inline><fo:inline><fo:inline>shortaffil. </fo:inline><fo:inline>jobtitle. </fo:inline><fo:inline>orgname. </fo:inline><fo:inline>orgdiv. </fo:inline><fo:inline>Any Street
5500Anywhere, XX 99999
5501USA. </fo:inline>. </fo:inline>. </fo:inline>
5502          <fo:inline><fo:inline>confdates. </fo:inline><fo:inline>conftitle. </fo:inline><fo:inline>confnum. </fo:inline><fo:inline>Any Street
5503Anywhere, XX 99999
5504USA. </fo:inline><fo:inline>confsponsor. </fo:inline>. </fo:inline>
5505          <fo:inline>ContractNum. </fo:inline>
5506          <fo:inline>ContractSponsor. </fo:inline>
5507          <fo:inline>Contrib. </fo:inline>
5508          <fo:inline>Copyright &#xA9; 1998 Copyright holder. </fo:inline>
5509          <fo:inline>CorpName. </fo:inline>
5510          <fo:inline>Date. </fo:inline>
5511          <fo:inline>Edition. </fo:inline>
5512          <fo:inline>EditorFirstName EditorSurname. </fo:inline>
5513          <fo:inline>FirstName. </fo:inline>
5514          <fo:inline>Honorific. </fo:inline>
5515          <fo:inline>ISBN. </fo:inline>
5516          <fo:inline>ISSN. </fo:inline>
5517          <fo:inline>InvPartNumber. </fo:inline>
5518          <fo:inline>IssueNum. </fo:inline>
5519          <fo:inline>Lineage. </fo:inline>
5520          <fo:inline>OrgName. </fo:inline>
5521          <fo:inline><fo:inline>OCFirstName. </fo:inline><fo:inline>OCSurname. </fo:inline>. </fo:inline>
5522          <fo:inline>OtherName. </fo:inline>
5523          <fo:inline>PageNums. </fo:inline>
5524          <fo:inline><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">PrintHistory, printhistory, printhistory. PrintHistory, printhistory.
5525PrintHistory, printhistory, printhistory. PrintHistory, printhistory.
5526PrintHistory, printhistory, printhistory. PrintHistory, printhistory.
5527PrintHistory, printhistory, printhistory. PrintHistory, printhistory.</fo:block>. </fo:inline>
5528          <fo:inline>ProductName. </fo:inline>
5529          <fo:inline>ProductNumber. </fo:inline>
5530          <fo:inline>PubDate. </fo:inline>
5531          <fo:inline>
5532            <fo:inline>PubPublisherName. </fo:inline>
5533            <fo:inline>Any Street
5534Anywhere, XX 99999
5535USA. </fo:inline>
5536          </fo:inline>
5537          <fo:inline>PublisherName. </fo:inline>
5538          <fo:inline>PubsNumber. </fo:inline>
5539          <fo:inline>ReleaseInfo. </fo:inline>
5540          <fo:inline><fo:block color="red">&lt;revision&gt;<fo:block color="red">&lt;revnumber&gt;1.0&lt;/revnumber&gt;</fo:block><fo:block color="red">&lt;date&gt;20 Nov 1998&lt;/date&gt;</fo:block><fo:block color="red">&lt;authorinitials&gt;ndw&lt;/authorinitials&gt;</fo:block><fo:block color="red">&lt;revremark&gt;Some remark about the revision&lt;/revremark&gt;</fo:block>&lt;/revision&gt;</fo:block><fo:block color="red">&lt;revision&gt;<fo:block color="red">&lt;revnumber&gt;0.9&lt;/revnumber&gt;</fo:block><fo:block color="red">&lt;date&gt;19 Nov 1998&lt;/date&gt;</fo:block><fo:block color="red">&lt;authorinitials&gt;ndw&lt;/authorinitials&gt;</fo:block><fo:block color="red">&lt;revremark&gt;Some remark about the revision&lt;/revremark&gt;</fo:block>&lt;/revision&gt;</fo:block><fo:block color="red">&lt;revision&gt;<fo:block color="red">&lt;revnumber&gt;0.4&lt;/revnumber&gt;</fo:block><fo:block color="red">&lt;date&gt;18 Nov 1998&lt;/date&gt;</fo:block><fo:block color="red">&lt;authorinitials&gt;ndw&lt;/authorinitials&gt;</fo:block><fo:block color="red">&lt;revremark&gt;Some remark about the revision&lt;/revremark&gt;</fo:block>&lt;/revision&gt;</fo:block>. </fo:inline>
5541          <fo:inline>
5542            <fo:inline><fo:inline font-style="italic">SeriesInfo Title</fo:inline>. </fo:inline>
5543            <fo:inline>SeriesInfo Editor Firstname SeriesInfo Editor Surname. </fo:inline>
5544          </fo:inline>
5545          <fo:inline>SeriesVolNums. </fo:inline>
5546          <fo:inline>Surname. </fo:inline>
5547          <fo:inline>TitleAbbrev. </fo:inline>
5548          <fo:inline>VolumeNum. </fo:inline>
5549        </fo:block>
5550      </fo:block>
5551    </fo:flow>
5552  </fo:page-sequence>
5553  <fo:page-sequence id="gloss" hyphenate="true" master-name="oneside1" language="en">
5554    <fo:static-content flow-name="xsl-region-after">
5555      <fo:block text-align="center" font-size="10pt">
5556        <fo:page-number/>
5557      </fo:block>
5558    </fo:static-content>
5559    <fo:flow flow-name="xsl-region-body">
5560      <fo:block>
5561        <fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
5562          <fo:block keep-with-next.within-column="always" hyphenate="false">Example Glossary</fo:block>
5563        </fo:block>
5564      </fo:block>
5565      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is not a real glossary, it's just an example.</fo:block>
5566      <fo:block font-size="16pt" font-weight="bold">E</fo:block>
5567      <fo:list-block provisional-distance-between-starts="2in" provisional-label-separation="0.25in" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5568        <fo:list-item id="xml" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5569          <fo:list-item-label end-indent="label-end()">
5570            <fo:block>Extensible Markup Language</fo:block>
5571          </fo:list-item-label>
5572          <fo:list-item-body start-indent="body-start()">
5573            <fo:block>Some reasonable definition here.</fo:block>
5574            <fo:block>See Also <fo:basic-link internal-destination="sgml">Standard Generalized
5575  Markup Language</fo:basic-link>.</fo:block>
5576          </fo:list-item-body>
5577        </fo:list-item>
5578      </fo:list-block>
5579      <fo:block font-size="16pt" font-weight="bold">S</fo:block>
5580      <fo:list-block provisional-distance-between-starts="2in" provisional-label-separation="0.25in" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5581        <fo:list-item id="id2920295" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5582          <fo:list-item-label end-indent="label-end()">
5583            <fo:block>SGML</fo:block>
5584          </fo:list-item-label>
5585          <fo:list-item-body start-indent="body-start()">
5586            <fo:block>See <fo:basic-link internal-destination="sgml">Standard Generalized
5587  Markup Language</fo:basic-link>.</fo:block>
5588          </fo:list-item-body>
5589        </fo:list-item>
5590        <fo:list-item id="sgml" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
5591          <fo:list-item-label end-indent="label-end()">
5592            <fo:block>Standard Generalized
5593  Markup Language</fo:block>
5594          </fo:list-item-label>
5595          <fo:list-item-body start-indent="body-start()">
5596            <fo:block>Some reasonable definition here.</fo:block>
5597            <fo:block>See Also <fo:basic-link internal-destination="xml">Extensible Markup Language</fo:basic-link>.</fo:block>
5598          </fo:list-item-body>
5599        </fo:list-item>
5600      </fo:list-block>
5601    </fo:flow>
5602  </fo:page-sequence>
5603  <fo:page-sequence id="index" hyphenate="true" master-name="oneside1" language="en">
5604    <fo:static-content flow-name="xsl-region-after">
5605      <fo:block text-align="center" font-size="10pt">
5606        <fo:page-number/>
5607      </fo:block>
5608    </fo:static-content>
5609    <fo:flow flow-name="xsl-region-body">
5610      <fo:block>
5611        <fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
5612          <fo:block keep-with-next.within-column="always" hyphenate="false">Index</fo:block>
5613        </fo:block>
5614      </fo:block>
5615      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This is a test index.</fo:block>
5616      <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">a formal para</fo:inline>this is a formal paragraph.</fo:block>
5617    </fo:flow>
5618  </fo:page-sequence>
5619  <fo:page-sequence id="id2920779" hyphenate="true" master-name="oneside1" language="en">
5620    <fo:static-content flow-name="xsl-region-after">
5621      <fo:block text-align="center" font-size="10pt">
5622        <fo:page-number/>
5623      </fo:block>
5624    </fo:static-content>
5625    <fo:flow flow-name="xsl-region-body">
5626      <fo:block>
5627        <fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
5628          <fo:block keep-with-next.within-column="always" hyphenate="false">An Index with a Title</fo:block>
5629        </fo:block>
5630      </fo:block>
5631      <fo:block>
5632        <fo:block font-size="16pt" font-weight="bold">Symbols</fo:block>
5633      </fo:block>
5634      <fo:block>
5635        <fo:block font-size="16pt" font-weight="bold">A</fo:block>
5636      </fo:block>
5637      <fo:block>
5638        <fo:block font-size="16pt" font-weight="bold">C</fo:block>
5639      </fo:block>
5640      <fo:block>
5641        <fo:block font-size="16pt" font-weight="bold">O</fo:block>
5642      </fo:block>
5643      <fo:block>
5644        <fo:block font-size="16pt" font-weight="bold">S</fo:block>
5645      </fo:block>
5646    </fo:flow>
5647  </fo:page-sequence>
5648</fo:root>
5649