1<!DOCTYPE book [
2<!ENTITY % param.ent SYSTEM "param.ent">
3%param.ent;
4]>
5<book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
6      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
7<bookinfo>
8<title>FO Parameter Reference</title>
9<releaseinfo role="meta">
10$Id: param.xweb,v 1.114 2006/05/21 13:05:19 kosek Exp $
11</releaseinfo>
12<author>
13  <surname>Walsh</surname>
14  <firstname>Norman</firstname>
15</author>
16<copyright>
17  <year>1999</year>
18  <year>2000</year>
19  <year>2001</year>
20  <holder>Norman Walsh</holder>
21</copyright>
22</bookinfo>
23
24<preface><title>Introduction</title>
25
26<para>This is reference documentation for all user-configurable
27parameters in the DocBook XSL FO stylesheets (for generating
28XSL-FO output destined for final print/PDF otutput).</para>
29
30<para>This reference describes each of the XSL FO Stylesheet parameters.
31These are the <quote>easily customizable</quote> parts of the stylesheet.
32If you want to specify an alternate value for one or more of these
33parameters, you can do so in a <quote>driver</quote> stylesheet.</para>
34
35<para>For example, if you want to change the <literal>html.stylesheet</literal>
36to <filename>reference.css</filename>, you might create a driver
37stylesheet like this:</para>
38
39<programlisting><![CDATA[<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
40                version='1.0'>
41
42  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
43
44  <xsl:param name="html.stylesheet">reference.css</xsl:param>
45
46</xsl:stylesheet>]]></programlisting>
47
48<para>Naturally, you have to change the
49<sgmltag class='attribute'>href</sgmltag> attribute on
50<literal>&lt;xsl:import&gt;</literal> to point to
51<filename>docbook.xsl</filename> on your system. (Or
52<filename>chunk.xsl</filename>, if you're using chunking.)</para>
53
54</preface>
55
56<reference id="admons"><title>Admonitions</title>
57&admon.graphics;
58&admon.graphics.extension;
59&admon.graphics.path;
60&admon.textlabel;
61&admonition.title.properties;
62&admonition.properties;
63&graphical.admonition.properties;
64&nongraphical.admonition.properties;
65</reference>
66
67<reference id="callouts"><title>Callouts</title>
68&callout.defaultcolumn;
69&callout.graphics;
70&callout.graphics.extension;
71&callout.graphics.number.limit;
72&callout.graphics.path;
73&callout.unicode;
74&callout.unicode.font;
75&callout.unicode.number.limit;
76&callout.unicode.start.character;
77&callouts.extension;
78</reference>
79
80<reference id="toc_index"><title>ToC/LoT/Index Generation</title>
81&autotoc.label.separator;
82&process.empty.source.toc;
83&process.source.toc;
84&generate.toc;
85&generate.index;
86&make.index.markup;
87&index.method;
88&index.on.type;
89&index.on.role;
90&index.preferred.page.properties;
91&index.entry.properties;
92&index.div.title.properties;
93&index.number.separator;
94&index.range.separator;
95&index.term.separator;
96&xep.index.item.properties;
97&toc.section.depth;
98&toc.max.depth;
99&toc.indent.width;
100&toc.line.properties;
101&toc.margin.properties;
102&bridgehead.in.toc;
103&simplesect.in.toc;
104&generate.section.toc.level;
105
106<!--
107annotate.toc;
108bridgehead.in.toc;
109manual.toc;
110generate.section.toc.level;
111-->
112
113</reference>
114
115<reference id="fo_ext"><title>Processor Extensions</title>
116&arbortext.extensions;
117&axf.extensions;
118&fop.extensions;
119&fop1.extensions;
120&passivetex.extensions;
121&tex.math.in.alt;
122&tex.math.delims;
123&xep.extensions;
124</reference>
125
126<reference id="dbk_ext"><title>Stylesheet Extensions</title>
127&linenumbering.everyNth;
128&linenumbering.extension;
129&linenumbering.separator;
130&linenumbering.width;
131&tablecolumns.extension;
132&textinsert.extension;
133&textdata.default.encoding;
134&use.extensions;
135</reference>
136
137<reference id="labels"><title>Automatic labelling</title>
138&appendix.autolabel;
139&chapter.autolabel;
140&part.autolabel;
141&preface.autolabel;
142&section.autolabel;
143&section.autolabel.max.depth;
144&section.label.includes.component.label;
145&label.from.part;
146&component.label.includes.part.label;
147</reference>
148
149<reference id="xslt"><title>XSLT Processing</title>
150&rootid;
151</reference>
152
153<reference id="meta"><title>Meta/*Info</title>
154&make.single.year.ranges;
155&make.year.ranges;
156&author.othername.in.middle;
157</reference>
158
159<reference id="refentry"><title>Reference Pages</title>
160&funcsynopsis.decoration;
161&funcsynopsis.style;
162&function.parens;
163&refentry.generate.name;
164&refentry.generate.title;
165&refentry.pagebreak;
166&refentry.title.properties;
167&refentry.xref.manvolnum;
168&refclass.suppress;
169</reference>
170
171<reference id="tables"><title>Tables</title>
172&default.table.width;
173&nominal.table.width;
174&table.cell.padding;
175&table.frame.border.thickness;
176&table.frame.border.style;
177&table.frame.border.color;
178&table.cell.border.thickness;
179&table.cell.border.style;
180&table.cell.border.color;
181&table.table.properties;
182</reference>
183
184<reference id="links"><title>Linking</title>
185&current.docid;
186&collect.xref.targets;
187&insert.olink.page.number;
188&insert.olink.pdf.frag;
189&olink.base.uri;
190&olink.debug;
191&olink.doctitle;
192&olink.lang.fallback.sequence;
193&olink.properties;
194&prefer.internal.olink;
195&target.database.document;
196&targets.filename;
197&use.local.olink.style;
198</reference>
199
200<reference id="xrefs"><title>Cross References</title>
201&insert.xref.page.number;
202&xref.properties;
203&xref.label-title.separator;
204&xref.label-page.separator;
205&xref.title-page.separator;
206&insert.link.page.number;
207</reference>
208
209<reference id="lists"><title>Lists</title>
210&compact.list.item.spacing;
211&itemizedlist.properties;
212&itemizedlist.label.properties;
213&itemizedlist.label.width;
214&list.block.properties;
215&list.block.spacing;
216&list.item.spacing;
217&orderedlist.properties;
218&orderedlist.label.properties;
219&orderedlist.label.width;
220&variablelist.max.termlength;
221&variablelist.term.separator;
222&variablelist.term.break.after;
223</reference>
224
225<reference id="qa"><title>QAndASet</title>
226&qandadiv.autolabel;
227&qanda.inherit.numeration;
228&qanda.defaultlabel;
229</reference>
230
231<reference id="biblio"><title>Bibliography</title>
232&biblioentry.item.separator;
233&bibliography.collection;
234&bibliography.numbered;
235&biblioentry.properties;
236</reference>
237
238<reference id="glossary"><title>Glossary</title>
239&glossterm.auto.link;
240&firstterm.only.link;
241&glossary.collection;
242&glossterm.separation;
243&glossterm.width;
244&glossary.as.blocks;
245&glosslist.as.blocks;
246&glossentry.show.acronym;
247</reference>
248
249<reference id="misc"><title>Miscellaneous</title>
250&formal.procedures;
251&formal.title.placement;
252&runinhead.default.title.end.punct;
253&runinhead.title.end.punct;
254&show.comments;
255&punct.honorific;
256&segmentedlist.as.table;
257&variablelist.as.blocks;
258&blockquote.properties;
259&ulink.show;
260&ulink.footnotes;
261&ulink.hyphenate;
262&ulink.hyphenate.chars;
263&shade.verbatim;
264&shade.verbatim.style;
265&hyphenate.verbatim;
266&hyphenate.verbatim.characters;
267&use.svg;
268&use.role.as.xrefstyle;
269&menuchoice.separator;
270&menuchoice.menu.separator;
271&default.float.class;
272&footnote.number.format;
273&table.footnote.number.format;
274&footnote.number.symbols;
275&table.footnote.number.symbols;
276&footnote.properties;
277&table.footnote.properties;
278&footnote.mark.properties;
279&footnote.sep.leader.properties;
280&xref.with.number.and.title;
281&superscript.properties;
282&subscript.properties;
283&pgwide.properties;
284</reference>
285
286<reference id="graphics"><title>Graphics</title>
287&graphic.default.extension;
288&default.image.width;
289&preferred.mediaobject.role;
290&use.role.for.mediaobject;
291&ignore.image.scaling;
292&img.src.path;
293&keep.relative.image.uris;
294</reference>
295
296<reference id="general"><title>Pagination and General Styles</title>
297<partintro>
298<section><title>Understanding XSL FO Margins</title>
299
300<para>In order for the parameters in this section to make sense, it is useful to
301consider <xref linkend="fig.pagemodel"/>.</para>
302
303<figure id="fig.pagemodel">
304<mediaobject>
305<imageobject>
306<imagedata fileref="page.png"/>
307</imageobject>
308<textobject><phrase>Figure showing page margins</phrase></textobject>
309<textobject>
310<para>This figure shows the physical page with the various FO page regions
311identified.</para>
312</textobject>
313</mediaobject>
314</figure>
315
316<para>First, let's consider the regions on the page.</para>
317
318<para>The white region is the physical page. Its dimensions are determined by
319the <parameter>page.height</parameter> and <parameter>page.width</parameter>
320parameters.</para>
321
322<para>The yellow region is the region-body. The size and placement of
323the region body is constrained by the dimensions labelled in the
324figure.</para>
325
326<para>The pink region at the top of the page is the region-before. The
327darker area inside the region-before is the header text. In XSL, the default
328display alignment for a region is <literal>before</literal>, but the
329DocBook stylesheets still explicitly make it <literal>before</literal>. That's
330why the darker area is at the top.</para>
331
332<para>The pink region at the bottom of the page is the region-after.
333The darker area is the footer text. In XSL, the default display
334alignment for a region is <literal>before</literal>,
335but the DocBook stylesheets explicitly make it
336<literal>after</literal>. That's why the darker area is at the bottom.</para>
337
338<para>The dimensions in the figure are:</para>
339
340<orderedlist numeration="upperalpha">
341<listitem><para>The page-master margin-top.
342</para></listitem>
343<listitem><para>The region-before extent.
344</para></listitem>
345<listitem><para>The region-body margin-top.
346</para></listitem>
347<listitem><para>The region-after extent.
348</para></listitem>
349<listitem><para>The page-master margin-bottom.
350</para></listitem>
351<listitem><para>The region-body margin-bottom.
352</para></listitem>
353<listitem><para>The sum of the page-master margin-left and the
354region-body margin-left. In DocBook, the region-body margin-left is
355zero by default, so this is simply the page-master region-left.
356</para></listitem>
357<listitem><para>The sum of the page-master margin-right and the
358region-body margin-right. In DocBook, the region-body margin-right is
359zero by default, so this is simply the page-master region-left.
360</para></listitem>
361</orderedlist>
362
363</section>
364</partintro>
365
366&page.height;
367&page.height.portrait;
368&page.margin.bottom;
369&page.margin.inner;
370&page.margin.outer;
371&page.margin.top;
372&page.orientation;
373&page.width;
374&page.width.portrait;
375&paper.type;
376&double.sided;
377&body.margin.bottom;
378&body.margin.top;
379&body.start.indent;
380&body.end.indent;
381&alignment;
382&hyphenate;
383&line-height;
384&column.count.back;
385&column.count.body;
386&column.count.front;
387&column.count.index;
388&column.count.lot;
389&column.count.titlepage;
390&column.gap.back;
391&column.gap.body;
392&column.gap.front;
393&column.gap.index;
394&column.gap.lot;
395&column.gap.titlepage;
396&region.after.extent;
397&region.before.extent;
398&default.units;
399&normal.para.spacing;
400&body.font.master;
401&body.font.size;
402&footnote.font.size;
403&title.margin.left;
404&draft.mode;
405&draft.watermark.image;
406&headers.on.blank.pages;
407&footers.on.blank.pages;
408&header.rule;
409&footer.rule;
410&header.column.widths;
411&footer.column.widths;
412&header.table.height;
413&footer.table.height;
414&header.content.properties;
415&footer.content.properties;
416&marker.section.level;
417</reference>
418
419<reference id="fonts"><title>Font Families</title>
420&body.font.family;
421&dingbat.font.family;
422&monospace.font.family;
423&sans.font.family;
424&title.font.family;
425&symbol.font.family;
426</reference>
427
428<reference id="propsets"><title>Property Sets</title>
429&formal.object.properties;
430&formal.title.properties;
431&informal.object.properties;
432&monospace.properties;
433&verbatim.properties;
434&monospace.verbatim.properties;
435&sidebar.properties;
436&sidebar.title.properties;
437&sidebar.float.type;
438&sidebar.float.width;
439&margin.note.properties;
440&margin.note.title.properties;
441&margin.note.float.type;
442&margin.note.width;
443&component.title.properties;
444&section.title.properties;
445&section.title.level1.properties;
446&section.title.level2.properties;
447&section.title.level3.properties;
448&section.title.level4.properties;
449&section.title.level5.properties;
450&section.title.level6.properties;
451&section.properties;
452&section.level1.properties;
453&section.level2.properties;
454&section.level3.properties;
455&section.level4.properties;
456&section.level5.properties;
457&section.level6.properties;
458&figure.properties;
459&example.properties;
460&equation.properties;
461&table.properties;
462&informalfigure.properties;
463&informalexample.properties;
464&informalequation.properties;
465&informaltable.properties;
466&procedure.properties;
467&root.properties;
468&qanda.title.properties;
469&qanda.title.level1.properties;
470&qanda.title.level2.properties;
471&qanda.title.level3.properties;
472&qanda.title.level4.properties;
473&qanda.title.level5.properties;
474&qanda.title.level6.properties;
475&article.appendix.title.properties;
476&abstract.properties;
477&abstract.title.properties;
478&revhistory.table.properties;
479&revhistory.table.cell.properties;
480&revhistory.title.properties;
481</reference>
482
483<reference id="profiling"><title>Profiling</title>
484<partintro>
485<para>Following parameters can be used for attribute value based
486profiling of your document. For more info about profiling look at
487<ulink
488url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>.</para>
489</partintro>
490&profile.arch;
491&profile.condition;
492&profile.conformance;
493&profile.lang;
494&profile.os;
495&profile.revision;
496&profile.revisionflag;
497&profile.role;
498&profile.security;
499&profile.userlevel;
500&profile.vendor;
501&profile.attribute;
502&profile.value;
503&profile.separator;
504</reference>
505
506<reference id="l10n"><title>Localization</title>
507&l10n.gentext.language;
508&l10n.gentext.default.language;
509&l10n.gentext.use.xref.language;
510&l10n.lang.value.rfc.compliant;
511</reference>
512
513<reference id="ebnf"><title>EBNF</title>
514&ebnf.assignment;
515&ebnf.statement.terminator;
516</reference>
517
518<reference id="prepress"><title>Prepress</title>
519&crop.marks;
520&crop.mark.width;
521&crop.mark.offset;
522&crop.mark.bleed;
523</reference>
524
525<!--
526<reference><title></title>
527</reference>
528-->
529
530<appendix><title>The Stylesheet</title>
531
532<para>The <filename>param.xsl</filename> stylesheet is just a wrapper
533around all these parameters.</para>
534
535<src:fragment id="top" mundane-result-prefixes="xsl">
536<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
537                exclude-result-prefixes="src"
538                version='1.0'>
539
540<!-- This file is generated from param.xweb; do not edit this file! -->
541
542<!-- ********************************************************************
543     $Id: param.xweb,v 1.114 2006/05/21 13:05:19 kosek Exp $
544     ********************************************************************
545
546     This file is part of the XSL DocBook Stylesheet distribution.
547     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
548     and other information.
549
550     ******************************************************************** -->
551
552<src:fragref linkend="abstract.properties.frag"/>
553<src:fragref linkend="abstract.title.properties.frag"/>
554<src:fragref linkend="admon.graphics.extension.frag"/>
555<src:fragref linkend="admon.graphics.frag"/>
556<src:fragref linkend="admon.graphics.path.frag"/>
557<src:fragref linkend="admon.textlabel.frag"/>
558<src:fragref linkend="admonition.properties.frag"/>
559<src:fragref linkend="admonition.title.properties.frag"/>
560<src:fragref linkend="graphical.admonition.properties.frag"/>
561<src:fragref linkend="nongraphical.admonition.properties.frag"/>
562<src:fragref linkend="alignment.frag"/>
563<src:fragref linkend="appendix.autolabel.frag"/>
564<src:fragref linkend="arbortext.extensions.frag"/>
565<src:fragref linkend="article.appendix.title.properties.frag"/>
566<src:fragref linkend="author.othername.in.middle.frag"/>
567<src:fragref linkend="autotoc.label.separator.frag"/>
568<src:fragref linkend="axf.extensions.frag"/>
569<src:fragref linkend="biblioentry.item.separator.frag"/>
570<src:fragref linkend="biblioentry.properties.frag"/>
571<src:fragref linkend="bibliography.collection.frag"/>
572<src:fragref linkend="bibliography.numbered.frag"/>
573<src:fragref linkend="blockquote.properties.frag"/>
574<src:fragref linkend="body.font.family.frag"/>
575<src:fragref linkend="body.font.master.frag"/>
576<src:fragref linkend="body.font.size.frag"/>
577<src:fragref linkend="body.margin.bottom.frag"/>
578<src:fragref linkend="body.margin.top.frag"/>
579<src:fragref linkend="body.start.indent.frag"/>
580<src:fragref linkend="body.end.indent.frag"/>
581<src:fragref linkend="bridgehead.in.toc.frag"/>
582<src:fragref linkend="callout.defaultcolumn.frag"/>
583<src:fragref linkend="callout.graphics.extension.frag"/>
584<src:fragref linkend="callout.graphics.frag"/>
585<src:fragref linkend="callout.graphics.number.limit.frag"/>
586<src:fragref linkend="callout.graphics.path.frag"/>
587<src:fragref linkend="callout.unicode.font.frag"/>
588<src:fragref linkend="callout.unicode.frag"/>
589<src:fragref linkend="callout.unicode.number.limit.frag"/>
590<src:fragref linkend="callout.unicode.start.character.frag"/>
591<src:fragref linkend="callouts.extension.frag"/>
592<src:fragref linkend="chapter.autolabel.frag"/>
593<src:fragref linkend="collect.xref.targets.frag"/>
594<src:fragref linkend="column.count.back.frag"/>
595<src:fragref linkend="column.count.body.frag"/>
596<src:fragref linkend="column.count.front.frag"/>
597<src:fragref linkend="column.count.index.frag"/>
598<src:fragref linkend="column.count.lot.frag"/>
599<src:fragref linkend="column.count.titlepage.frag"/>
600<src:fragref linkend="column.gap.back.frag"/>
601<src:fragref linkend="column.gap.body.frag"/>
602<src:fragref linkend="column.gap.front.frag"/>
603<src:fragref linkend="column.gap.index.frag"/>
604<src:fragref linkend="column.gap.lot.frag"/>
605<src:fragref linkend="column.gap.titlepage.frag"/>
606<src:fragref linkend="compact.list.item.spacing.frag"/>
607<src:fragref linkend="component.label.includes.part.label.frag"/>
608<src:fragref linkend="component.title.properties.frag"/>
609<src:fragref linkend="crop.marks.frag"/>
610<src:fragref linkend="crop.mark.width.frag"/>
611<src:fragref linkend="crop.mark.offset.frag"/>
612<src:fragref linkend="crop.mark.bleed.frag"/>
613<src:fragref linkend="current.docid.frag"/>
614<src:fragref linkend="default.float.class.frag"/>
615<src:fragref linkend="default.image.width.frag"/>
616<src:fragref linkend="default.table.width.frag"/>
617<src:fragref linkend="default.units.frag"/>
618<src:fragref linkend="dingbat.font.family.frag"/>
619<src:fragref linkend="double.sided.frag"/>
620<src:fragref linkend="draft.mode.frag"/>
621<src:fragref linkend="draft.watermark.image.frag"/>
622<src:fragref linkend="ebnf.assignment.frag"/>
623<src:fragref linkend="ebnf.statement.terminator.frag"/>
624<src:fragref linkend="equation.properties.frag"/>
625<src:fragref linkend="example.properties.frag"/>
626<src:fragref linkend="figure.properties.frag"/>
627<src:fragref linkend="firstterm.only.link.frag"/>
628<src:fragref linkend="footer.content.properties.frag"/>
629<src:fragref linkend="footer.rule.frag"/>
630<src:fragref linkend="footer.column.widths.frag"/>
631<src:fragref linkend="footer.table.height.frag"/>
632<src:fragref linkend="footers.on.blank.pages.frag"/>
633<src:fragref linkend="footnote.font.size.frag"/>
634<src:fragref linkend="footnote.number.format.frag"/>
635<src:fragref linkend="footnote.number.symbols.frag"/>
636<src:fragref linkend="footnote.mark.properties.frag"/>
637<src:fragref linkend="footnote.properties.frag"/>
638<src:fragref linkend="footnote.sep.leader.properties.frag"/>
639<src:fragref linkend="fop.extensions.frag"/>
640<src:fragref linkend="fop1.extensions.frag"/>
641<src:fragref linkend="formal.object.properties.frag"/>
642<src:fragref linkend="formal.procedures.frag"/>
643<src:fragref linkend="formal.title.placement.frag"/>
644<src:fragref linkend="formal.title.properties.frag"/>
645<src:fragref linkend="funcsynopsis.decoration.frag"/>
646<src:fragref linkend="funcsynopsis.style.frag"/>
647<src:fragref linkend="function.parens.frag"/>
648<src:fragref linkend="generate.index.frag"/>
649<src:fragref linkend="generate.section.toc.level.frag"/>
650<src:fragref linkend="generate.toc.frag"/>
651<src:fragref linkend="glossary.as.blocks.frag"/>
652<src:fragref linkend="glossary.collection.frag"/>
653<src:fragref linkend="glossentry.show.acronym.frag"/>
654<src:fragref linkend="glosslist.as.blocks.frag"/>
655<src:fragref linkend="glossterm.auto.link.frag"/>
656<src:fragref linkend="glossterm.separation.frag"/>
657<src:fragref linkend="glossterm.width.frag"/>
658<src:fragref linkend="graphic.default.extension.frag"/>
659<src:fragref linkend="header.content.properties.frag"/>
660<src:fragref linkend="header.rule.frag"/>
661<src:fragref linkend="header.column.widths.frag"/>
662<src:fragref linkend="header.table.height.frag"/>
663<src:fragref linkend="headers.on.blank.pages.frag"/>
664<src:fragref linkend="hyphenate.frag"/>
665<src:fragref linkend="hyphenate.verbatim.frag"/>
666<src:fragref linkend="hyphenate.verbatim.characters.frag"/>
667<src:fragref linkend="ignore.image.scaling.frag"/>
668<src:fragref linkend="img.src.path.frag"/>
669<src:fragref linkend="index.method.frag"/>
670<src:fragref linkend="index.on.role.frag"/>
671<src:fragref linkend="index.on.type.frag"/>
672<src:fragref linkend="informalequation.properties.frag"/>
673<src:fragref linkend="informalexample.properties.frag"/>
674<src:fragref linkend="informalfigure.properties.frag"/>
675<src:fragref linkend="informal.object.properties.frag"/>
676<src:fragref linkend="informaltable.properties.frag"/>
677<src:fragref linkend="index.preferred.page.properties.frag"/>
678<src:fragref linkend="index.div.title.properties.frag"/>
679<src:fragref linkend="index.entry.properties.frag"/>
680<src:fragref linkend="index.number.separator.frag"/>
681<src:fragref linkend="index.range.separator.frag"/>
682<src:fragref linkend="index.term.separator.frag"/>
683<src:fragref linkend="insert.link.page.number.frag"/>
684<src:fragref linkend="insert.xref.page.number.frag"/>
685<src:fragref linkend="itemizedlist.properties.frag"/>
686<src:fragref linkend="itemizedlist.label.properties.frag"/>
687<src:fragref linkend="itemizedlist.label.width.frag"/>
688<src:fragref linkend="keep.relative.image.uris.frag"/>
689<src:fragref linkend="l10n.gentext.default.language.frag"/>
690<src:fragref linkend="l10n.gentext.language.frag"/>
691<src:fragref linkend="l10n.gentext.use.xref.language.frag"/>
692<src:fragref linkend="l10n.lang.value.rfc.compliant.frag"/>
693<src:fragref linkend="label.from.part.frag"/>
694<src:fragref linkend="line-height.frag"/>
695<src:fragref linkend="linenumbering.everyNth.frag"/>
696<src:fragref linkend="linenumbering.extension.frag"/>
697<src:fragref linkend="linenumbering.separator.frag"/>
698<src:fragref linkend="linenumbering.width.frag"/>
699<src:fragref linkend="list.block.properties.frag"/>
700<src:fragref linkend="list.block.spacing.frag"/>
701<src:fragref linkend="list.item.spacing.frag"/>
702<src:fragref linkend="make.index.markup.frag"/>
703<src:fragref linkend="make.single.year.ranges.frag"/>
704<src:fragref linkend="make.year.ranges.frag"/>
705<src:fragref linkend="margin.note.properties.frag"/>
706<src:fragref linkend="margin.note.title.properties.frag"/>
707<src:fragref linkend="margin.note.float.type.frag"/>
708<src:fragref linkend="margin.note.width.frag"/>
709<src:fragref linkend="marker.section.level.frag"/>
710<src:fragref linkend="menuchoice.menu.separator.frag"/>
711<src:fragref linkend="menuchoice.separator.frag"/>
712<src:fragref linkend="monospace.font.family.frag"/>
713<src:fragref linkend="monospace.properties.frag"/>
714<src:fragref linkend="monospace.verbatim.properties.frag"/>
715<src:fragref linkend="nominal.table.width.frag"/>
716<src:fragref linkend="normal.para.spacing.frag"/>
717<src:fragref linkend="olink.doctitle.frag"/>
718<src:fragref linkend="olink.base.uri.frag"/>
719<src:fragref linkend="olink.debug.frag"/>
720<src:fragref linkend="olink.properties.frag"/>
721<src:fragref linkend="olink.lang.fallback.sequence.frag"/>
722<src:fragref linkend="orderedlist.properties.frag"/>
723<src:fragref linkend="orderedlist.label.properties.frag"/>
724<src:fragref linkend="orderedlist.label.width.frag"/>
725<src:fragref linkend="prefer.internal.olink.frag"/>
726<src:fragref linkend="insert.olink.page.number.frag"/>
727<src:fragref linkend="insert.olink.pdf.frag.frag"/>
728<src:fragref linkend="page.height.frag"/>
729<src:fragref linkend="page.height.portrait.frag"/>
730<src:fragref linkend="page.margin.bottom.frag"/>
731<src:fragref linkend="page.margin.inner.frag"/>
732<src:fragref linkend="page.margin.outer.frag"/>
733<src:fragref linkend="page.margin.top.frag"/>
734<src:fragref linkend="page.orientation.frag"/>
735<src:fragref linkend="page.width.frag"/>
736<src:fragref linkend="page.width.portrait.frag"/>
737<src:fragref linkend="paper.type.frag"/>
738<src:fragref linkend="part.autolabel.frag"/>
739<src:fragref linkend="passivetex.extensions.frag"/>
740<src:fragref linkend="pgwide.properties.frag"/>
741<src:fragref linkend="preface.autolabel.frag"/>
742<src:fragref linkend="preferred.mediaobject.role.frag"/>
743<src:fragref linkend="procedure.properties.frag"/>
744<src:fragref linkend="process.empty.source.toc.frag"/>
745<src:fragref linkend="process.source.toc.frag"/>
746<src:fragref linkend="profile.arch.frag"/>
747<src:fragref linkend="profile.attribute.frag"/>
748<src:fragref linkend="profile.condition.frag"/>
749<src:fragref linkend="profile.conformance.frag"/>
750<src:fragref linkend="profile.lang.frag"/>
751<src:fragref linkend="profile.os.frag"/>
752<src:fragref linkend="profile.revision.frag"/>
753<src:fragref linkend="profile.revisionflag.frag"/>
754<src:fragref linkend="profile.role.frag"/>
755<src:fragref linkend="profile.security.frag"/>
756<src:fragref linkend="profile.separator.frag"/>
757<src:fragref linkend="profile.userlevel.frag"/>
758<src:fragref linkend="profile.value.frag"/>
759<src:fragref linkend="profile.vendor.frag"/>
760<src:fragref linkend="punct.honorific.frag"/>
761<src:fragref linkend="qanda.defaultlabel.frag"/>
762<src:fragref linkend="qanda.inherit.numeration.frag"/>
763<src:fragref linkend="qandadiv.autolabel.frag"/>
764<src:fragref linkend="qanda.title.level1.properties.frag"/>
765<src:fragref linkend="qanda.title.level2.properties.frag"/>
766<src:fragref linkend="qanda.title.level3.properties.frag"/>
767<src:fragref linkend="qanda.title.level4.properties.frag"/>
768<src:fragref linkend="qanda.title.level5.properties.frag"/>
769<src:fragref linkend="qanda.title.level6.properties.frag"/>
770<src:fragref linkend="qanda.title.properties.frag"/>
771<src:fragref linkend="refentry.generate.name.frag"/>
772<src:fragref linkend="refentry.generate.title.frag"/>
773<src:fragref linkend="refentry.pagebreak.frag"/>
774<src:fragref linkend="refentry.title.properties.frag"/>
775<src:fragref linkend="refentry.xref.manvolnum.frag"/>
776<src:fragref linkend="refclass.suppress.frag"/>
777<src:fragref linkend="region.after.extent.frag"/>
778<src:fragref linkend="region.before.extent.frag"/>
779<src:fragref linkend="revhistory.table.properties.frag"/>
780<src:fragref linkend="revhistory.table.cell.properties.frag"/>
781<src:fragref linkend="revhistory.title.properties.frag"/>
782<src:fragref linkend="root.properties.frag"/>
783<src:fragref linkend="rootid.frag"/>
784<src:fragref linkend="runinhead.default.title.end.punct.frag"/>
785<src:fragref linkend="runinhead.title.end.punct.frag"/>
786<src:fragref linkend="sans.font.family.frag"/>
787<src:fragref linkend="section.autolabel.frag"/>
788<src:fragref linkend="section.autolabel.max.depth.frag"/>
789<src:fragref linkend="section.label.includes.component.label.frag"/>
790<src:fragref linkend="section.title.level1.properties.frag"/>
791<src:fragref linkend="section.title.level2.properties.frag"/>
792<src:fragref linkend="section.title.level3.properties.frag"/>
793<src:fragref linkend="section.title.level4.properties.frag"/>
794<src:fragref linkend="section.title.level5.properties.frag"/>
795<src:fragref linkend="section.title.level6.properties.frag"/>
796<src:fragref linkend="section.title.properties.frag"/>
797<src:fragref linkend="section.level1.properties.frag"/>
798<src:fragref linkend="section.level2.properties.frag"/>
799<src:fragref linkend="section.level3.properties.frag"/>
800<src:fragref linkend="section.level4.properties.frag"/>
801<src:fragref linkend="section.level5.properties.frag"/>
802<src:fragref linkend="section.level6.properties.frag"/>
803<src:fragref linkend="section.properties.frag"/>
804<src:fragref linkend="segmentedlist.as.table.frag"/>
805<src:fragref linkend="shade.verbatim.frag"/>
806<src:fragref linkend="shade.verbatim.style.frag"/>
807<src:fragref linkend="show.comments.frag"/>
808<src:fragref linkend="sidebar.properties.frag"/>
809<src:fragref linkend="sidebar.title.properties.frag"/>
810<src:fragref linkend="sidebar.float.type.frag"/>
811<src:fragref linkend="sidebar.float.width.frag"/>
812<src:fragref linkend="simplesect.in.toc.frag"/>
813<src:fragref linkend="subscript.properties.frag"/>
814<src:fragref linkend="superscript.properties.frag"/>
815<src:fragref linkend="symbol.font.family.frag"/>
816<src:fragref linkend="table.cell.border.color.frag"/>
817<src:fragref linkend="table.cell.border.style.frag"/>
818<src:fragref linkend="table.cell.border.thickness.frag"/>
819<src:fragref linkend="table.cell.padding.frag"/>
820<src:fragref linkend="table.footnote.number.format.frag"/>
821<src:fragref linkend="table.footnote.number.symbols.frag"/>
822<src:fragref linkend="table.footnote.properties.frag"/>
823<src:fragref linkend="table.frame.border.color.frag"/>
824<src:fragref linkend="table.frame.border.style.frag"/>
825<src:fragref linkend="table.frame.border.thickness.frag"/>
826<src:fragref linkend="table.properties.frag"/>
827<src:fragref linkend="tablecolumns.extension.frag"/>
828<src:fragref linkend="table.table.properties.frag"/>
829<src:fragref linkend="target.database.document.frag"/>
830<src:fragref linkend="targets.filename.frag"/>
831<src:fragref linkend="textdata.default.encoding.frag"/>
832<src:fragref linkend="tex.math.delims.frag"/>
833<src:fragref linkend="tex.math.in.alt.frag"/>
834<src:fragref linkend="textinsert.extension.frag"/>
835<src:fragref linkend="title.font.family.frag"/>
836<src:fragref linkend="title.margin.left.frag"/>
837<src:fragref linkend="toc.indent.width.frag"/>
838<src:fragref linkend="toc.line.properties.frag"/>
839<src:fragref linkend="toc.margin.properties.frag"/>
840<src:fragref linkend="toc.max.depth.frag"/>
841<src:fragref linkend="toc.section.depth.frag"/>
842<src:fragref linkend="ulink.footnotes.frag"/>
843<src:fragref linkend="ulink.hyphenate.frag"/>
844<src:fragref linkend="ulink.hyphenate.chars.frag"/>
845<src:fragref linkend="ulink.show.frag"/>
846<src:fragref linkend="use.extensions.frag"/>
847<src:fragref linkend="use.local.olink.style.frag"/>
848<src:fragref linkend="use.role.as.xrefstyle.frag"/>
849<src:fragref linkend="use.role.for.mediaobject.frag"/>
850<src:fragref linkend="use.svg.frag"/>
851<src:fragref linkend="variablelist.as.blocks.frag"/>
852<src:fragref linkend="variablelist.max.termlength.frag"/>
853<src:fragref linkend="variablelist.term.separator.frag"/>
854<src:fragref linkend="variablelist.term.break.after.frag"/>
855<src:fragref linkend="verbatim.properties.frag"/>
856<src:fragref linkend="xep.extensions.frag"/>
857<src:fragref linkend="xep.index.item.properties.frag"/>
858<src:fragref linkend="xref.label-page.separator.frag"/>
859<src:fragref linkend="xref.label-title.separator.frag"/>
860<src:fragref linkend="xref.properties.frag"/>
861<src:fragref linkend="xref.title-page.separator.frag"/>
862<src:fragref linkend="xref.with.number.and.title.frag"/>
863
864</xsl:stylesheet>
865</src:fragment>
866
867</appendix>
868
869</book>
870