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