home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _236AE295A80D4250B9C3D01209122711 < prev    next >
Encoding:
Extensible Markup Language  |  2002-09-04  |  171.1 KB  |  5,206 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file was generated by weave.xsl version 0.00+. Do not edit! -->
  3. <!-- See http://sourceforge.net/projects/docbook/ -->
  4. <!DOCTYPE book
  5.   PUBLIC "-//DocBook Open Repository//DTD DocBook Literate Programming V0.0//EN" "http://docbook.sourceforge.net/release/litprog/current/dtd/ldocbook.dtd">
  6. <book xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  7. <bookinfo>
  8. <title>FO Parameter Reference</title>
  9. <releaseinfo role="meta">
  10. $Id: param.xml,v 1.1.2.1 2002/09/04 14:25:27 jdj 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 technical reference documentation for the DocBook XSL
  27. Stylesheets; it documents (some of) the parameters, templates, and
  28. other elements of the stylesheets.</para>
  29.  
  30. <para>This reference describes each of the HTML 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 moreinfo="none">html.stylesheet</literal>
  36. to <filename moreinfo="none">reference.css</filename>, you might create a driver
  37. stylesheet like this:</para>
  38.  
  39. <programlisting format="linespecific"><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 moreinfo="none"><xsl:import></literal> to point to
  51. <filename moreinfo="none">docbook.xsl</filename> on your system. (Or
  52. <filename moreinfo="none">chunk.xsl</filename>, if you're using chunking.)</para>
  53.  
  54. <para>This is not intended to be <quote>user</quote> documentation.
  55. It is provided for developers writing customization layers for the
  56. stylesheets, and for anyone who's interested in <quote>how it
  57. works</quote>.</para>
  58.  
  59. <para>Although I am trying to be thorough, this documentation is known
  60. to be incomplete. Don't forget to read the source, too :-)</para>
  61. </preface>
  62.  
  63. <reference><title>Admonitions</title>
  64. <refentry id="admon.graphics">
  65. <refmeta>
  66. <refentrytitle>admon.graphics</refentrytitle>
  67. <refmiscinfo role="type">boolean</refmiscinfo>
  68. </refmeta>
  69. <refnamediv>
  70. <refname>admon.graphics</refname>
  71. <refpurpose>Use graphics in admonitions?</refpurpose>
  72. </refnamediv>
  73.  
  74. <refsynopsisdiv>
  75. <src:fragment id="admon.graphics.frag"><xsl:param name="admon.graphics"
  76.            select="0"/></src:fragment>
  77. </refsynopsisdiv>
  78.  
  79. <refsect1><title>Description</title>
  80.  
  81. <para>If true (non-zero), admonitions are presented in an alternate style that uses
  82. a graphic.  Default graphics are provided in the distribution.
  83. </para>
  84.  
  85. </refsect1>
  86. </refentry>
  87.  
  88. <refentry id="admon.graphics.extension">
  89. <refmeta>
  90. <refentrytitle>admon.graphics.extension</refentrytitle>
  91. <refmiscinfo role="type">string</refmiscinfo>
  92. </refmeta>
  93. <refnamediv>
  94. <refname>admon.graphics.extension</refname>
  95. <refpurpose>Extension for admonition graphics</refpurpose>
  96. </refnamediv>
  97.  
  98. <refsynopsisdiv>
  99. <src:fragment id="admon.graphics.extension.frag"><xsl:param name="admon.graphics.extension"
  100.            select="'.png'"/></src:fragment>
  101. </refsynopsisdiv>
  102.  
  103. <refsect1><title>Description</title>
  104.  
  105. <para>Sets the extension to use on admonition graphics.</para>
  106.  
  107. </refsect1>
  108. </refentry>
  109.  
  110. <refentry id="admon.graphics.path">
  111. <refmeta>
  112. <refentrytitle>admon.graphics.path</refentrytitle>
  113. <refmiscinfo role="type">string</refmiscinfo>
  114. </refmeta>
  115. <refnamediv>
  116. <refname>admon.graphics.path</refname>
  117. <refpurpose>Path to admonition graphics</refpurpose>
  118. </refnamediv>
  119.  
  120. <refsynopsisdiv>
  121. <src:fragment id="admon.graphics.path.frag"><xsl:param name="admon.graphics.path">images/</xsl:param></src:fragment>
  122. </refsynopsisdiv>
  123.  
  124. <refsect1><title>Description</title>
  125.  
  126. <para>Sets the path, probably relative to the directory where the HTML
  127. files are created, to the admonition graphics.
  128. </para>
  129.  
  130. </refsect1>
  131. </refentry>
  132.  
  133. <refentry id="admonition.title.properties">
  134. <refnamediv>
  135. <refname>admonition.title.properties</refname>
  136. <refpurpose>To set the style for admonitions titles.</refpurpose>
  137. </refnamediv>
  138.  
  139. <refsynopsisdiv>
  140. <src:fragment id="admonition.title.properties.frag"><xsl:attribute-set name="admonition.title.properties">
  141.   <xsl:attribute name="font-size">14pt</xsl:attribute>
  142.   <xsl:attribute name="font-weight">bold</xsl:attribute>
  143.   <xsl:attribute name="hyphenate">false</xsl:attribute>
  144.   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  145. </xsl:attribute-set></src:fragment>
  146. </refsynopsisdiv>
  147. <refsect1><title>Description</title>
  148. <para>How do you want admonitions titles styled? </para>
  149. <para>Set the font-size, weight etc to the style required</para>
  150.  
  151. </refsect1>
  152. </refentry>
  153.  
  154. <refentry id="admonition.properties">
  155. <refnamediv>
  156. <refname>admonition.properties</refname>
  157. <refpurpose>To set the style for admonitions.</refpurpose>
  158. </refnamediv>
  159.  
  160. <refsynopsisdiv>
  161. <src:fragment id="admonition.properties.frag"><xsl:attribute-set name="admonition.properties"/></src:fragment>
  162. </refsynopsisdiv>
  163. <refsect1><title>Description</title>
  164. <para>How do you want admonitions styled? </para>
  165. <para>Set the font-size, weight etc to the style required</para>
  166.  
  167. </refsect1>
  168. </refentry>
  169.  
  170. </reference>
  171.  
  172. <reference><title>Callouts</title>
  173. <refentry id="callout.defaultcolumn">
  174. <refmeta>
  175. <refentrytitle>callout.defaultcolumn</refentrytitle>
  176. <refmiscinfo role="type">integer</refmiscinfo>
  177. </refmeta>
  178. <refnamediv>
  179. <refname>callout.defaultcolumn</refname>
  180. <refpurpose>Indicates what column callouts appear in by default</refpurpose>
  181. </refnamediv>
  182.  
  183. <refsynopsisdiv>
  184. <src:fragment id="callout.defaultcolumn.frag"><xsl:param name="callout.defaultcolumn"
  185.            select="'60'"/></src:fragment>
  186. </refsynopsisdiv>
  187.  
  188. <refsect1><title>Description</title>
  189.  
  190. <para>If a callout does not identify a column (for example, if it uses
  191. the <literal moreinfo="none">linerange</literal> <sgmltag class="attribute">unit</sgmltag>),
  192. it will appear in the default column.
  193. </para>
  194.  
  195. </refsect1>
  196. </refentry>
  197.  
  198. <refentry id="callout.graphics">
  199. <refmeta>
  200. <refentrytitle>callout.graphics</refentrytitle>
  201. <refmiscinfo role="type">boolean</refmiscinfo>
  202. </refmeta>
  203. <refnamediv>
  204. <refname>callout.graphics</refname>
  205. <refpurpose>Use graphics for callouts?</refpurpose>
  206. </refnamediv>
  207.  
  208. <refsynopsisdiv>
  209. <src:fragment id="callout.graphics.frag"><xsl:param name="callout.graphics"
  210.            select="'1'"/></src:fragment>
  211. </refsynopsisdiv>
  212.  
  213. <refsect1><title>Description</title>
  214.  
  215. <para>If non-zero, callouts are presented with graphics (e.g., reverse-video
  216. circled numbers instead of "(1)", "(2)", etc.).
  217. Default graphics are provided in the distribution.
  218. </para>
  219.  
  220. </refsect1>
  221. </refentry>
  222.  
  223. <refentry id="callout.graphics.extension">
  224. <refmeta>
  225. <refentrytitle>callout.graphics.extension</refentrytitle>
  226. <refmiscinfo role="type">string</refmiscinfo>
  227. </refmeta>
  228. <refnamediv>
  229. <refname>callout.graphics.extension</refname>
  230. <refpurpose>Extension for callout graphics</refpurpose>
  231. </refnamediv>
  232.  
  233. <refsynopsisdiv>
  234. <src:fragment id="callout.graphics.extension.frag"><xsl:param name="callout.graphics.extension"
  235.            select="'.png'"/></src:fragment>
  236. </refsynopsisdiv>
  237.  
  238. <refsect1><title>Description</title>
  239.  
  240. <para>Sets the extension to use on callout graphics.</para>
  241.  
  242. </refsect1>
  243. </refentry>
  244.  
  245. <refentry id="callout.graphics.number.limit">
  246. <refmeta>
  247. <refentrytitle>callout.graphics.number.limit</refentrytitle>
  248. <refmiscinfo role="type">integer</refmiscinfo>
  249. </refmeta>
  250. <refnamediv>
  251. <refname>callout.graphics.number.limit</refname>
  252. <refpurpose>Number of the largest callout graphic</refpurpose>
  253. </refnamediv>
  254.  
  255. <refsynopsisdiv>
  256. <src:fragment id="callout.graphics.number.limit.frag"><xsl:param name="callout.graphics.number.limit"
  257.            select="'10'"/></src:fragment>
  258. </refsynopsisdiv>
  259.  
  260. <refsect1><title>Description</title>
  261.  
  262. <para>If <parameter moreinfo="none">callout.graphics</parameter>
  263. is non-zero, graphics are used to represent
  264. callout numbers. The value of
  265. <parameter moreinfo="none">callout.graphics.number.limit</parameter>
  266. is
  267. the largest number for which a graphic exists. If the callout number
  268. exceeds this limit, the default presentation "(nnn)" will always
  269. be used.
  270. </para>
  271.  
  272. </refsect1>
  273. </refentry>
  274.  
  275. <refentry id="callout.graphics.path">
  276. <refmeta>
  277. <refentrytitle>callout.graphics.path</refentrytitle>
  278. <refmiscinfo role="type">string</refmiscinfo>
  279. </refmeta>
  280. <refnamediv>
  281. <refname>callout.graphics.path</refname>
  282. <refpurpose>Path to callout graphics</refpurpose>
  283. </refnamediv>
  284.  
  285. <refsynopsisdiv>
  286. <src:fragment id="callout.graphics.path.frag"><xsl:param name="callout.graphics.path"
  287.            select="'images/callouts/'"/></src:fragment>
  288. </refsynopsisdiv>
  289.  
  290. <refsect1><title>Description</title>
  291.  
  292. <para>Sets the path, probably relative to the directory where the HTML
  293. files are created, to the callout graphics.
  294. </para>
  295.  
  296. </refsect1>
  297. </refentry>
  298.  
  299. <refentry id="callout.unicode">
  300. <refmeta>
  301. <refentrytitle>callout.unicode</refentrytitle>
  302. <refmiscinfo role="type">boolean</refmiscinfo>
  303. </refmeta>
  304. <refnamediv>
  305. <refname>callout.unicode</refname>
  306. <refpurpose>Use Unicode characters rather than images for callouts.</refpurpose>
  307. </refnamediv>
  308.  
  309. <refsynopsisdiv>
  310. <src:fragment id="callout.unicode.frag"><xsl:param name="callout.unicode"
  311.            select="0"/></src:fragment>
  312. </refsynopsisdiv>
  313.  
  314. <refsect1><title>Description</title>
  315.  
  316. <para>The stylesheets can use either an image of the numbers one to ten, or the single Unicode character which represents the numeral, in white on a black background. Use this to select the Unicode character option.
  317. </para>
  318.  
  319. </refsect1>
  320. </refentry>
  321.  
  322. <refentry id="callout.unicode.font">
  323. <refmeta>
  324. <refentrytitle>callout.unicode.font</refentrytitle>
  325.  
  326. </refmeta>
  327. <refnamediv>
  328. <refname>callout.unicode.font</refname>
  329. <refpurpose>Specify a font for Unicode glyphs</refpurpose>
  330. </refnamediv>
  331.  
  332. <refsynopsisdiv>
  333. <src:fragment id="callout.unicode.font.frag"><xsl:param name="callout.unicode.font"
  334.            select="'ZapfDingbats'"/></src:fragment>
  335. </refsynopsisdiv>
  336.  
  337. <refsect1><title>Description</title>
  338.  
  339. <para>The name of the font to specify around Unicode callout glyphs.
  340. If set to the empty string, no font change will occur.
  341. </para>
  342.  
  343. </refsect1>
  344. </refentry>
  345.  
  346. <refentry id="callout.unicode.number.limit">
  347. <refmeta>
  348. <refentrytitle>callout.unicode.number.limit</refentrytitle>
  349. <refmiscinfo role="type">integer</refmiscinfo>
  350. </refmeta>
  351. <refnamediv>
  352. <refname>callout.unicode.number.limit</refname>
  353. <refpurpose>Number of the largest callout graphic</refpurpose>
  354. </refnamediv>
  355.  
  356. <refsynopsisdiv>
  357. <src:fragment id="callout.unicode.number.limit.frag"><xsl:param name="callout.unicode.number.limit"
  358.            select="'10'"/></src:fragment>
  359. </refsynopsisdiv>
  360.  
  361. <refsect1><title>Description</title>
  362.  
  363. <para>If <parameter moreinfo="none">callout.unicode</parameter>
  364. is non-zero, unicode characters are used to represent
  365. callout numbers. The value of
  366. <parameter moreinfo="none">callout.unicode.number.limit</parameter>
  367. is
  368. the largest number for which a unicode character exists. If the callout number
  369. exceeds this limit, the default presentation "(nnn)" will always
  370. be used.
  371. </para>
  372.  
  373. </refsect1>
  374. </refentry>
  375.  
  376. <refentry id="callout.unicode.start.character">
  377. <refmeta>
  378. <refentrytitle>callout.unicode.start.character</refentrytitle>
  379. <refmiscinfo role="type">integer</refmiscinfo>
  380. </refmeta>
  381. <refnamediv>
  382. <refname>callout.unicode.start.character</refname>
  383. <refpurpose>First Unicode character to use, decimal value.</refpurpose>
  384. </refnamediv>
  385.  
  386. <refsynopsisdiv>
  387. <src:fragment id="callout.unicode.start.character.frag"><xsl:param name="callout.unicode.start.character"
  388.            select="10102"/></src:fragment>
  389. </refsynopsisdiv>
  390.  
  391. <refsect1><title>Description</title>
  392.  
  393. <para>If <parameter moreinfo="none">callout.graphics</parameter> is zero and <parameter moreinfo="none">callout.unicode</parameter>
  394. is non-zero, unicode characters are used to represent
  395. callout numbers. The value of
  396. <parameter moreinfo="none">callout.unicode.start.character</parameter>
  397. is the decimal unicode value used for callout number one. Currently, 
  398. only 10102 is supported in the stylesheets for this parameter. 
  399. </para>
  400.  
  401. </refsect1>
  402. </refentry>
  403.  
  404. <refentry id="callouts.extension">
  405. <refmeta>
  406. <refentrytitle>callouts.extension</refentrytitle>
  407. <refmiscinfo role="type">boolean</refmiscinfo>
  408. </refmeta>
  409. <refnamediv>
  410. <refname>callouts.extension</refname>
  411. <refpurpose>Enable the callout extension</refpurpose>
  412. </refnamediv>
  413.  
  414. <refsynopsisdiv>
  415. <src:fragment id="callouts.extension.frag"><xsl:param name="callouts.extension"
  416.            select="'1'"/></src:fragment>
  417. </refsynopsisdiv>
  418.  
  419. <refsect1><title>Description</title>
  420.  
  421. <para>The callouts extension processes <sgmltag>areaset</sgmltag>
  422. elements in <sgmltag>ProgramListingCO</sgmltag> and other text-based
  423. callout elements.
  424. </para>
  425.  
  426. </refsect1>
  427. </refentry>
  428.  
  429. </reference>
  430.  
  431. <reference><title>ToC/LoT/Index Generation</title>
  432. <refentry id="autotoc.label.separator">
  433. <refmeta>
  434. <refentrytitle>autotoc.label.separator</refentrytitle>
  435. <refmiscinfo role="type">string</refmiscinfo>
  436. </refmeta>
  437. <refnamediv>
  438. <refname>autotoc.label.separator</refname>
  439. <refpurpose>Separator between labels and titles in the ToC</refpurpose>
  440. </refnamediv>
  441.  
  442. <refsynopsisdiv>
  443. <src:fragment id="autotoc.label.separator.frag"><xsl:param name="autotoc.label.separator"
  444.            select="'. '"/></src:fragment>
  445. </refsynopsisdiv>
  446.  
  447. <refsect1><title>Description</title>
  448.  
  449. <para>String to use to seperate labels and title in a table of contents.</para>
  450.  
  451. </refsect1>
  452. </refentry>
  453.  
  454. <refentry id="process.empty.source.toc">
  455. <refmeta>
  456. <refentrytitle>process.empty.source.toc</refentrytitle>
  457. <refmiscinfo role="type">boolean</refmiscinfo>
  458. </refmeta>
  459. <refnamediv>
  460. <refname>process.empty.source.toc</refname>
  461. <refpurpose>FIXME:</refpurpose>
  462. </refnamediv>
  463.  
  464. <refsynopsisdiv>
  465. <src:fragment id="process.empty.source.toc.frag"><xsl:param name="process.empty.source.toc"
  466.            select="0"/></src:fragment>
  467. </refsynopsisdiv>
  468.  
  469. <refsect1><title>Description</title>
  470.  
  471. <para>FIXME:
  472. </para>
  473.  
  474. </refsect1>
  475. </refentry>
  476.  
  477. <refentry id="process.source.toc">
  478. <refmeta>
  479. <refentrytitle>process.source.toc</refentrytitle>
  480. <refmiscinfo role="type">boolean</refmiscinfo>
  481. </refmeta>
  482. <refnamediv>
  483. <refname>process.source.toc</refname>
  484. <refpurpose>FIXME:</refpurpose>
  485. </refnamediv>
  486.  
  487. <refsynopsisdiv>
  488. <src:fragment id="process.source.toc.frag"><xsl:param name="process.source.toc"
  489.            select="0"/></src:fragment>
  490. </refsynopsisdiv>
  491.  
  492. <refsect1><title>Description</title>
  493.  
  494. <para>FIXME:
  495. </para>
  496.  
  497. </refsect1>
  498. </refentry>
  499.  
  500. <refentry id="generate.toc">
  501. <refmeta>
  502. <refentrytitle>generate.toc</refentrytitle>
  503. <refmiscinfo role="type">table</refmiscinfo>
  504. </refmeta>
  505. <refnamediv>
  506. <refname>generate.toc</refname>
  507. <refpurpose>Control generation of ToCs and LoTs</refpurpose>
  508. </refnamediv>
  509.  
  510. <refsynopsisdiv>
  511. <src:fragment id="generate.toc.frag">
  512. <xsl:param name="generate.toc">
  513. /appendix toc
  514. /article  toc
  515. book      toc,figure,table,example,equation
  516. /chapter  toc
  517. part      toc
  518. /preface  toc
  519. qandadiv  toc
  520. qandaset  toc
  521. reference toc
  522. /sect1    toc
  523. /sect2    toc
  524. /sect3    toc
  525. /sect4    toc
  526. /sect5    toc
  527. /section  toc
  528. set       toc
  529. </xsl:param></src:fragment>
  530. </refsynopsisdiv>
  531.  
  532. <refsect1><title>Description</title>
  533.  
  534. <para>This parameter has a structured value. It is a table of space-delimited
  535. path/value pairs. Each path identifies some element in the source document
  536. using a restricted subset of XPath (only the implicit child axis, no wildcards,
  537. no predicates). Paths can be either relative or absolute.</para>
  538.  
  539. <para>When processing a particular element, the stylesheets consult this table to
  540. determine if a ToC (or LoT(s)) should be generated.</para>
  541.  
  542. <para>For example, consider the entry:</para>
  543.  
  544. <screen format="linespecific">book toc,figure</screen>
  545.  
  546. <para>This indicates that whenever a <sgmltag>book</sgmltag> is formatted, a
  547. Table Of Contents and a List of Figures should be generated. Similarly,</para>
  548.  
  549. <screen format="linespecific">/chapter toc</screen>
  550.  
  551. <para>indicates that whenever a document <emphasis>that has a root
  552. of</emphasis> <sgmltag>chapter</sgmltag> is formatted, a Table of
  553. Contents should be generated. The entry <literal moreinfo="none">chapter</literal> would match
  554. all chapters, but <literal moreinfo="none">/chapter</literal> matches only <sgmltag>chapter</sgmltag>
  555. document elements.</para>
  556.  
  557. <para>Generally, the longest match wins. So, for example, if you want to distinguish
  558. articles in books from articles in parts, you could use these two entries:</para>
  559.  
  560. <screen format="linespecific">book/article toc,figure
  561. part/article toc</screen>
  562.  
  563. <para>Note that an article in a part can never match a <literal moreinfo="none">book/article</literal>,
  564. so if you want nothing to be generated for articles in parts, you can simply leave
  565. that rule out.</para>
  566.  
  567. <para>If you want to leave the rule in, to make it explicit that you're turning
  568. something off, use the value <quote>nop</quote>. For example, the following
  569. entry disables ToCs and LoTs for articles:</para>
  570.  
  571. <screen format="linespecific">article nop</screen>
  572.  
  573. <para>Do not simply leave the word <quote>article</quote> in the file
  574. without a matching value. That'd be just begging the silly little
  575. path/value parser to get confused.</para>
  576.  
  577. <para>Section ToCs are further controlled by the
  578. <parameter moreinfo="none">generate.section.toc.level</parameter> parameter.
  579. For a given section level to have a ToC, it must have both an entry in 
  580. <parameter moreinfo="none">generate.toc</parameter> and be within the range enabled by
  581. <parameter moreinfo="none">generate.section.toc.level</parameter>.</para>
  582. </refsect1>
  583. </refentry>
  584.  
  585. <refentry id="generate.index">
  586. <refmeta>
  587. <refentrytitle>generate.index</refentrytitle>
  588. <refmiscinfo role="type">boolean</refmiscinfo>
  589. </refmeta>
  590. <refnamediv>
  591. <refname>generate.index</refname>
  592. <refpurpose>Do you want an index?</refpurpose>
  593. </refnamediv>
  594.  
  595. <refsynopsisdiv>
  596. <src:fragment id="generate.index.frag"><xsl:param name="generate.index"
  597.            select="1"/></src:fragment>
  598. </refsynopsisdiv>
  599.  
  600. <refsect1><title>Description</title>
  601.  
  602. <para>Specify if an index should be generated. </para>
  603.  
  604. </refsect1>
  605. </refentry>
  606.  
  607. <refentry id="make.index.markup">
  608. <refmeta>
  609. <refentrytitle>make.index.markup</refentrytitle>
  610. <refmiscinfo role="type">boolean</refmiscinfo>
  611. </refmeta>
  612. <refnamediv>
  613. <refname>make.index.markup</refname>
  614. <refpurpose>Generate XML index markup in the index?</refpurpose>
  615. </refnamediv>
  616.  
  617. <refsynopsisdiv>
  618. <src:fragment id="make.index.markup.frag"><xsl:param name="make.index.markup"
  619.            select="0"/></src:fragment>
  620. </refsynopsisdiv>
  621.  
  622. <refsect1><title>Description</title>
  623.  
  624. <para>This parameter enables a very neat trick for getting properly
  625. merged, collated back-of-the-book indexes. G. Ken Holman suggested
  626. this trick at Extreme Markup Languages 2002 and I'm indebted to him
  627. for it.</para>
  628.  
  629. <para>Jeni Tennison's excellent code in
  630. <filename moreinfo="none">autoidx.xsl</filename> does a great job of merging and
  631. sorting <sgmltag>indexterm</sgmltag>s in the document and building a
  632. back-of-the-book index. However, there's one thing that it cannot
  633. reasonably be expected to do: merge page numbers into ranges. (I would
  634. not have thought that it could collate and suppress duplicate page
  635. numbers, but in fact it appears to manage that task somehow.)</para>
  636.  
  637. <para>Ken's trick is to produce a document in which the index at the
  638. back of the book is <quote>displayed</quote> in XML. Because the index
  639. is generated by the FO processor, all of the page numbers have been resolved.
  640. It's a bit hard to explain, but what it boils down to is that instead of having
  641. an index at the back of the book that looks like this:</para>
  642.  
  643. <blockquote>
  644. <formalpara><title>A</title>
  645. <para>ap1, 1, 2, 3</para>
  646. </formalpara>
  647. </blockquote>
  648.  
  649. <para>you get one that looks like this:</para>
  650.  
  651. <blockquote>
  652. <programlisting format="linespecific"><indexdiv>A</indexdiv>
  653. <indexentry>
  654. <primaryie>ap1</primaryie>,
  655. <phrase role="pageno">1</phrase>,
  656. <phrase role="pageno">2</phrase>,
  657. <phrase role="pageno">3</phrase>
  658. </indexentry></programlisting>
  659. </blockquote>
  660.  
  661. <para>After building a PDF file with this sort of odd-looking index, you can
  662. extract the text from the PDF file and the result is a proper index expressed in
  663. XML.</para>
  664.  
  665. <para>Now you have data that's amenable to processing and a simple Perl script
  666. (such as <filename moreinfo="none">fo/pdf2index</filename>) can
  667. merge page ranges and generate a proper index.</para>
  668.  
  669. <para>Finally, reformat your original document using this literal index instead of
  670. an automatically generated one and <quote>bingo</quote>!</para>
  671.  
  672. </refsect1>
  673. </refentry>
  674.  
  675. <refentry id="toc.section.depth">
  676. <refmeta>
  677. <refentrytitle>toc.section.depth</refentrytitle>
  678. <refmiscinfo role="type">integer</refmiscinfo>
  679. </refmeta>
  680. <refnamediv>
  681. <refname>toc.section.depth</refname>
  682. <refpurpose>How deep should recursive <sgmltag>section</sgmltag>s appear
  683. in the TOC?</refpurpose>
  684. </refnamediv>
  685.  
  686. <refsynopsisdiv>
  687. <src:fragment id="toc.section.depth.frag"><xsl:param name="toc.section.depth">2</xsl:param></src:fragment>
  688. </refsynopsisdiv>
  689.  
  690. <refsect1><title>Description</title>
  691.  
  692. <para>Specifies the depth to which recursive sections should appear in the
  693. TOC.
  694. </para>
  695.  
  696. </refsect1>
  697. </refentry>
  698.  
  699. <refentry id="toc.indent.width">
  700. <refmeta>
  701. <refentrytitle>toc.indent.width</refentrytitle>
  702. <refmiscinfo role="type">float</refmiscinfo>
  703. </refmeta>
  704. <refnamediv>
  705. <refname>toc.indent.width</refname>
  706. <refpurpose>Amount of indentation for TOC entries</refpurpose>
  707. </refnamediv>
  708.  
  709. <refsynopsisdiv>
  710. <src:fragment id="toc.indent.width.frag"><xsl:param name="toc.indent.width"
  711.            select="24"/></src:fragment>
  712. </refsynopsisdiv>
  713.  
  714. <refsect1><title>Description</title>
  715.  
  716. <para>Specifies, in points, the distance by which each level of the
  717. TOC is indented from its parent.</para>
  718.  
  719. <para>This value is expressed in points, without
  720. a unit (in other words, it is a bare number). Using a bare number allows the stylesheet
  721. to perform calculations that would otherwise have to be performed by the FO processor
  722. because not all processors support expressions.</para>
  723.  
  724. </refsect1>
  725. </refentry>
  726.  
  727. <refentry id="toc.margin.properties">
  728. <refnamediv>
  729. <refname>toc.margin.properties</refname>
  730. <refpurpose>FIXME:</refpurpose>
  731. </refnamediv>
  732.  
  733. <refsynopsisdiv>
  734. <src:fragment id="toc.margin.properties.frag"><xsl:attribute-set name="toc.margin.properties">
  735.   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
  736.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  737.   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
  738.   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  739.   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  740.   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  741. </xsl:attribute-set></src:fragment>
  742. </refsynopsisdiv>
  743. <refsect1><title>Description</title>
  744. <para>FIXME:</para>
  745. </refsect1>
  746. </refentry>
  747.  
  748.  
  749. <!--
  750. annotate.toc;
  751. bridgehead.in.toc;
  752. manual.toc;
  753. generate.section.toc.level;
  754. -->
  755.  
  756. </reference>
  757.  
  758. <reference><title>Processor Extensions</title>
  759. <refentry id="arbortext.extensions">
  760. <refmeta>
  761. <refentrytitle>arbortext.extensions</refentrytitle>
  762. <refmiscinfo role="type">boolean</refmiscinfo>
  763. </refmeta>
  764. <refnamediv>
  765. <refname>arbortext.extensions</refname>
  766. <refpurpose>Enable Arbortext extensions?</refpurpose>
  767. </refnamediv>
  768.  
  769. <refsynopsisdiv>
  770. <src:fragment id="arbortext.extensions.frag"><xsl:param name="arbortext.extensions"
  771.            select="0"/></src:fragment>
  772. </refsynopsisdiv>
  773.  
  774. <refsect1><title>Description</title>
  775.  
  776. <para>If non-zero,
  777. <ulink url="http://www.arbortext.com/">Arbortext</ulink>
  778. extensions will be used.
  779. </para>
  780.  
  781. </refsect1>
  782. </refentry>
  783.  
  784. <refentry id="fop.extensions">
  785. <refmeta>
  786. <refentrytitle>fop.extensions</refentrytitle>
  787. <refmiscinfo role="type">boolean</refmiscinfo>
  788. </refmeta>
  789. <refnamediv>
  790. <refname>fop.extensions</refname>
  791. <refpurpose>Enable FOP extensions?</refpurpose>
  792. </refnamediv>
  793.  
  794. <refsynopsisdiv>
  795. <src:fragment id="fop.extensions.frag"><xsl:param name="fop.extensions"
  796.            select="0"/></src:fragment>
  797. </refsynopsisdiv>
  798.  
  799. <refsect1><title>Description</title>
  800.  
  801. <para>If non-zero,
  802. <ulink url="http://xml.apache.org/fop/">FOP</ulink>
  803. extensions will be used. At present, this consists of PDF bookmarks.
  804. </para>
  805.  
  806. </refsect1>
  807. </refentry>
  808.  
  809. <refentry id="passivetex.extensions">
  810. <refmeta>
  811. <refentrytitle>passivetex.extensions</refentrytitle>
  812. <refmiscinfo role="type">boolean</refmiscinfo>
  813. </refmeta>
  814. <refnamediv>
  815. <refname>passivetex.extensions</refname>
  816. <refpurpose>Enable PassiveTeX extensions?</refpurpose>
  817. </refnamediv>
  818.  
  819. <refsynopsisdiv>
  820. <src:fragment id="passivetex.extensions.frag"><xsl:param name="passivetex.extensions"
  821.            select="0"/></src:fragment>
  822. </refsynopsisdiv>
  823.  
  824. <refsect1><title>Description</title>
  825.  
  826. <para>If non-zero,
  827. <ulink url="http://users.ox.ac.uk/~rahtz/passivetex/">PassiveTeX</ulink>
  828. extensions will be used. At present, this consists of PDF bookmarks
  829. and sorted index terms.
  830. </para>
  831.  
  832. </refsect1>
  833. </refentry>
  834.  
  835. <refentry id="tex.math.in.alt">
  836. <refmeta>
  837. <refentrytitle>tex.math.in.alt</refentrytitle>
  838. <refmiscinfo role="type">string</refmiscinfo>
  839. </refmeta>
  840. <refnamediv>
  841. <refname>tex.math.in.alt</refname>
  842. <refpurpose>TeX notation used for equations</refpurpose>
  843. </refnamediv>
  844.  
  845. <refsynopsisdiv>
  846. <src:fragment id="tex.math.in.alt.frag"><xsl:param name="tex.math.in.alt"
  847.            select="''"/></src:fragment>
  848. </refsynopsisdiv>
  849.  
  850. <refsect1><title>Description</title>
  851.  
  852. <para>If you want type math directly in TeX notation in equations,
  853. this parameter specifies notation used. Currently are supported two
  854. values -- <literal moreinfo="none">plain</literal> and <literal moreinfo="none">latex</literal>. Empty
  855. value means that you are not using TeX math at all.</para>
  856.  
  857. <para>Preferred way for including TeX alternative of math is inside of
  858. <sgmltag>textobject</sgmltag> element. Eg.:</para>
  859.  
  860. <programlisting format="linespecific"><inlineequation>
  861. <inlinemediaobject>
  862. <imageobject>
  863. <imagedata fileref="eq1.gif"/>
  864. </imageobject>
  865. <textobject><phrase>E=mc squared</phrase></textobject>
  866. <textobject role="tex"><phrase>E=mc^2</phrase></textobject>
  867. </inlinemediaobject>
  868. </inlineequation></programlisting>
  869.  
  870. <para>If you are using <sgmltag>graphic</sgmltag> element, you can
  871. store TeX inside <sgmltag>alt</sgmltag> element:</para>
  872.  
  873. <programlisting format="linespecific"><inlineequation>
  874. <alt role="tex">a^2+b^2=c^2</alt>
  875. <graphic fileref="a2b2c2.gif"/>  
  876. </inlineequation></programlisting>
  877.  
  878. <para>If you want use this feature, you should process your FO with
  879. PassiveTeX, which only supports TeX math notation. When calling
  880. stylsheet, don't forget to specify also
  881. passivetex.extensions=1.</para>
  882.  
  883. <para>If you want equations in HTML, just process generated file
  884. <filename moreinfo="none">tex-math-equations.tex</filename> by TeX or LaTeX. Then run
  885. dvi2bitmap program on result DVI file. You will get images for
  886. equations in your document.</para>
  887.  
  888. </refsect1>
  889. </refentry>
  890.  
  891. <refentry id="tex.math.delims">
  892. <refmeta>
  893. <refentrytitle>tex.math.delims</refentrytitle>
  894. <refmiscinfo role="type">boolean</refmiscinfo>
  895. </refmeta>
  896. <refnamediv>
  897. <refname>tex.math.delims</refname>
  898. <refpurpose>Should be equations outputed for processing by TeX
  899. automatically surrounded by math mode delimiters</refpurpose>
  900. </refnamediv>
  901.  
  902. <refsynopsisdiv>
  903. <src:fragment id="tex.math.delims.frag"><xsl:param name="tex.math.delims"
  904.            select="'1'"/></src:fragment>
  905. </refsynopsisdiv>
  906.  
  907. <refsect1><title>Description</title>
  908.  
  909. <para>For compatibility with DSSSL based DBTeXMath from Allin Cottrell
  910. you should set this parameter to 0.</para>
  911.  
  912. </refsect1>
  913. </refentry>
  914.  
  915. <refentry id="xep.extensions">
  916. <refmeta>
  917. <refentrytitle>xep.extensions</refentrytitle>
  918. <refmiscinfo role="type">boolean</refmiscinfo>
  919. </refmeta>
  920. <refnamediv>
  921. <refname>xep.extensions</refname>
  922. <refpurpose>Enable XEP extensions?</refpurpose>
  923. </refnamediv>
  924.  
  925. <refsynopsisdiv>
  926. <src:fragment id="xep.extensions.frag"><xsl:param name="xep.extensions"
  927.            select="0"/></src:fragment>
  928. </refsynopsisdiv>
  929.  
  930. <refsect1><title>Description</title>
  931.  
  932. <para>If non-zero,
  933. <ulink url="http://www.renderx.com/">XEP</ulink>
  934. extensions will be used. XEP extensions consists of PDF bookmarks and document information.
  935. </para>
  936.  
  937. </refsect1>
  938. </refentry>
  939.  
  940. </reference>
  941.  
  942. <reference><title>Stylesheet Extensions</title>
  943. <refentry id="linenumbering.everyNth">
  944. <refmeta>
  945. <refentrytitle>linenumbering.everyNth</refentrytitle>
  946. <refmiscinfo role="type">integer</refmiscinfo>
  947. </refmeta>
  948. <refnamediv>
  949. <refname>linenumbering.everyNth</refname>
  950. <refpurpose>Indicate which lines should be numbered</refpurpose>
  951. </refnamediv>
  952.  
  953. <refsynopsisdiv>
  954. <src:fragment id="linenumbering.everyNth.frag"><xsl:param name="linenumbering.everyNth"
  955.            select="'5'"/></src:fragment>
  956. </refsynopsisdiv>
  957.  
  958. <refsect1><title>Description</title>
  959.  
  960. <para>If line numbering is enabled, everyNth line will be numbered.
  961. </para>
  962.  
  963. </refsect1>
  964. </refentry>
  965.  
  966. <refentry id="linenumbering.extension">
  967. <refmeta>
  968. <refentrytitle>linenumbering.extension</refentrytitle>
  969. <refmiscinfo role="type">boolean</refmiscinfo>
  970. </refmeta>
  971. <refnamediv>
  972. <refname>linenumbering.extension</refname>
  973. <refpurpose>Enable the line numbering extension</refpurpose>
  974. </refnamediv>
  975.  
  976. <refsynopsisdiv>
  977. <src:fragment id="linenumbering.extension.frag"><xsl:param name="linenumbering.extension"
  978.            select="'1'"/></src:fragment>
  979. </refsynopsisdiv>
  980.  
  981. <refsect1><title>Description</title>
  982.  
  983. <para>If true, verbatim environments (elements that have the
  984. format='linespecific' notation attribute: address, literallayout,
  985. programlisting, screen, synopsis) that specify line numbering will
  986. have, surprise, line numbers.
  987. </para>
  988.  
  989. </refsect1>
  990. </refentry>
  991.  
  992. <refentry id="linenumbering.separator">
  993. <refmeta>
  994. <refentrytitle>linenumbering.separator</refentrytitle>
  995. <refmiscinfo role="type">string</refmiscinfo>
  996. </refmeta>
  997. <refnamediv>
  998. <refname>linenumbering.separator</refname>
  999. <refpurpose>Specify a separator between line numbers and lines</refpurpose>
  1000. </refnamediv>
  1001.  
  1002. <refsynopsisdiv>
  1003. <src:fragment id="linenumbering.separator.frag"><xsl:param name="linenumbering.separator"
  1004.            select="' '"/></src:fragment>
  1005. </refsynopsisdiv>
  1006.  
  1007. <refsect1><title>Description</title>
  1008.  
  1009. <para>The separator is inserted between line numbers and lines in
  1010. the verbatim environment.
  1011. </para>
  1012.  
  1013. </refsect1>
  1014. </refentry>
  1015.  
  1016. <refentry id="linenumbering.width">
  1017. <refmeta>
  1018. <refentrytitle>linenumbering.width</refentrytitle>
  1019. <refmiscinfo role="type">integer</refmiscinfo>
  1020. </refmeta>
  1021. <refnamediv>
  1022. <refname>linenumbering.width</refname>
  1023. <refpurpose>Indicates the width of line numbers</refpurpose>
  1024. </refnamediv>
  1025.  
  1026. <refsynopsisdiv>
  1027. <src:fragment id="linenumbering.width.frag"><xsl:param name="linenumbering.width"
  1028.            select="'3'"/></src:fragment>
  1029. </refsynopsisdiv>
  1030.  
  1031. <refsect1><title>Description</title>
  1032.  
  1033. <para>If line numbering is enabled, line numbers will appear right
  1034. justified in a field "width" characters wide.
  1035. </para>
  1036.  
  1037. </refsect1>
  1038. </refentry>
  1039.  
  1040. <refentry id="tablecolumns.extension">
  1041. <refmeta>
  1042. <refentrytitle>tablecolumns.extension</refentrytitle>
  1043. <refmiscinfo role="type">boolean</refmiscinfo>
  1044. </refmeta>
  1045. <refnamediv>
  1046. <refname>tablecolumns.extension</refname>
  1047. <refpurpose>Enable the table columns extension function</refpurpose>
  1048. </refnamediv>
  1049.  
  1050. <refsynopsisdiv>
  1051. <src:fragment id="tablecolumns.extension.frag"><xsl:param name="tablecolumns.extension"
  1052.            select="'1'"/></src:fragment>
  1053. </refsynopsisdiv>
  1054.  
  1055. <refsect1><title>Description</title>
  1056.  
  1057. <para>The table columns extension function adjusts the widths of table
  1058. columns in the HTML result to more accurately reflect the specifications
  1059. in the CALS table.
  1060. </para>
  1061.  
  1062. </refsect1>
  1063. </refentry>
  1064.  
  1065. <refentry id="textinsert.extension">
  1066. <refmeta>
  1067. <refentrytitle>textinsert.extension</refentrytitle>
  1068. <refmiscinfo role="type">boolean</refmiscinfo>
  1069. </refmeta>
  1070. <refnamediv>
  1071. <refname>textinsert.extension</refname>
  1072. <refpurpose>Enable the textinsert extension element</refpurpose>
  1073. </refnamediv>
  1074.  
  1075. <refsynopsisdiv>
  1076. <src:fragment id="textinsert.extension.frag"><xsl:param name="textinsert.extension"
  1077.            select="'1'"/></src:fragment>
  1078. </refsynopsisdiv>
  1079.  
  1080. <refsect1><title>Description</title>
  1081.  
  1082. <para>The textinsert extension element inserts the contents of a
  1083. a file into the result tree (as text).
  1084. </para>
  1085.  
  1086. </refsect1>
  1087. </refentry>
  1088.  
  1089. <refentry id="use.extensions">
  1090. <refmeta>
  1091. <refentrytitle>use.extensions</refentrytitle>
  1092. <refmiscinfo role="type">boolean</refmiscinfo>
  1093. </refmeta>
  1094. <refnamediv>
  1095. <refname>use.extensions</refname>
  1096. <refpurpose>Enable extensions</refpurpose>
  1097. </refnamediv>
  1098.  
  1099. <refsynopsisdiv>
  1100. <src:fragment id="use.extensions.frag"><xsl:param name="use.extensions"
  1101.            select="'0'"/></src:fragment>
  1102. </refsynopsisdiv>
  1103.  
  1104. <refsect1><title>Description</title>
  1105.  
  1106. <para>If non-zero, extensions may be used. Each extension is
  1107. further controlled by its own parameter. But if
  1108. <parameter moreinfo="none">use.extensions</parameter> is zero, no extensions will
  1109. be used.
  1110. </para>
  1111.  
  1112. </refsect1>
  1113. </refentry>
  1114.  
  1115. </reference>
  1116.  
  1117. <reference><title>Automatic labelling</title>
  1118. <refentry id="appendix.autolabel">
  1119. <refmeta>
  1120. <refentrytitle>appendix.autolabel</refentrytitle>
  1121. <refmiscinfo role="type">boolean</refmiscinfo>
  1122. </refmeta>
  1123. <refnamediv>
  1124. <refname>appendix.autolabel</refname>
  1125. <refpurpose>Are Appendixes automatically enumerated?</refpurpose>
  1126. </refnamediv>
  1127.  
  1128. <refsynopsisdiv>
  1129. <src:fragment id="appendix.autolabel.frag"><xsl:param name="appendix.autolabel"
  1130.            select="1"/></src:fragment>
  1131. </refsynopsisdiv>
  1132.  
  1133. <refsect1><title>Description</title>
  1134.  
  1135. <para>If true (non-zero), unlabeled appendixes will be
  1136. enumerated.
  1137. </para>
  1138.  
  1139. </refsect1>
  1140. </refentry>
  1141.  
  1142. <refentry id="chapter.autolabel">
  1143. <refmeta>
  1144. <refentrytitle>chapter.autolabel</refentrytitle>
  1145. <refmiscinfo role="type">boolean</refmiscinfo>
  1146. </refmeta>
  1147. <refnamediv>
  1148. <refname>chapter.autolabel</refname>
  1149. <refpurpose>Are chapters automatically enumerated?</refpurpose>
  1150. </refnamediv>
  1151.  
  1152. <refsynopsisdiv>
  1153. <src:fragment id="chapter.autolabel.frag"><xsl:param name="chapter.autolabel"
  1154.            select="1"/></src:fragment>
  1155. </refsynopsisdiv>
  1156.  
  1157. <refsect1><title>Description</title>
  1158.  
  1159. <para>If true (non-zero), unlabeled chapters will be enumerated.
  1160. </para>
  1161.  
  1162. </refsect1>
  1163. </refentry>
  1164.  
  1165. <refentry id="part.autolabel">
  1166. <refmeta>
  1167. <refentrytitle>part.autolabel</refentrytitle>
  1168. <refmiscinfo role="type">boolean</refmiscinfo>
  1169. </refmeta>
  1170. <refnamediv>
  1171. <refname>part.autolabel</refname>
  1172. <refpurpose>Are parts and references enumerated?</refpurpose>
  1173. </refnamediv>
  1174.  
  1175. <refsynopsisdiv>
  1176. <src:fragment id="part.autolabel.frag"><xsl:param name="part.autolabel"
  1177.            select="1"/></src:fragment>
  1178. </refsynopsisdiv>
  1179.  
  1180. <refsect1><title>Description</title>
  1181.  
  1182. <para>If true (non-zero), unlabeled parts and references will be enumerated.
  1183. </para>
  1184.  
  1185. </refsect1>
  1186. </refentry>
  1187.  
  1188. <refentry id="preface.autolabel">
  1189. <refmeta>
  1190. <refentrytitle>preface.autolabel</refentrytitle>
  1191. <refmiscinfo role="type">boolean</refmiscinfo>
  1192. </refmeta>
  1193. <refnamediv>
  1194. <refname>preface.autolabel</refname>
  1195. <refpurpose>Are prefaces enumerated?</refpurpose>
  1196. </refnamediv>
  1197.  
  1198. <refsynopsisdiv>
  1199. <src:fragment id="preface.autolabel.frag"><xsl:param name="preface.autolabel"
  1200.            select="0"/></src:fragment>
  1201. </refsynopsisdiv>
  1202.  
  1203. <refsect1><title>Description</title>
  1204.  
  1205. <para>If true (non-zero), unlabeled prefaces will be enumerated.
  1206. </para>
  1207.  
  1208. </refsect1>
  1209. </refentry>
  1210.  
  1211. <refentry id="section.autolabel">
  1212. <refmeta>
  1213. <refentrytitle>section.autolabel</refentrytitle>
  1214. <refmiscinfo role="type">boolean</refmiscinfo>
  1215. </refmeta>
  1216. <refnamediv>
  1217. <refname>section.autolabel</refname>
  1218. <refpurpose>Are sections enumerated?</refpurpose>
  1219. </refnamediv>
  1220.  
  1221. <refsynopsisdiv>
  1222. <src:fragment id="section.autolabel.frag"><xsl:param name="section.autolabel"
  1223.            select="0"/></src:fragment>
  1224. </refsynopsisdiv>
  1225.  
  1226. <refsect1><title>Description</title>
  1227.  
  1228. <para>If true (non-zero), unlabeled sections will be enumerated.
  1229. </para>
  1230.  
  1231. </refsect1>
  1232. </refentry>
  1233.  
  1234. <refentry id="section.label.includes.component.label">
  1235. <refmeta>
  1236. <refentrytitle>section.label.includes.component.label</refentrytitle>
  1237. <refmiscinfo role="type">boolean</refmiscinfo>
  1238. </refmeta>
  1239. <refnamediv>
  1240. <refname>section.label.includes.component.label</refname>
  1241. <refpurpose>Do section labels include the component label?</refpurpose>
  1242. </refnamediv>
  1243.  
  1244. <refsynopsisdiv>
  1245. <src:fragment id="section.label.includes.component.label.frag"><xsl:param name="section.label.includes.component.label"
  1246.            select="0"/></src:fragment>
  1247. </refsynopsisdiv>
  1248.  
  1249. <refsect1><title>Description</title>
  1250.  
  1251. <para>If true (non-zero), section labels are prefixed with the label of the
  1252. component that contains them.
  1253. </para>
  1254.  
  1255. </refsect1>
  1256. </refentry>
  1257.  
  1258. <refentry id="label.from.part">
  1259. <refmeta>
  1260. <refentrytitle>label.from.part</refentrytitle>
  1261. <refmiscinfo role="type">boolean</refmiscinfo>
  1262. </refmeta>
  1263. <refnamediv>
  1264. <refname>label.from.part</refname>
  1265. <refpurpose>Renumber chapters in each part?</refpurpose>
  1266. </refnamediv>
  1267.  
  1268. <refsynopsisdiv>
  1269. <src:fragment id="label.from.part.frag"><xsl:param name="label.from.part"
  1270.            select="'0'"/></src:fragment>
  1271. </refsynopsisdiv>
  1272.  
  1273. <refsect1><title>Description</title>
  1274.  
  1275. <para>If <parameter moreinfo="none">label.from.part</parameter> is non-zero, components
  1276. (<sgmltag>chapter</sgmltag>s, <sgmltag>appendixe</sgmltag>s, etc.)
  1277. will be numbered from 1 in each <sgmltag>part</sgmltag>. Otherwise,
  1278. they will be numbered monotonically throughout each
  1279. <sgmltag>book</sgmltag>.
  1280. </para>
  1281.  
  1282. </refsect1>
  1283. </refentry>
  1284.  
  1285. </reference>
  1286.  
  1287. <reference><title>XSLT Processing</title>
  1288. <refentry id="rootid">
  1289. <refmeta>
  1290. <refentrytitle>rootid</refentrytitle>
  1291. <refmiscinfo role="type">string</refmiscinfo>
  1292. </refmeta>
  1293. <refnamediv>
  1294. <refname>rootid</refname>
  1295. <refpurpose>Specify the root element to format</refpurpose>
  1296. </refnamediv>
  1297.  
  1298. <refsynopsisdiv>
  1299. <src:fragment id="rootid.frag"><xsl:param name="rootid"
  1300.            select="''"/></src:fragment>
  1301. </refsynopsisdiv>
  1302.  
  1303. <refsect1><title>Description</title>
  1304.  
  1305. <para>If <parameter moreinfo="none">rootid</parameter> is specified, it must be the
  1306. value of an ID that occurs in the document being formatted. The entire
  1307. document will be loaded and parsed, but formatting will begin at the
  1308. element identified, rather than at the root. For example, this allows
  1309. you to process only chapter 4 of a book.</para>
  1310. <para>Because the entire document is available to the processor, automatic
  1311. numbering, cross references, and other dependencies are correctly
  1312. resolved.</para>
  1313.  
  1314. </refsect1>
  1315. </refentry>
  1316.  
  1317. </reference>
  1318.  
  1319. <reference><title>Meta/*Info</title>
  1320. <refentry id="make.single.year.ranges">
  1321. <refmeta>
  1322. <refentrytitle>make.single.year.ranges</refentrytitle>
  1323. <refmiscinfo role="type">boolean</refmiscinfo>
  1324. </refmeta>
  1325. <refnamediv>
  1326. <refname>make.single.year.ranges</refname>
  1327. <refpurpose>Print single-year ranges (e.g., 1998-1999)</refpurpose>
  1328. </refnamediv>
  1329.  
  1330. <refsynopsisdiv>
  1331. <src:fragment id="make.single.year.ranges.frag"><xsl:param name="make.single.year.ranges"
  1332.            select="0"/></src:fragment>
  1333. </refsynopsisdiv>
  1334.  
  1335. <refsect1><title>Description</title>
  1336.  
  1337. <para>If non-zero, year ranges that span a single year will be printed
  1338. in range notation (1998-1999) instead of discrete notation
  1339. (1998, 1999).</para>
  1340.  
  1341. </refsect1>
  1342. </refentry>
  1343.  
  1344. <refentry id="make.year.ranges">
  1345. <refmeta>
  1346. <refentrytitle>make.year.ranges</refentrytitle>
  1347. <refmiscinfo role="type">boolean</refmiscinfo>
  1348. </refmeta>
  1349. <refnamediv>
  1350. <refname>make.year.ranges</refname>
  1351. <refpurpose>Collate copyright years into ranges?</refpurpose>
  1352. </refnamediv>
  1353.  
  1354. <refsynopsisdiv>
  1355. <src:fragment id="make.year.ranges.frag"><xsl:param name="make.year.ranges"
  1356.            select="0"/></src:fragment>
  1357. </refsynopsisdiv>
  1358.  
  1359. <refsect1><title>Description</title>
  1360.  
  1361. <para>If non-zero, copyright years will be collated into ranges.</para>
  1362.  
  1363. </refsect1>
  1364. </refentry>
  1365.  
  1366. <refentry id="author.othername.in.middle">
  1367. <refmeta>
  1368. <refentrytitle>author.othername.in.middle</refentrytitle>
  1369. <refmiscinfo role="type">boolean</refmiscinfo>
  1370. </refmeta>
  1371. <refnamediv>
  1372. <refname>author.othername.in.middle</refname>
  1373. <refpurpose>Is <sgmltag>othername</sgmltag> in <sgmltag>author</sgmltag> a
  1374. middle name?</refpurpose>
  1375. </refnamediv>
  1376.  
  1377. <refsynopsisdiv>
  1378. <src:fragment id="author.othername.in.middle.frag"><xsl:param name="author.othername.in.middle"
  1379.            select="1"/></src:fragment>
  1380. </refsynopsisdiv>
  1381.  
  1382. <refsect1><title>Description</title>
  1383.  
  1384. <para>If true (non-zero), the <sgmltag>othername</sgmltag> of an <sgmltag>author</sgmltag>
  1385. appears between the <sgmltag>firstname</sgmltag> and
  1386. <sgmltag>surname</sgmltag>.  Otherwise, <sgmltag>othername</sgmltag>
  1387. is suppressed.
  1388. </para>
  1389.  
  1390. </refsect1>
  1391. </refentry>
  1392.  
  1393. </reference>
  1394.  
  1395. <reference><title>Reference Pages</title>
  1396. <refentry id="funcsynopsis.decoration">
  1397. <refmeta>
  1398. <refentrytitle>funcsynopsis.decoration</refentrytitle>
  1399. <refmiscinfo role="type">boolean</refmiscinfo>
  1400. </refmeta>
  1401. <refnamediv>
  1402. <refname>funcsynopsis.decoration</refname>
  1403. <refpurpose>Decorate elements of a FuncSynopsis?</refpurpose>
  1404. </refnamediv>
  1405.  
  1406. <refsynopsisdiv>
  1407. <src:fragment id="funcsynopsis.decoration.frag"><xsl:param name="funcsynopsis.decoration"
  1408.            select="1"/></src:fragment>
  1409. </refsynopsisdiv>
  1410.  
  1411. <refsect1><title>Description</title>
  1412.  
  1413. <para>If true (non-zero), elements of the FuncSynopsis will be decorated (e.g. bold or
  1414. italic).  The decoration is controlled by functions that can be redefined
  1415. in a customization layer.
  1416. </para>
  1417.  
  1418. </refsect1>
  1419. </refentry>
  1420.  
  1421. <refentry id="funcsynopsis.style">
  1422. <refmeta>
  1423. <refentrytitle>funcsynopsis.style</refentrytitle>
  1424. <refmiscinfo role="type">list</refmiscinfo>
  1425. <refmiscinfo role="value">ansi</refmiscinfo>
  1426. <refmiscinfo role="value">kr</refmiscinfo>
  1427. </refmeta>
  1428. <refnamediv>
  1429. <refname>funcsynopsis.style</refname>
  1430. <refpurpose>What style of 'FuncSynopsis' should be generated?</refpurpose>
  1431. </refnamediv>
  1432.  
  1433. <refsynopsisdiv>
  1434. <src:fragment id="funcsynopsis.style.frag"><xsl:param name="funcsynopsis.style">kr</xsl:param></src:fragment>
  1435. </refsynopsisdiv>
  1436.  
  1437. <refsect1><title>Description</title>
  1438.  
  1439. <para>If <varname>funcsynopsis.style</varname> is <literal moreinfo="none">ansi</literal>,
  1440. ANSI-style function synopses are generated for a
  1441. <sgmltag>funcsynopsis</sgmltag>, otherwise K&R-style
  1442. function synopses are generated.
  1443. </para>
  1444.  
  1445. </refsect1>
  1446. </refentry>
  1447.  
  1448. <refentry id="function.parens">
  1449. <refmeta>
  1450. <refentrytitle>function.parens</refentrytitle>
  1451. <refmiscinfo role="type">boolean</refmiscinfo>
  1452. </refmeta>
  1453. <refnamediv>
  1454. <refname>function.parens</refname>
  1455. <refpurpose>Generate parens after a function?</refpurpose>
  1456. </refnamediv>
  1457.  
  1458. <refsynopsisdiv>
  1459. <src:fragment id="function.parens.frag"><xsl:param name="function.parens">0</xsl:param></src:fragment>
  1460. </refsynopsisdiv>
  1461.  
  1462. <refsect1><title>Description</title>
  1463.  
  1464. <para>If not 0, the formatting of
  1465. a <sgmltag class="starttag">function</sgmltag> element will include
  1466. generated parenthesis.
  1467. </para>
  1468.  
  1469. </refsect1>
  1470. </refentry>
  1471.  
  1472. <refentry id="refentry.generate.name">
  1473. <refmeta>
  1474. <refentrytitle>refentry.generate.name</refentrytitle>
  1475. <refmiscinfo role="type">boolean</refmiscinfo>
  1476. </refmeta>
  1477. <refnamediv>
  1478. <refname>refentry.generate.name</refname>
  1479. <refpurpose>Output NAME header before 'RefName'(s)?</refpurpose>
  1480. </refnamediv>
  1481.  
  1482. <refsynopsisdiv>
  1483. <src:fragment id="refentry.generate.name.frag"><xsl:param name="refentry.generate.name"
  1484.            select="1"/></src:fragment>
  1485. </refsynopsisdiv>
  1486.  
  1487. <refsect1><title>Description</title>
  1488.  
  1489. <para>If true (non-zero), a "NAME" section title is output before the list
  1490. of 'RefName's. This parameter and
  1491. <parameter moreinfo="none">refentry.generate.title</parameter> are mutually
  1492. exclusive. This means that if you change this parameter to zero, you
  1493. should set <parameter moreinfo="none">refentry.generate.title</parameter> to 1 unless
  1494. you want get quite strange output.
  1495. </para>
  1496.  
  1497. </refsect1>
  1498. </refentry>
  1499.  
  1500. <refentry id="refentry.generate.title">
  1501. <refmeta>
  1502. <refentrytitle>refentry.generate.title</refentrytitle>
  1503. <refmiscinfo role="type">boolean</refmiscinfo>
  1504. </refmeta>
  1505. <refnamediv>
  1506. <refname>refentry.generate.title</refname>
  1507. <refpurpose>Output title before 'RefName'(s)?</refpurpose>
  1508. </refnamediv>
  1509.  
  1510. <refsynopsisdiv>
  1511. <src:fragment id="refentry.generate.title.frag"><xsl:param name="refentry.generate.title"
  1512.            select="0"/></src:fragment>
  1513. </refsynopsisdiv>
  1514.  
  1515. <refsect1><title>Description</title>
  1516.  
  1517. <para>If true (non-zero), the reference page title or first name is
  1518. output before the list of 'RefName's. This parameter and
  1519. <parameter moreinfo="none">refentry.generate.name</parameter> are mutually exclusive.
  1520. This means that if you change this parameter to 1, you
  1521. should set <parameter moreinfo="none">refentry.generate.name</parameter> to 0 unless
  1522. you want get quite strange output.</para>
  1523.  
  1524.  
  1525. </refsect1>
  1526. </refentry>
  1527.  
  1528. <refentry id="refentry.title.properties">
  1529. <refmeta>
  1530. <refentrytitle>refentry.title.properties</refentrytitle>
  1531. <refmiscinfo role="type">attribute set</refmiscinfo>
  1532. </refmeta>
  1533. <refnamediv>
  1534. <refname>refentry.title.properties</refname>
  1535. <refpurpose>Title properties for a refentry title</refpurpose>
  1536. </refnamediv>
  1537.  
  1538. <refsynopsisdiv>
  1539. <src:fragment id="refentry.title.properties.frag"><xsl:attribute-set name="refentry.title.properties">
  1540.   <xsl:attribute name="font-family">
  1541.     <xsl:value-of select="$title.font.family"/>
  1542.   </xsl:attribute>
  1543.   <xsl:attribute name="font-size">18pt</xsl:attribute>
  1544.   <xsl:attribute name="font-weight">bold</xsl:attribute>
  1545.   <xsl:attribute name="space-after">1em</xsl:attribute>
  1546.   <xsl:attribute name="hyphenate">false</xsl:attribute>
  1547.   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  1548.   <xsl:attribute name="space-after.optimum">0.5em</xsl:attribute>
  1549.   <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
  1550.   <xsl:attribute name="space-after.maximum">0.6em</xsl:attribute>
  1551. </xsl:attribute-set></src:fragment>
  1552. </refsynopsisdiv>
  1553.  
  1554. <refsect1><title>Description</title>
  1555.  
  1556. <para>FIXME:</para>
  1557.  
  1558. </refsect1>
  1559. </refentry>
  1560.  
  1561. <refentry id="refentry.xref.manvolnum">
  1562. <refmeta>
  1563. <refentrytitle>refentry.xref.manvolnum</refentrytitle>
  1564. <refmiscinfo role="type">boolean</refmiscinfo>
  1565. </refmeta>
  1566. <refnamediv>
  1567. <refname>refentry.xref.manvolnum</refname>
  1568. <refpurpose>Output <sgmltag>manvolnum</sgmltag> as part of 
  1569. <sgmltag>refentry</sgmltag> cross-reference?</refpurpose>
  1570. </refnamediv>
  1571.  
  1572. <refsynopsisdiv>
  1573. <src:fragment id="refentry.xref.manvolnum.frag"><xsl:param name="refentry.xref.manvolnum"
  1574.            select="1"/></src:fragment>
  1575. </refsynopsisdiv>
  1576.  
  1577. <refsect1><title>Description</title>
  1578.  
  1579. <para>if true (non-zero), the <sgmltag>manvolnum</sgmltag> is used when cross-referencing
  1580. <sgmltag>refentry</sgmltag>s, either with <sgmltag>xref</sgmltag>
  1581. or <sgmltag>citerefentry</sgmltag>.
  1582. </para>
  1583.  
  1584. </refsect1>
  1585. </refentry>
  1586.  
  1587. </reference>
  1588.  
  1589. <reference><title>Tables</title>
  1590. <refentry id="default.table.width">
  1591. <refmeta>
  1592. <refentrytitle>default.table.width</refentrytitle>
  1593. <refmiscinfo role="type">length</refmiscinfo>
  1594. </refmeta>
  1595. <refnamediv>
  1596. <refname>default.table.width</refname>
  1597. <refpurpose>The default width of tables</refpurpose>
  1598. </refnamediv>
  1599.  
  1600. <refsynopsisdiv>
  1601. <src:fragment id="default.table.width.frag"><xsl:param name="default.table.width"
  1602.            select="''"/></src:fragment>
  1603. </refsynopsisdiv>
  1604.  
  1605. <refsect1><title>Description</title>
  1606.  
  1607. <para>If specified, this value will be used for the WIDTH attribute on
  1608. tables that do not specify an alternate width (with the dbhtml processing
  1609. instruction).</para>
  1610.  
  1611. </refsect1>
  1612. </refentry>
  1613.  
  1614. <refentry id="nominal.table.width">
  1615. <refmeta>
  1616. <refentrytitle>nominal.table.width</refentrytitle>
  1617. <refmiscinfo role="type">length</refmiscinfo>
  1618. </refmeta>
  1619. <refnamediv>
  1620. <refname>nominal.table.width</refname>
  1621. <refpurpose>The (absolute) nominal width of tables</refpurpose>
  1622. </refnamediv>
  1623.  
  1624. <refsynopsisdiv>
  1625. <src:fragment id="nominal.table.width.frag"><xsl:param name="nominal.table.width"
  1626.            select="'6in'"/></src:fragment>
  1627. </refsynopsisdiv>
  1628.  
  1629. <refsect1><title>Description</title>
  1630.  
  1631. <para>In order to convert CALS column widths into HTML column widths, it
  1632. is sometimes necessary to have an absolute table width to use for conversion
  1633. of mixed absolute and relative widths. This value must be an absolute
  1634. length (not a percentag).</para>
  1635.  
  1636. </refsect1>
  1637. </refentry>
  1638.  
  1639. <refentry id="table.border.thickness">
  1640. <refmeta>
  1641. <refentrytitle>table.border.thickness</refentrytitle>
  1642. <refmiscinfo role="type"/>
  1643. </refmeta>
  1644. <refnamediv>
  1645. <refname>table.border.thickness</refname>
  1646. <refpurpose/>
  1647. </refnamediv>
  1648.  
  1649. <refsynopsisdiv>
  1650. <src:fragment id="table.border.thickness.frag"><xsl:param name="table.border.thickness"
  1651.            select="'0.5pt'"/></src:fragment>
  1652. </refsynopsisdiv>
  1653.  
  1654. <refsect1><title>Description</title>
  1655.  
  1656. <para>FIXME:</para>
  1657.  
  1658. </refsect1>
  1659. </refentry>
  1660.  
  1661. <refentry id="table.cell.padding">
  1662. <refmeta>
  1663. <refentrytitle>table.cell.padding</refentrytitle>
  1664. <refmiscinfo role="type"/>
  1665. </refmeta>
  1666. <refnamediv>
  1667. <refname>table.cell.padding</refname>
  1668. <refpurpose/>
  1669. </refnamediv>
  1670.  
  1671. <refsynopsisdiv>
  1672. <src:fragment id="table.cell.padding.frag"><xsl:attribute-set name="table.cell.padding">
  1673.   <xsl:attribute name="padding-left">2pt</xsl:attribute>
  1674.   <xsl:attribute name="padding-right">2pt</xsl:attribute>
  1675.   <xsl:attribute name="padding-top">2pt</xsl:attribute>
  1676.   <xsl:attribute name="padding-bottom">2pt</xsl:attribute>
  1677. </xsl:attribute-set></src:fragment>
  1678. </refsynopsisdiv>
  1679.  
  1680. <refsect1><title>Description</title>
  1681.  
  1682. <para>FIXME:</para>
  1683.  
  1684. </refsect1>
  1685. </refentry>
  1686.  
  1687. <refentry id="table.border.style">
  1688. <refmeta>
  1689. <refentrytitle>table.border.style</refentrytitle>
  1690. <refmiscinfo role="type"/>
  1691. </refmeta>
  1692. <refnamediv>
  1693. <refname>table.border.style</refname>
  1694. <refpurpose/>
  1695. </refnamediv>
  1696.  
  1697. <refsynopsisdiv>
  1698. <src:fragment id="table.border.style.frag"><xsl:param name="table.border.style"
  1699.            select="'solid'"/></src:fragment>
  1700. </refsynopsisdiv>
  1701.  
  1702. <refsect1><title>Description</title>
  1703.  
  1704. <para>FIXME:</para>
  1705.  
  1706. </refsect1>
  1707. </refentry>
  1708.  
  1709. <refentry id="table.border.color">
  1710. <refmeta>
  1711. <refentrytitle>table.border.color</refentrytitle>
  1712. <refmiscinfo role="type"/>
  1713. </refmeta>
  1714. <refnamediv>
  1715. <refname>table.border.color</refname>
  1716. <refpurpose/>
  1717. </refnamediv>
  1718.  
  1719. <refsynopsisdiv>
  1720. <src:fragment id="table.border.color.frag">
  1721. <xsl:param name="table.border.color"
  1722.            select="'black'"/></src:fragment>
  1723. </refsynopsisdiv>
  1724.  
  1725. <refsect1><title>Description</title>
  1726.  
  1727. <para>FIXME:</para>
  1728.  
  1729. </refsect1>
  1730. </refentry>
  1731.  
  1732. </reference>
  1733.  
  1734. <reference><title>Linking</title>
  1735. <refentry id="target.database.document"> 
  1736. <refmeta> 
  1737. <refentrytitle>target.database.document</refentrytitle> 
  1738. <refmiscinfo role="type">uri</refmiscinfo> 
  1739. </refmeta> 
  1740. <refnamediv> 
  1741. <refname>target.database.document</refname> 
  1742. <refpurpose>Name of master database file for resolving
  1743. olinks</refpurpose> 
  1744. </refnamediv> 
  1745. <refsynopsisdiv> <src:fragment id="target.database.document.frag"><xsl:param name="target.database.document"
  1746.            select="''"/></src:fragment> 
  1747. </refsynopsisdiv> 
  1748. <refsect1>
  1749. <title>Description</title> 
  1750. <para>
  1751. To resolve olinks between documents, the stylesheets use
  1752. a master database document that identifies the  target datafiles for all the documents within the scope
  1753. of the olinks. This parameter value is the URI of 
  1754. the master document to be read during processing to resolve olinks.
  1755. The default value is <filename moreinfo="none">olinkdb.xml</filename>.</para>
  1756. <para>The data structure of the file is defined in the <filename moreinfo="none">targetdatabase.dtd</filename> DTD.  The database file provides the high level elements to record the identifiers, locations, and relationships of documents. The cross reference data for individual documents is generally pulled into the database using system entity references or XIncludes. See also <parameter moreinfo="none">targets.filename</parameter>.
  1757.  
  1758. </para> 
  1759. </refsect1> 
  1760. </refentry> 
  1761.  
  1762. <refentry id="use.local.olink.style"> 
  1763. <refmeta> 
  1764. <refentrytitle>use.local.olink.style</refentrytitle> 
  1765. <refmiscinfo role="type">boolean</refmiscinfo> 
  1766. </refmeta> 
  1767. <refnamediv> 
  1768. <refname>use.local.olink.style</refname> 
  1769. <refpurpose>Process olinks using xref style of current
  1770. document</refpurpose> 
  1771. </refnamediv> 
  1772. <refsynopsisdiv> <src:fragment id="use.local.olink.style.frag"><xsl:param name="use.local.olink.style"
  1773.            select="0"/> </src:fragment> 
  1774. </refsynopsisdiv> 
  1775. <refsect1> 
  1776. <title>Description</title> 
  1777. <para>When cross reference data is collected for use by olinks, the data for each potential target includes one field containing a completely assembled cross reference string, as if it were an xref generated in that document. Other fields record the separate title, number, and element name of each target. When an olink is formed to a target from another document, the olink resolves to that preassembled string by default. If the <parameter moreinfo="none">use.local.olink.style</parameter> parameter is set to non-zero, then instead the cross
  1778. reference string is formed again from the target title, number, and
  1779. element name, using the stylesheet processing the targeting document.
  1780. Then olinks will match the xref style in the targeting document
  1781. rather than in the target document. If  both documents are processed
  1782. with the same stylesheet, then the results will be the same.</para> 
  1783. </refsect1> 
  1784. </refentry> 
  1785.  
  1786. <refentry id="current.docid"> 
  1787. <refmeta> 
  1788. <refentrytitle>current.docid</refentrytitle> 
  1789. <refmiscinfo role="type">string</refmiscinfo> 
  1790. </refmeta> 
  1791. <refnamediv> 
  1792. <refname>current.docid</refname> 
  1793. <refpurpose>targetdoc identifier for the document being
  1794. processed</refpurpose> 
  1795. </refnamediv> 
  1796. <refsynopsisdiv> <src:fragment id="current.docid.frag"><xsl:param name="current.docid"
  1797.            select="''"/> </src:fragment> 
  1798. </refsynopsisdiv> 
  1799. <refsect1> 
  1800. <title>Description</title> 
  1801. <para>When olinks between documents are resolved for HTML output, the stylesheet can compute the relative path between the current document and the target document. The stylesheet needs to know the <literal moreinfo="none">targetdoc</literal> identifiers for both documents, as they appear in the <parameter moreinfo="none">target.database.document</parameter> database file. This parameter passes to the stylesheet
  1802. the targetdoc identifier of the current document, since that
  1803. identifier does not appear in the document itself. </para>
  1804. <para>This parameter can also be used for print output. If an olink's  <literal moreinfo="none">targetdoc</literal>  id differs from the <literal moreinfo="none">current.docid</literal>, then the stylesheet can append the target document's title to the generated olink text. That identifies to the reader that the link is to a different document, not the current document. See also <parameter moreinfo="none">olink.doctitle</parameter> to enable that feature.</para> 
  1805. </refsect1> 
  1806. </refentry> 
  1807.  
  1808. <refentry id="olink.doctitle"> 
  1809. <refmeta> 
  1810. <refentrytitle>olink.doctitle</refentrytitle> 
  1811. <refmiscinfo role="type">boolean</refmiscinfo> 
  1812. </refmeta> 
  1813. <refnamediv> 
  1814. <refname>olink.doctitle</refname> 
  1815. <refpurpose>show the document title for external olinks?</refpurpose>
  1816.  
  1817. </refnamediv> 
  1818. <refsynopsisdiv> <src:fragment id="olink.doctitle.frag"><xsl:param name="olink.doctitle"
  1819.            select="0"/> </src:fragment> 
  1820. </refsynopsisdiv> 
  1821. <refsect1> 
  1822. <title>Description</title> 
  1823. <para>When olinks between documents are resolved for print output, the generated text may not make it clear that the reference is to another document. It is possible for the stylesheets to append the other document's title to external olinks. For this to happen, two parameters must be set. The <parameter moreinfo="none">olink.doctitle</parameter> parameter should be set to nonzero to enable this
  1824. feature. And you should set the <parameter moreinfo="none">current.docid</parameter> parameter to the document id for the  document currently
  1825. being processed for output.  If an olink's  <literal moreinfo="none">targetdoc</literal>  id differs from the <literal moreinfo="none">current.docid</literal>, then the stylesheet can append the target document's
  1826. title to the generated olink text. </para> 
  1827. </refsect1> 
  1828. </refentry> 
  1829.  
  1830. </reference>
  1831.  
  1832. <reference><title>QAndASet</title>
  1833. <refentry id="qandadiv.autolabel">
  1834. <refmeta>
  1835. <refentrytitle>qandadiv.autolabel</refentrytitle>
  1836. <refmiscinfo role="type">boolean</refmiscinfo>
  1837. </refmeta>
  1838. <refnamediv>
  1839. <refname>qandadiv.autolabel</refname>
  1840. <refpurpose>Are divisions in QAndASets enumerated?</refpurpose>
  1841. </refnamediv>
  1842.  
  1843. <refsynopsisdiv>
  1844. <src:fragment id="qandadiv.autolabel.frag"><xsl:param name="qandadiv.autolabel"
  1845.            select="1"/></src:fragment>
  1846. </refsynopsisdiv>
  1847.  
  1848. <refsect1><title>Description</title>
  1849.  
  1850. <para>If true (non-zero), unlabeled qandadivs will be enumerated.
  1851. </para>
  1852.  
  1853. </refsect1>
  1854. </refentry>
  1855.  
  1856. <refentry id="qanda.inherit.numeration">
  1857. <refmeta>
  1858. <refentrytitle>qanda.inherit.numeration</refentrytitle>
  1859. <refmiscinfo role="type">boolean</refmiscinfo>
  1860. </refmeta>
  1861. <refnamediv>
  1862. <refname>qanda.inherit.numeration</refname>
  1863. <refpurpose>Does enumeration of QandASet components inherit the numeration of parent elements?</refpurpose>
  1864. </refnamediv>
  1865.  
  1866. <refsynopsisdiv>
  1867. <src:fragment id="qanda.inherit.numeration.frag"><xsl:param name="qanda.inherit.numeration"
  1868.            select="1"/></src:fragment>
  1869. </refsynopsisdiv>
  1870.  
  1871. <refsect1><title>Description</title>
  1872.  
  1873. <para>If true (non-zero), numbered QandADiv elements and Questions and Answers inherit
  1874. the numeration of the ancestors of the QandASet.
  1875. </para>
  1876.  
  1877. </refsect1>
  1878. </refentry>
  1879.  
  1880. </reference>
  1881.  
  1882. <reference><title>Bibliography</title>
  1883. <refentry id="biblioentry.item.separator">
  1884. <refmeta>
  1885. <refentrytitle>biblioentry.item.separator</refentrytitle>
  1886. <refmiscinfo role="type">string</refmiscinfo>
  1887. </refmeta>
  1888. <refnamediv>
  1889. <refname>biblioentry.item.separator</refname>
  1890. <refpurpose>Text to separate bibliography entries</refpurpose>
  1891. </refnamediv>
  1892.  
  1893. <refsynopsisdiv>
  1894. <src:fragment id="biblioentry.item.separator.frag"><xsl:param name="biblioentry.item.separator">. </xsl:param></src:fragment>
  1895. </refsynopsisdiv>
  1896.  
  1897. <refsect1><title>Description</title>
  1898.  
  1899. <para>Text to separate bibliography entries
  1900. </para>
  1901.  
  1902. </refsect1>
  1903. </refentry>
  1904.  
  1905. <refentry id="bibliography.collection">
  1906. <refmeta>
  1907. <refentrytitle>bibliography.collection</refentrytitle>
  1908. <refmiscinfo role="type">string</refmiscinfo>
  1909. </refmeta>
  1910. <refnamediv>
  1911. <refname>bibliography.collection</refname>
  1912. <refpurpose>Name of the bibliography collection file</refpurpose>
  1913. </refnamediv>
  1914.  
  1915. <refsynopsisdiv>
  1916. <src:fragment id="bibliography.collection.frag"><xsl:param name="bibliography.collection"
  1917.            select="'http://docbook.sourceforge.net/release/bibliography/bibliography.xml'"/></src:fragment>
  1918. </refsynopsisdiv>
  1919.  
  1920. <refsect1><title>Description</title>
  1921.  
  1922. <para>Maintaining bibliography entries across a set of documents is tedious, time
  1923. consuming, and error prone. It makes much more sense, usually, to store all of
  1924. the bibliography entries in a single place and simply <quote>extract</quote>
  1925. the ones you need in each document.</para>
  1926.  
  1927. <para>That's the purpose of the
  1928. <parameter moreinfo="none">bibliography.collection</parameter> parameter. To setup a global
  1929. bibliography <quote>database</quote>, follow these steps:</para>
  1930.  
  1931. <para>First, create a stand-alone bibliography document that contains all of
  1932. the documents that you wish to reference. Make sure that each bibliography
  1933. entry (whether you use <sgmltag>biblioentry</sgmltag> or <sgmltag>bibliomixed</sgmltag>)
  1934. has an ID.</para>
  1935.  
  1936. <para>My global bibliography, <filename moreinfo="none">~/bibliography.xml</filename> begins
  1937. like this:</para>
  1938.  
  1939. <informalexample>
  1940. <programlisting format="linespecific"><!DOCTYPE bibliography
  1941.   PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  1942.   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  1943. <bibliography><title>References</title>
  1944.  
  1945. <bibliomixed id="xml-rec"><abbrev>XML 1.0</abbrev>Tim Bray,
  1946. Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors.
  1947. <citetitle><ulink url="http://www.w3.org/TR/REC-xml">Extensible Markup
  1948. Language (XML) 1.0 Second Edition</ulink></citetitle>.
  1949. World Wide Web Consortium, 2000.
  1950. </bibliomixed>
  1951.  
  1952. <bibliomixed id="xml-names"><abbrev>Namespaces</abbrev>Tim Bray,
  1953. Dave Hollander,
  1954. and Andrew Layman, editors.
  1955. <citetitle><ulink url="http://www.w3.org/TR/REC-xml-names/">Namespaces in
  1956. XML</ulink></citetitle>.
  1957. World Wide Web Consortium, 1999.
  1958. </bibliomixed>
  1959.  
  1960. <!-- ... -->
  1961. </bibliography>
  1962. </programlisting>
  1963. </informalexample>
  1964.  
  1965. <para>When you create a bibliography in your document, simply
  1966. provide <emphasis>empty</emphasis> <sgmltag>bibliomixed</sgmltag>
  1967. entries for each document that you wish to cite. Make sure that these
  1968. elements have the same ID as the corresponding <quote>real</quote>
  1969. entry in your global bibliography.</para>
  1970.  
  1971. <para>For example:</para>
  1972.  
  1973. <informalexample>
  1974. <programlisting format="linespecific"><bibliography><title>Bibliography</title>
  1975.  
  1976. <bibliomixed id="xml-rec"/>
  1977. <bibliomixed id="xml-names"/>
  1978. <bibliomixed id="DKnuth86">Donald E. Knuth. <citetitle>Computers and
  1979. Typesetting: Volume B, TeX: The Program</citetitle>. Addison-Wesley,
  1980. 1986.  ISBN 0-201-13437-3.
  1981. </bibliomixed>
  1982. <bibliomixed id="relaxng"/>
  1983.  
  1984. </bibliography></programlisting>
  1985. </informalexample>
  1986.  
  1987. <para>Note that it's perfectly acceptable to mix entries from your
  1988. global bibliography with <quote>normal</quote> entries. You can use
  1989. <sgmltag>xref</sgmltag> or other elements to cross-reference your
  1990. bibliography entries in exactly the same way you do now.</para>
  1991.  
  1992. <para>Finally, when you are ready to format your document, simply set the
  1993. <parameter moreinfo="none">bibliography.collection</parameter> parameter (in either a
  1994. customization layer or directly through your processor's interface) to
  1995. point to your global bibliography.</para>
  1996.  
  1997. <para>The stylesheets will format the bibliography in your document as if
  1998. all of the entries referenced appeared there literally.</para>
  1999.  
  2000. </refsect1>
  2001. </refentry>
  2002.  
  2003. <refentry id="bibliography.numbered">
  2004. <refmeta>
  2005. <refentrytitle>bibliography.numbered</refentrytitle>
  2006. <refmiscinfo role="type">boolean</refmiscinfo>
  2007. </refmeta>
  2008. <refnamediv>
  2009. <refname>bibliography.numbered</refname>
  2010. <refpurpose>Should bibliography entries be numbered?</refpurpose>
  2011. </refnamediv>
  2012.  
  2013. <refsynopsisdiv>
  2014. <src:fragment id="bibliography.numbered.frag"><xsl:param name="bibliography.numbered"
  2015.            select="0"/></src:fragment>
  2016. </refsynopsisdiv>
  2017.  
  2018. <refsect1><title>Description</title>
  2019.  
  2020. <para>If non-zero bibliography entries will be numbered</para>
  2021.  
  2022. </refsect1>
  2023. </refentry>
  2024.  
  2025. </reference>
  2026.  
  2027. <reference><title>Glossary</title>
  2028. <refentry id="glossterm.auto.link">
  2029. <refmeta>
  2030. <refentrytitle>glossterm.auto.link</refentrytitle>
  2031. <refmiscinfo role="type">boolean</refmiscinfo>
  2032. </refmeta>
  2033. <refnamediv>
  2034. <refname>glossterm.auto.link</refname>
  2035. <refpurpose>Generate links from glossterm to glossentry automaticaly?</refpurpose>
  2036. </refnamediv>
  2037.  
  2038. <refsynopsisdiv>
  2039. <src:fragment id="glossterm.auto.link.frag"><xsl:param name="glossterm.auto.link"
  2040.            select="'0'"/></src:fragment>
  2041. </refsynopsisdiv>
  2042.  
  2043. <refsect1><title>Description</title>
  2044.  
  2045. <para>If true, a link will be automatically created from glossterm 
  2046. to glossentry for that glossary term. This is usefull when your
  2047. glossterm names are consistent and you don't want to add links
  2048. manually.</para>
  2049. <para>If there is <sgmltag class="attribute">linkend</sgmltag> on
  2050. <sgmltag>glossterm</sgmltag> then is used instead of autogeneration of
  2051. link.</para>
  2052.  
  2053. </refsect1>
  2054. </refentry>
  2055.  
  2056. <refentry id="firstterm.only.link">
  2057. <refmeta>
  2058. <refentrytitle>firstterm.only.link</refentrytitle>
  2059. <refmiscinfo role="type">boolean</refmiscinfo>
  2060. </refmeta>
  2061. <refnamediv>
  2062. <refname>firstterm.only.link</refname>
  2063. <refpurpose>Does automatic glossterm linking only apply to firstterms?</refpurpose>
  2064. </refnamediv>
  2065.  
  2066. <refsynopsisdiv>
  2067. <src:fragment id="firstterm.only.link.frag"><xsl:param name="firstterm.only.link"
  2068.            select="0"/></src:fragment>
  2069. </refsynopsisdiv>
  2070.  
  2071. <refsect1><title>Description</title>
  2072.  
  2073. <para>If true, only <sgmltag>firstterm</sgmltag>s will be automatically linked
  2074. to the glossary. If glossary linking is not enabled, this parameter
  2075. has no effect.</para>
  2076.  
  2077. </refsect1>
  2078. </refentry>
  2079.  
  2080. <refentry id="glossary.collection">
  2081. <refmeta>
  2082. <refentrytitle>glossary.collection</refentrytitle>
  2083. <refmiscinfo role="type">string</refmiscinfo>
  2084. </refmeta>
  2085. <refnamediv>
  2086. <refname>glossary.collection</refname>
  2087. <refpurpose>Name of the glossary collection file</refpurpose>
  2088. </refnamediv>
  2089.  
  2090. <refsynopsisdiv>
  2091. <src:fragment id="glossary.collection.frag"><xsl:param name="glossary.collection"
  2092.            select="''"/></src:fragment>
  2093. </refsynopsisdiv>
  2094.  
  2095. <refsect1><title>Description</title>
  2096.  
  2097. <para>Glossaries maintained independently across a set of documents
  2098. are likely to become inconsistent unless considerable effort is
  2099. expended to keep them in sync. It makes much more sense, usually, to
  2100. store all of the glossary entries in a single place and simply
  2101. <quote>extract</quote> the ones you need in each document.</para>
  2102.  
  2103. <para>That's the purpose of the
  2104. <parameter moreinfo="none">glossary.collection</parameter> parameter. To setup a global
  2105. glossary <quote>database</quote>, follow these steps:</para>
  2106.  
  2107. <refsect2><title>Setting Up the Glossary Database</title>
  2108.  
  2109. <para>First, create a stand-alone glossary document that contains all of
  2110. the entries that you wish to reference. Make sure that each glossary
  2111. entry has an ID.</para>
  2112.  
  2113. <para>Here's an example glossary:</para>
  2114.  
  2115. <informalexample>
  2116. <programlisting format="linespecific">
  2117. <?xml version="1.0" encoding="utf-8"?>
  2118. <!DOCTYPE glossary
  2119.   PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  2120.   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  2121. <glossary>
  2122. <glossaryinfo>
  2123. <editor><firstname>Eric</firstname><surname>Raymond</surname></editor>
  2124. <title>Jargon File 4.2.3 (abridged)</title>
  2125. <releaseinfo>Just some test data</releaseinfo>
  2126. </glossaryinfo>
  2127.  
  2128. <glossdiv><title>0</title>
  2129.  
  2130. <glossentry>
  2131. <glossterm>0</glossterm>
  2132. <glossdef>
  2133. <para>Numeric zero, as opposed to the letter `O' (the 15th letter of
  2134. the English alphabet). In their unmodified forms they look a lot
  2135. alike, and various kluges invented to make them visually distinct have
  2136. compounded the confusion. If your zero is center-dotted and letter-O
  2137. is not, or if letter-O looks almost rectangular but zero looks more
  2138. like an American football stood on end (or the reverse), you're
  2139. probably looking at a modern character display (though the dotted zero
  2140. seems to have originated as an option on IBM 3270 controllers). If
  2141. your zero is slashed but letter-O is not, you're probably looking at
  2142. an old-style ASCII graphic set descended from the default typewheel on
  2143. the venerable ASR-33 Teletype (Scandinavians, for whom /O is a letter,
  2144. curse this arrangement). (Interestingly, the slashed zero long
  2145. predates computers; Florian Cajori's monumental "A History of
  2146. Mathematical Notations" notes that it was used in the twelfth and
  2147. thirteenth centuries.) If letter-O has a slash across it and the zero
  2148. does not, your display is tuned for a very old convention used at IBM
  2149. and a few other early mainframe makers (Scandinavians curse <emphasis>this</emphasis>
  2150. arrangement even more, because it means two of their letters collide).
  2151. Some Burroughs/Unisys equipment displays a zero with a <emphasis>reversed</emphasis>
  2152. slash. Old CDC computers rendered letter O as an unbroken oval and 0
  2153. as an oval broken at upper right and lower left. And yet another
  2154. convention common on early line printers left zero unornamented but
  2155. added a tail or hook to the letter-O so that it resembled an inverted
  2156. Q or cursive capital letter-O (this was endorsed by a draft ANSI
  2157. standard for how to draw ASCII characters, but the final standard
  2158. changed the distinguisher to a tick-mark in the upper-left corner).
  2159. Are we sufficiently confused yet?</para>
  2160. </glossdef>
  2161. </glossentry>
  2162.  
  2163. <glossentry>
  2164. <glossterm>1TBS</glossterm>
  2165. <glossdef>
  2166. <para role="accidence">
  2167. <phrase role="pronounce"></phrase>
  2168. <phrase role="partsofspeach">n</phrase>
  2169. </para>
  2170. <para>The "One True Brace Style"</para>
  2171. <glossseealso>indent style</glossseealso>
  2172. </glossdef>
  2173. </glossentry>
  2174.  
  2175. <!-- ... -->
  2176.  
  2177. </glossdiv>
  2178.  
  2179. <!-- ... -->
  2180.  
  2181. </glossary></programlisting>
  2182. </informalexample>
  2183.  
  2184. </refsect2>
  2185.  
  2186. <refsect2><title>Marking Up Glossary Terms</title>
  2187.  
  2188. <para>That takes care of the glossary database, now you have to get the entries
  2189. into your document. Unlike bibliography entries, which can be empty, creating
  2190. <quote>placeholder</quote> glossary entries would be very tedious. So instead,
  2191. support for <parameter moreinfo="none">glossary.collection</parameter> relies on implicit linking.</para>
  2192.  
  2193. <para>In your source document, simply use <sgmltag>firstterm</sgmltag> and
  2194. <sgmltag>glossterm</sgmltag> to identify the terms you wish to have included
  2195. in the glossary. The stylesheets assume that you will either set the
  2196. <sgmltag class="attribute">baseform</sgmltag> attribute correctly, or that the
  2197. content of the element exactly matches a term in your glossary.</para>
  2198.  
  2199. <para>If you're using a <parameter moreinfo="none">glossary.collection</parameter>, don't
  2200. make explicit links on the terms in your document.</para>
  2201.  
  2202. <para>So, in your document, you might write things like this:</para>
  2203.  
  2204. <informalexample>
  2205. <programlisting format="linespecific"><para>This is dummy text, without any real meaning.
  2206. The point is simply to reference glossary terms like <glossterm>0</glossterm>
  2207. and the <firstterm baseform="1TBS">One True Brace Style (1TBS)</firstterm>.
  2208. The <glossterm>1TBS</glossterm>, as you can probably imagine, is a nearly
  2209. religious issue.</para></programlisting>
  2210. </informalexample>
  2211.  
  2212. <para>If you set the <parameter moreinfo="none">firstterm.only.link</parameter> parameter,
  2213. only the terms marked with <sgmltag>firstterm</sgmltag> will be links.
  2214. Otherwise, all the terms will be linked.</para>
  2215.  
  2216. </refsect2>
  2217.  
  2218. <refsect2><title>Marking Up the Glossary</title>
  2219.  
  2220. <para>The glossary itself has to be identified for the stylesheets. For lack
  2221. of a better choice, the <sgmltag class="attribute">role</sgmltag> is used.
  2222. To identify the glossary as the target for automatic processing, set
  2223. the role to <quote><literal moreinfo="none">auto</literal></quote>. The title of this
  2224. glossary (and any other information from the <sgmltag>glossaryinfo</sgmltag>
  2225. that's rendered by your stylesheet) will be displayed, but the entries will
  2226. come from the database.
  2227. </para>
  2228.  
  2229. <para>Unfortunately, the glossary can't be empty, so you must put in
  2230. at least one <sgmltag>glossentry</sgmltag>. The content of this entry
  2231. is irrelevant, it will not be rendered:</para>
  2232.  
  2233. <informalexample>
  2234. <programlisting format="linespecific"><glossary role="auto">
  2235. <glossentry>
  2236. <glossterm>Irrelevant</glossterm>
  2237. <glossdef>
  2238. <para>If you can see this, the document was processed incorrectly. Use
  2239. the <parameter>glossary.collection</parameter> parameter.</para>
  2240. </glossdef>
  2241. </glossentry>
  2242. </glossary></programlisting>
  2243. </informalexample>
  2244.  
  2245. <para>What about glossary divisions? If your glossary database has glossary
  2246. divisions <emphasis>and</emphasis> your automatic glossary contains at least
  2247. one <sgmltag>glossdiv</sgmltag>, the automic glossary will have divisions.
  2248. If the <sgmltag>glossdiv</sgmltag> is missing from either location, no divisions
  2249. will be rendered.</para>
  2250.  
  2251. <para>Glossary entries (and divisions, if appropriate) in the glossary will
  2252. occur in precisely the order they occur in your database.</para>
  2253.  
  2254. </refsect2>
  2255.  
  2256. <refsect2><title>Formatting the Document</title>
  2257.  
  2258. <para>Finally, when you are ready to format your document, simply set the
  2259. <parameter moreinfo="none">glossary.collection</parameter> parameter (in either a
  2260. customization layer or directly through your processor's interface) to
  2261. point to your global glossary.</para>
  2262.  
  2263. <para>The stylesheets will format the glossary in your document as if
  2264. all of the entries implicilty referenced appeared there literally.</para>
  2265. </refsect2>
  2266.  
  2267. <refsect2><title>Limitations</title>
  2268.  
  2269. <para>Glossary cross-references <emphasis>within the glossary</emphasis> are
  2270. not supported. For example, this <emphasis>will not</emphasis> work:</para>
  2271.  
  2272. <informalexample>
  2273. <programlisting format="linespecific"><glossentry>
  2274. <glossterm>gloss-1</glossterm>
  2275. <glossdef><para>A description that references <glossterm>gloss-2</glossterm>.</para>
  2276. <glossseealso>gloss-2</glossseealso>
  2277. </glossdef>
  2278. </glossentry></programlisting>
  2279. </informalexample>
  2280.  
  2281. <para>If you put glossary cross-references in your glossary that way,
  2282. you'll get the cryptic error: <computeroutput moreinfo="none">Warning:
  2283. glossary.collection specified, but there are 0 automatic
  2284. glossaries</computeroutput>.</para>
  2285.  
  2286. <para>Instead, you must do two things:</para>
  2287.  
  2288. <orderedlist inheritnum="ignore" continuation="restarts">
  2289. <listitem>
  2290. <para>Markup your glossary using <sgmltag>glossseealso</sgmltag>:</para>
  2291.  
  2292. <informalexample>
  2293. <programlisting format="linespecific"><glossentry>
  2294. <glossterm>gloss-1</glossterm>
  2295. <glossdef><para>A description that references <glossterm>gloss-2</glossterm>.</para>
  2296. <glossseealso>gloss-2</glossseealso>
  2297. </glossdef>
  2298. </glossentry></programlisting>
  2299. </informalexample>
  2300. </listitem>
  2301.  
  2302. <listitem>
  2303. <para>Make sure there is at least one <sgmltag>glossterm</sgmltag> reference to
  2304. <glossterm>gloss-2</glossterm> <emphasis>in your document</emphasis>. The
  2305. easiest way to do that is probably within a <sgmltag>remark</sgmltag> in your
  2306. automatic glossary:</para>
  2307.  
  2308. <informalexample>
  2309. <programlisting format="linespecific"><glossary role="auto">
  2310. <remark>Make sure there's a reference to <glossterm>gloss-2</glossterm>.</remark>
  2311. <glossentry>
  2312. <glossterm>Irrelevant</glossterm>
  2313. <glossdef>
  2314. <para>If you can see this, the document was processed incorrectly. Use
  2315. the <parameter>glossary.collection</parameter> parameter.</para>
  2316. </glossdef>
  2317. </glossentry>
  2318. </glossary></programlisting>
  2319. </informalexample>
  2320. </listitem>
  2321. </orderedlist>
  2322. </refsect2>
  2323.  
  2324. </refsect1>
  2325. </refentry>
  2326.  
  2327. <refentry id="glossterm.separation">
  2328. <refmeta>
  2329. <refentrytitle>glossterm.separation</refentrytitle>
  2330. <refmiscinfo role="type">length</refmiscinfo>
  2331. </refmeta>
  2332. <refnamediv>
  2333. <refname>glossterm.separation</refname>
  2334. <refpurpose>Separation between glossary terms and descriptions in list mode</refpurpose>
  2335. </refnamediv>
  2336.  
  2337. <refsynopsisdiv>
  2338. <src:fragment id="glossterm.separation.frag"><xsl:param name="glossterm.separation"
  2339.            select="'0.25in'"/></src:fragment>
  2340. </refsynopsisdiv>
  2341.  
  2342. <refsect1><title>Description</title>
  2343.  
  2344. <para>Specifies the separation between glossary terms and descriptions when
  2345. glossarys are presented using lists.</para>
  2346.  
  2347. </refsect1>
  2348. </refentry>
  2349.  
  2350. <refentry id="glossterm.width">
  2351. <refmeta>
  2352. <refentrytitle>glossterm.width</refentrytitle>
  2353. <refmiscinfo role="type">length</refmiscinfo>
  2354. </refmeta>
  2355. <refnamediv>
  2356. <refname>glossterm.width</refname>
  2357. <refpurpose>Width of glossterm in list presentation mode</refpurpose>
  2358. </refnamediv>
  2359.  
  2360. <refsynopsisdiv>
  2361. <src:fragment id="glossterm.width.frag"><xsl:param name="glossterm.width"
  2362.            select="'2in'"/></src:fragment>
  2363. </refsynopsisdiv>
  2364.  
  2365. <refsect1><title>Description</title>
  2366.  
  2367. <para>This parameter specifies the width reserved for glossary terms when
  2368. a list presentation is used.</para>
  2369.  
  2370. </refsect1>
  2371. </refentry>
  2372.  
  2373. <refentry id="glossary.as.blocks">
  2374. <refmeta>
  2375. <refentrytitle>glossary.as.blocks</refentrytitle>
  2376. <refmiscinfo role="type">boolean</refmiscinfo>
  2377. </refmeta>
  2378. <refnamediv>
  2379. <refname>glossary.as.blocks</refname>
  2380. <refpurpose>Present glossarys using blocks instead of lists?</refpurpose>
  2381. </refnamediv>
  2382.  
  2383. <refsynopsisdiv>
  2384. <src:fragment id="glossary.as.blocks.frag"><xsl:param name="glossary.as.blocks"
  2385.            select="0"/></src:fragment>
  2386. </refsynopsisdiv>
  2387.  
  2388. <refsect1><title>Description</title>
  2389.  
  2390. <para>If non-zero, <sgmltag>glossary</sgmltag>s will be formatted as
  2391. blocks.</para>
  2392.  
  2393. <para>If you have long <sgmltag>glossterm</sgmltag>s, proper list
  2394. markup in the FO case may produce unattractive lists. By setting this
  2395. parameter, you can force the stylesheets to produce block markup
  2396. instead of proper lists.</para>
  2397.  
  2398. <para>You can override this setting with a processing instruction as the
  2399. child of <sgmltag>glossary</sgmltag>: <sgmltag class="pi">dbfo
  2400. glossary-presentation="blocks"</sgmltag> or <sgmltag class="pi">dbfo
  2401. glossary-presentation="list"</sgmltag></para>
  2402.  
  2403. </refsect1>
  2404. </refentry>
  2405.  
  2406. <refentry id="glosslist.as.blocks">
  2407. <refmeta>
  2408. <refentrytitle>glosslist.as.blocks</refentrytitle>
  2409. <refmiscinfo role="type">boolean</refmiscinfo>
  2410. </refmeta>
  2411. <refnamediv>
  2412. <refname>glosslist.as.blocks</refname>
  2413. <refpurpose>Use blocks for glosslists?</refpurpose>
  2414. </refnamediv>
  2415.  
  2416. <refsynopsisdiv>
  2417. <src:fragment id="glosslist.as.blocks.frag"><xsl:param name="glosslist.as.blocks"
  2418.            select="0"/></src:fragment>
  2419. </refsynopsisdiv>
  2420.  
  2421. <refsect1><title>Description</title>
  2422.  
  2423. <para>See <parameter moreinfo="none">glossary.as.blocks</parameter>.</para>
  2424.  
  2425. </refsect1>
  2426. </refentry>
  2427.  
  2428. </reference>
  2429.  
  2430. <reference><title>Miscellaneous</title>
  2431. <refentry id="graphic.default.extension">
  2432. <refmeta>
  2433. <refentrytitle>graphic.default.extension</refentrytitle>
  2434. <refmiscinfo role="type">string</refmiscinfo>
  2435. </refmeta>
  2436. <refnamediv>
  2437. <refname>graphic.default.extension</refname>
  2438. <refpurpose>Default extension for graphic filenames</refpurpose>
  2439. </refnamediv>
  2440.  
  2441. <refsynopsisdiv>
  2442. <src:fragment id="graphic.default.extension.frag"><xsl:param name="graphic.default.extension"/></src:fragment>
  2443. </refsynopsisdiv>
  2444.  
  2445. <refsect1><title>Description</title>
  2446.  
  2447. <para>If a <sgmltag>graphic</sgmltag> or <sgmltag>mediaobject</sgmltag>
  2448. includes a reference to a filename that does not include an extension,
  2449. and the <sgmltag class="attribute">format</sgmltag> attribute is
  2450. <emphasis>unspecified</emphasis>, the default extension will be used.
  2451. </para>
  2452.  
  2453. </refsect1>
  2454. </refentry>
  2455.  
  2456. <refentry id="formal.procedures">
  2457. <refmeta>
  2458. <refentrytitle>formal.procedures</refentrytitle>
  2459. <refmiscinfo role="type">boolean</refmiscinfo>
  2460. </refmeta>
  2461. <refnamediv>
  2462. <refname>formal.procedures</refname>
  2463. <refpurpose>Selects formal or informal procedures</refpurpose>
  2464. </refnamediv>
  2465.  
  2466. <refsynopsisdiv>
  2467. <src:fragment id="formal.procedures.frag"><xsl:param name="formal.procedures"
  2468.            select="1"/></src:fragment>
  2469. </refsynopsisdiv>
  2470.  
  2471. <refsect1><title>Description</title>
  2472.  
  2473. <para>Formal procedures are numbered and always have a title.
  2474. </para>
  2475.  
  2476. </refsect1>
  2477. </refentry>
  2478.  
  2479. <refentry id="formal.title.placement">
  2480. <refmeta>
  2481. <refentrytitle>formal.title.placement</refentrytitle>
  2482. <refmiscinfo role="type"/>
  2483. </refmeta>
  2484. <refnamediv>
  2485. <refname>formal.title.placement</refname>
  2486. <refpurpose/>
  2487. </refnamediv>
  2488.  
  2489. <refsynopsisdiv>
  2490. <src:fragment id="formal.title.placement.frag"><xsl:param name="formal.title.placement">
  2491. figure before
  2492. example before
  2493. equation before
  2494. table before
  2495. procedure before
  2496. </xsl:param></src:fragment>
  2497. </refsynopsisdiv>
  2498.  
  2499. <refsect1><title>Description</title>
  2500.  
  2501. <para>Specifies where formal object titles should occur. For each formal object
  2502. type (<sgmltag>figure</sgmltag>,
  2503. <sgmltag>example</sgmltag>,
  2504. <sgmltag>equation</sgmltag>,
  2505. <sgmltag>table</sgmltag>, and <sgmltag>procedure</sgmltag>)
  2506. you can specify either the keyword
  2507. <quote><literal moreinfo="none">before</literal></quote> or
  2508. <quote><literal moreinfo="none">after</literal></quote>.</para>
  2509.  
  2510. </refsect1>
  2511. </refentry>
  2512.  
  2513. <refentry id="runinhead.default.title.end.punct">
  2514. <refmeta>
  2515. <refentrytitle>runinhead.default.title.end.punct</refentrytitle>
  2516. <refmiscinfo role="type">string</refmiscinfo>
  2517. </refmeta>
  2518. <refnamediv>
  2519. <refname>runinhead.default.title.end.punct</refname>
  2520. <refpurpose>Default punctuation character on a run-in-head</refpurpose>
  2521. </refnamediv>
  2522.  
  2523. <refsynopsisdiv>
  2524. <src:fragment id="runinhead.default.title.end.punct.frag"><xsl:param name="runinhead.default.title.end.punct"
  2525.            select="'.'"/></src:fragment>
  2526. </refsynopsisdiv>
  2527.  
  2528. <refsect1><title>Description</title>
  2529.  
  2530. <para>FIXME:
  2531. </para>
  2532.  
  2533. </refsect1>
  2534. </refentry>
  2535.  
  2536. <refentry id="runinhead.title.end.punct">
  2537. <refmeta>
  2538. <refentrytitle>runinhead.title.end.punct</refentrytitle>
  2539. <refmiscinfo role="type">string</refmiscinfo>
  2540. </refmeta>
  2541. <refnamediv>
  2542. <refname>runinhead.title.end.punct</refname>
  2543. <refpurpose>Characters that count as punctuation on a run-in-head</refpurpose>
  2544. </refnamediv>
  2545.  
  2546. <refsynopsisdiv>
  2547. <src:fragment id="runinhead.title.end.punct.frag"><xsl:param name="runinhead.title.end.punct"
  2548.            select="'.!?:'"/></src:fragment>
  2549. </refsynopsisdiv>
  2550.  
  2551. <refsect1><title>Description</title>
  2552.  
  2553. <para>FIXME:
  2554. </para>
  2555.  
  2556. </refsect1>
  2557. </refentry>
  2558.  
  2559. <refentry id="show.comments">
  2560. <refmeta>
  2561. <refentrytitle>show.comments</refentrytitle>
  2562. <refmiscinfo role="type">boolean</refmiscinfo>
  2563. </refmeta>
  2564. <refnamediv>
  2565. <refname>show.comments</refname>
  2566. <refpurpose>Display <sgmltag>comment</sgmltag> elements?</refpurpose>
  2567. </refnamediv>
  2568.  
  2569. <refsynopsisdiv>
  2570. <src:fragment id="show.comments.frag"><xsl:param name="show.comments">1</xsl:param></src:fragment>
  2571. </refsynopsisdiv>
  2572.  
  2573. <refsect1><title>Description</title>
  2574.  
  2575. <para>If true (non-zero), comments will be displayed, otherwise they are suppressed.
  2576. Comments here refers to the <sgmltag>comment</sgmltag> element,
  2577. which will be renamed <sgmltag>remark</sgmltag> in DocBook V4.0,
  2578. not XML comments (<-- like this -->) which are unavailable.
  2579. </para>
  2580.  
  2581. </refsect1>
  2582. </refentry>
  2583.  
  2584. <refentry id="punct.honorific">
  2585. <refmeta>
  2586. <refentrytitle>punct.honorific</refentrytitle>
  2587. <refmiscinfo role="type">string</refmiscinfo>
  2588. </refmeta>
  2589. <refnamediv>
  2590. <refname>punct.honorific</refname>
  2591. <refpurpose>Punctuation after an honorific in a personal name.</refpurpose>
  2592. </refnamediv>
  2593.  
  2594. <refsynopsisdiv>
  2595. <src:fragment id="punct.honorific.frag"><xsl:param name="punct.honorific"
  2596.            select="'.'"/></src:fragment>
  2597. </refsynopsisdiv>
  2598.  
  2599. <refsect1><title>Description</title>
  2600.  
  2601. <para>This parameter specifies the punctuation that should be added after an
  2602. honorific in a personal name.</para>
  2603.  
  2604. </refsect1>
  2605. </refentry>
  2606.  
  2607. <refentry id="segmentedlist.as.table">
  2608. <refmeta>
  2609. <refentrytitle>segmentedlist.as.table</refentrytitle>
  2610. <refmiscinfo role="type">boolean</refmiscinfo>
  2611. </refmeta>
  2612. <refnamediv>
  2613. <refname>segmentedlist.as.table</refname>
  2614. <refpurpose>Format segmented lists as tables?</refpurpose>
  2615. </refnamediv>
  2616.  
  2617. <refsynopsisdiv>
  2618. <src:fragment id="segmentedlist.as.table.frag"><xsl:param name="segmentedlist.as.table"
  2619.            select="0"/></src:fragment>
  2620. </refsynopsisdiv>
  2621.  
  2622. <refsect1><title>Description</title>
  2623.  
  2624. <para>If non-zero, <sgmltag>segmentedlist</sgmltag>s will be formatted as
  2625. tables.</para>
  2626.  
  2627. </refsect1>
  2628. </refentry>
  2629.  
  2630. <refentry id="variablelist.as.blocks">
  2631. <refmeta>
  2632. <refentrytitle>variablelist.as.blocks</refentrytitle>
  2633. <refmiscinfo role="type">boolean</refmiscinfo>
  2634. </refmeta>
  2635. <refnamediv>
  2636. <refname>variablelist.as.blocks</refname>
  2637. <refpurpose>Format <sgmltag>variablelist</sgmltag>s lists as blocks?</refpurpose>
  2638. </refnamediv>
  2639.  
  2640. <refsynopsisdiv>
  2641. <src:fragment id="variablelist.as.blocks.frag"><xsl:param name="variablelist.as.blocks"
  2642.            select="0"/></src:fragment>
  2643. </refsynopsisdiv>
  2644.  
  2645. <refsect1><title>Description</title>
  2646.  
  2647. <para>If non-zero, <sgmltag>variablelist</sgmltag>s will be formatted as
  2648. blocks.</para>
  2649.  
  2650. <para>If you have long terms, proper list markup in the FO case may produce
  2651. unattractive lists. By setting this parameter, you can force the stylesheets
  2652. to produce block markup instead of proper lists.</para>
  2653.  
  2654. <para>You can override this setting with a processing instruction as the
  2655. child of <sgmltag>variablelist</sgmltag>: <sgmltag class="pi">dbfo
  2656. list-presentation="blocks"</sgmltag> or <sgmltag class="pi">dbfo
  2657. list-presentation="list"</sgmltag></para>
  2658.  
  2659. <programlisting format="linespecific">  <variablelist>
  2660.         <?dbfo list-presentation="list"?>
  2661.         <varlistentry>
  2662.           <term>list</term>
  2663.           <listitem>
  2664.                 <para>
  2665.                   Formatted as a list even if variablelist.as.blocks is set to 1.
  2666.                 </para>
  2667.           </listitem>
  2668.         </varlistentry>
  2669.   </variablelist></programlisting>
  2670. </refsect1>
  2671.  
  2672. </refentry>
  2673.  
  2674. <refentry id="blockquote.properties">
  2675. <refnamediv>
  2676. <refname>blockquote.properties</refname>
  2677. <refpurpose>To set the style for block quotations.</refpurpose>
  2678. </refnamediv>
  2679.  
  2680. <refsynopsisdiv>
  2681. <src:fragment id="blockquote.properties.frag"><xsl:attribute-set name="blockquote.properties">
  2682. <xsl:attribute name="start-indent">0.5in</xsl:attribute>
  2683. <xsl:attribute name="end-indent">0.5in</xsl:attribute>
  2684. <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  2685. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  2686. <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  2687. </xsl:attribute-set></src:fragment>
  2688. </refsynopsisdiv>
  2689.  
  2690. <refsect1><title>Description</title>
  2691.  
  2692. <para>The <parameter moreinfo="none">blockquote.properties</parameter> attribute set specifies
  2693. the formating properties of block quotations.</para>
  2694.  
  2695. </refsect1>
  2696. </refentry>
  2697.  
  2698. <refentry id="ulink.show">
  2699. <refmeta>
  2700. <refentrytitle>ulink.show</refentrytitle>
  2701. <refmiscinfo role="type">boolean</refmiscinfo>
  2702. </refmeta>
  2703. <refnamediv>
  2704. <refname>ulink.show</refname>
  2705. <refpurpose>Display URLs after <sgmltag>ulink</sgmltag>s?</refpurpose>
  2706. </refnamediv>
  2707.  
  2708. <refsynopsisdiv>
  2709. <src:fragment id="ulink.show.frag"><xsl:param name="ulink.show"
  2710.            select="1"/></src:fragment>
  2711. </refsynopsisdiv>
  2712.  
  2713. <refsect1><title>Description</title>
  2714.  
  2715. <para>If non-zero, the URL of each <sgmltag>ULink</sgmltag> will
  2716. appear after the text of the link. If the text of the link and the URL
  2717. are identical, the URL is suppressed.</para>
  2718.  
  2719. </refsect1>
  2720. </refentry>
  2721.  
  2722. <refentry id="ulink.footnotes">
  2723. <refmeta>
  2724. <refentrytitle>ulink.footnotes</refentrytitle>
  2725. <refmiscinfo role="type">boolean</refmiscinfo>
  2726. </refmeta>
  2727. <refnamediv>
  2728. <refname>ulink.footnotes</refname>
  2729. <refpurpose>Generate footnotes for <sgmltag>ULink</sgmltag>s?</refpurpose>
  2730. </refnamediv>
  2731.  
  2732. <refsynopsisdiv>
  2733. <src:fragment id="ulink.footnotes.frag"><xsl:param name="ulink.footnotes"
  2734.            select="0"/></src:fragment>
  2735. </refsynopsisdiv>
  2736.  
  2737. <refsect1><title>Description</title>
  2738.  
  2739. <para>If non-zero, the URL of each <sgmltag>ULink</sgmltag> will
  2740. appear as a footnote. <emphasis>Not yet implemented!</emphasis>
  2741. </para>
  2742.  
  2743. </refsect1>
  2744. </refentry>
  2745.  
  2746. <refentry id="ulink.hyphenate">
  2747. <refmeta>
  2748. <refentrytitle>ulink.hyphenate</refentrytitle>
  2749. <refmiscinfo role="type">string</refmiscinfo>
  2750. </refmeta>
  2751. <refnamediv>
  2752. <refname>ulink.hyphenate</refname>
  2753. <refpurpose>Allow URLs to be automatically hyphenated</refpurpose>
  2754. </refnamediv>
  2755.  
  2756. <refsynopsisdiv>
  2757. <src:fragment id="ulink.hyphenate.frag"><xsl:param name="ulink.hyphenate"
  2758.            select="''"/></src:fragment>
  2759. </refsynopsisdiv>
  2760.  
  2761. <refsect1><title>Description</title>
  2762.  
  2763. <para>If not empty, the specified character (or more generally, content) is
  2764. added to URLs after every <quote>/</quote>. If the character specified is a
  2765. Unicode soft hyphen (0x00AD) or Unicode zero-width space (0x200B), some FO
  2766. processors will be able to reasonably hyphenate long URLs.</para>
  2767.  
  2768. <para>As of 28 Jan 2002, discretionary hyphens are more widely and correctly
  2769. supported than zero-width spaces for this purpose.</para>
  2770.  
  2771. </refsect1>
  2772. </refentry>
  2773.  
  2774. <refentry id="shade.verbatim">
  2775. <refmeta>
  2776. <refentrytitle>shade.verbatim</refentrytitle>
  2777. <refmiscinfo role="type">boolean</refmiscinfo>
  2778. </refmeta>
  2779. <refnamediv>
  2780. <refname>shade.verbatim</refname>
  2781. <refpurpose>Should verbatim environments be shaded?</refpurpose>
  2782. </refnamediv>
  2783.  
  2784. <refsynopsisdiv>
  2785. <src:fragment id="shade.verbatim.frag"><xsl:param name="shade.verbatim"
  2786.            select="0"/></src:fragment>
  2787. </refsynopsisdiv>
  2788.  
  2789. <refsect1><title>Description</title>
  2790.  
  2791. <para>FIXME:</para>
  2792.  
  2793. </refsect1>
  2794. </refentry>
  2795.  
  2796. <refentry id="shade.verbatim.style">
  2797. <refmeta>
  2798. <refentrytitle>shade.verbatim.style</refentrytitle>
  2799. <refmiscinfo role="type"/>
  2800. </refmeta>
  2801. <refnamediv>
  2802. <refname>shade.verbatim.style</refname>
  2803. <refpurpose>Properties that specify the style of shaded verbatim listings</refpurpose>
  2804. </refnamediv>
  2805.  
  2806. <refsynopsisdiv>
  2807. <src:fragment id="shade.verbatim.style.frag">
  2808. <xsl:attribute-set name="shade.verbatim.style">
  2809.   <xsl:attribute name="background-color">#E0E0E0</xsl:attribute>
  2810. </xsl:attribute-set></src:fragment>
  2811. </refsynopsisdiv>
  2812.  
  2813. <refsect1><title>Description</title>
  2814.  
  2815. <para>FIXME:</para>
  2816.  
  2817. </refsect1>
  2818. </refentry>
  2819.  
  2820. <refentry id="use.svg">
  2821. <refmeta>
  2822. <refentrytitle>use.svg</refentrytitle>
  2823. <refmiscinfo role="type">boolean</refmiscinfo>
  2824. </refmeta>
  2825. <refnamediv>
  2826. <refname>use.svg</refname>
  2827. <refpurpose>Allow SVG in the result tree?</refpurpose>
  2828. </refnamediv>
  2829.  
  2830. <refsynopsisdiv>
  2831. <src:fragment id="use.svg.frag"><xsl:param name="use.svg"
  2832.            select="1"/></src:fragment>
  2833. </refsynopsisdiv>
  2834.  
  2835. <refsect1><title>Description</title>
  2836.  
  2837. <para>If non-zero, SVG will be considered an acceptable image format. SVG
  2838. is passed through to the result tree, so correct rendering of the resulting
  2839. diagram depends on the formatter (FO processor or web browser) that is used
  2840. to process the output from the stylesheet.</para>
  2841.  
  2842. </refsect1>
  2843. </refentry>
  2844.  
  2845. <refentry id="use.role.as.xrefstyle">
  2846. <refmeta>
  2847. <refentrytitle>use.role.as.xrefstyle</refentrytitle>
  2848. <refmiscinfo role="type">boolean</refmiscinfo>
  2849. </refmeta>
  2850. <refnamediv>
  2851. <refname>use.role.as.xrefstyle</refname>
  2852. <refpurpose>Use <sgmltag class="attribute">role</sgmltag> attribute for
  2853. <sgmltag class="attribute">xrefstyle</sgmltag> on <sgmltag>xref</sgmltag>?</refpurpose>
  2854. </refnamediv>
  2855.  
  2856. <refsynopsisdiv>
  2857. <src:fragment id="use.role.as.xrefstyle.frag"><xsl:param name="use.role.as.xrefstyle"
  2858.            select="1"/></src:fragment>
  2859. </refsynopsisdiv>
  2860.  
  2861. <refsect1><title>Description</title>
  2862.  
  2863. <para>If non-zero, the <sgmltag class="attribute">role</sgmltag> attribute on
  2864. <sgmltag>xref</sgmltag> will be used to select the cross reference style.
  2865. It is likely that the <ulink url="http://www.oasis-open.org/docbook/">DocBook
  2866. Technical Committee</ulink> will eventually add an
  2867. <sgmltag class="attribute">xrefstyle</sgmltag> attribute for this purpose.
  2868. Until then, this flag allows <sgmltag class="attribute">role</sgmltag> to
  2869. serve that purpose.</para>
  2870.  
  2871. </refsect1>
  2872. </refentry>
  2873.  
  2874. <refentry id="menuchoice.separator">
  2875. <refmeta>
  2876. <refentrytitle>menuchoice.separator</refentrytitle>
  2877. <refmiscinfo role="type"/>
  2878. </refmeta>
  2879. <refnamediv>
  2880. <refname>menuchoice.separator</refname>
  2881. <refpurpose/>
  2882. </refnamediv>
  2883.  
  2884. <refsynopsisdiv>
  2885. <src:fragment id="menuchoice.separator.frag"><xsl:param name="menuchoice.separator"
  2886.            select="'+'"/></src:fragment>
  2887. </refsynopsisdiv>
  2888.  
  2889. <refsect1><title>Description</title>
  2890.  
  2891. <para>Separator used to connect items of a <sgmltag>menuchoice</sgmltag> other
  2892. than <sgmltag>guimenuitem</sgmltag> and <sgmltag>guisubmenu</sgmltag>. The latter
  2893. elements are linked with <parameter moreinfo="none">menuchoice.menu.separator</parameter>.
  2894. </para>
  2895.  
  2896. </refsect1>
  2897. </refentry>
  2898.  
  2899. <refentry id="menuchoice.menu.separator">
  2900. <refmeta>
  2901. <refentrytitle>menuchoice.menu.separator</refentrytitle>
  2902. <refmiscinfo role="type"/>
  2903. </refmeta>
  2904. <refnamediv>
  2905. <refname>menuchoice.menu.separator</refname>
  2906. <refpurpose/>
  2907. </refnamediv>
  2908.  
  2909. <refsynopsisdiv>
  2910. <src:fragment id="menuchoice.menu.separator.frag"><xsl:param name="menuchoice.menu.separator"
  2911.            select="'->'"/></src:fragment>
  2912. </refsynopsisdiv>
  2913.  
  2914. <refsect1><title>Description</title>
  2915.  
  2916. <para>Separator used to connect items of a <sgmltag>menuchoice</sgmltag> with
  2917. <sgmltag>guimenuitem</sgmltag> or <sgmltag>guisubmenu</sgmltag>. Other elements
  2918. are linked with <parameter moreinfo="none">menuchoice.separator</parameter>.
  2919. </para>
  2920.  
  2921. </refsect1>
  2922. </refentry>
  2923.  
  2924. </reference>
  2925.  
  2926. <reference><title>Pagination and General Styles</title>
  2927. <partintro>
  2928. <section><title>Understanding XSL FO Margins</title>
  2929.  
  2930. <para>In order for the parameters in this section to make sense, it is useful to
  2931. consider <xref linkend="fig.pagemodel"/>.</para>
  2932.  
  2933. <figure id="fig.pagemodel" float="0">
  2934. <mediaobject>
  2935. <imageobject>
  2936. <imagedata fileref="page.png"/>
  2937. </imageobject>
  2938. <textobject><phrase>Figure showing page margins</phrase></textobject>
  2939. <textobject>
  2940. <para>This figure shows the physical page with the various FO page regions
  2941. identified.</para>
  2942. </textobject>
  2943. </mediaobject>
  2944. </figure>
  2945.  
  2946. <para>First, let's consider the regions on the page.</para>
  2947.  
  2948. <para>The white region is the physical page. Its dimensions are determined by
  2949. the <parameter moreinfo="none">page.height</parameter> and <parameter moreinfo="none">page.width</parameter>
  2950. parameters.</para>
  2951.  
  2952. <para>The yellow region is the region-body. The size and placement of
  2953. the region body is constrained by the dimensions labelled in the
  2954. figure.</para>
  2955.  
  2956. <para>The pink region at the top of the page is the region-before. The
  2957. darker area inside the region-before is the header text. In XSL, the default
  2958. display alignment for the region-before is <literal moreinfo="none">before</literal>, but
  2959. the DocBook stylesheets explicitly make it <literal moreinfo="none">after</literal>. That's
  2960. why the darker area is at the bottom.</para>
  2961.  
  2962. <para>The pink region at the bottom of the page is the region-after.
  2963. The darker area is the footer text. In XSL, the default display
  2964. alignment for the region-after is <literal moreinfo="none">before</literal> (really!),
  2965. but the DocBook stylesheets explicitly make it
  2966. <literal moreinfo="none">after</literal>. That's why the darker area is at the bottom.</para>
  2967.  
  2968. <para>The dimensions in the figure are:</para>
  2969.  
  2970. <orderedlist numeration="upperalpha" inheritnum="ignore" continuation="restarts">
  2971. <listitem><para>The page-master margin-top.
  2972. </para></listitem>
  2973. <listitem><para>The region-before extent.
  2974. </para></listitem>
  2975. <listitem><para>The region-body margin-top.
  2976. </para></listitem>
  2977. <listitem><para>The region-after extent.
  2978. </para></listitem>
  2979. <listitem><para>The page-master margin-bottom.
  2980. </para></listitem>
  2981. <listitem><para>The region-body margin-bottom.
  2982. </para></listitem>
  2983. <listitem><para>The sum of the page-master margin-left and the
  2984. region-body margin-left. In DocBook, the region-body margin-left is
  2985. zero by default, so this is simply the page-master region-left.
  2986. </para></listitem>
  2987. <listitem><para>The sum of the page-master margin-right and the
  2988. region-body margin-right. In DocBook, the region-body margin-right is
  2989. zero by default, so this is simply the page-master region-left.
  2990. </para></listitem>
  2991. </orderedlist>
  2992.  
  2993. </section>
  2994. </partintro>
  2995.  
  2996. <refentry id="page.height">
  2997. <refmeta>
  2998. <refentrytitle>page.height</refentrytitle>
  2999.  
  3000. </refmeta>
  3001. <refnamediv>
  3002. <refname>page.height</refname>
  3003. <refpurpose>The height of the physical page</refpurpose>
  3004. </refnamediv>
  3005.  
  3006. <refsynopsisdiv>
  3007. <src:fragment id="page.height.frag"><xsl:param name="page.height">
  3008.   <xsl:choose>
  3009.     <xsl:when test="$page.orientation = 'portrait'">
  3010.       <xsl:value-of select="$page.height.portrait"/>
  3011.     </xsl:when>
  3012.     <xsl:otherwise>
  3013.       <xsl:value-of select="$page.width.portrait"/>
  3014.     </xsl:otherwise>
  3015.   </xsl:choose>
  3016. </xsl:param></src:fragment>
  3017. </refsynopsisdiv>
  3018.  
  3019. <refsect1><title>Description</title>
  3020.  
  3021. <para>The page height is generally calculated from the
  3022. <literal moreinfo="none">paper.type</literal> and
  3023. <literal moreinfo="none">page.orientation</literal>.
  3024. </para>
  3025.  
  3026. </refsect1>
  3027. </refentry>
  3028.  
  3029. <refentry id="page.height.portrait">
  3030. <refmeta>
  3031. <refentrytitle>page.height.portrait</refentrytitle>
  3032.  
  3033. </refmeta>
  3034. <refnamediv>
  3035. <refname>page.height.portrait</refname>
  3036. <refpurpose>Specify the physical size of the long edge of the page</refpurpose>
  3037. </refnamediv>
  3038.  
  3039. <refsynopsisdiv>
  3040. <src:fragment id="page.height.portrait.frag"><xsl:param name="page.height.portrait">
  3041.   <xsl:choose>
  3042.     <xsl:when test="$paper.type = 'A4landscape'">210mm</xsl:when>
  3043.     <xsl:when test="$paper.type = 'USletter'">11in</xsl:when>
  3044.     <xsl:when test="$paper.type = 'USlandscape'">8.5in</xsl:when>
  3045.     <xsl:when test="$paper.type = '4A0'">2378mm</xsl:when>
  3046.     <xsl:when test="$paper.type = '2A0'">1682mm</xsl:when>
  3047.     <xsl:when test="$paper.type = 'A0'">1189mm</xsl:when>
  3048.     <xsl:when test="$paper.type = 'A1'">841mm</xsl:when>
  3049.     <xsl:when test="$paper.type = 'A2'">594mm</xsl:when>
  3050.     <xsl:when test="$paper.type = 'A3'">420mm</xsl:when>
  3051.     <xsl:when test="$paper.type = 'A4'">297mm</xsl:when>
  3052.     <xsl:when test="$paper.type = 'A5'">210mm</xsl:when>
  3053.     <xsl:when test="$paper.type = 'A6'">148mm</xsl:when>
  3054.     <xsl:when test="$paper.type = 'A7'">105mm</xsl:when>
  3055.     <xsl:when test="$paper.type = 'A8'">74mm</xsl:when>
  3056.     <xsl:when test="$paper.type = 'A9'">52mm</xsl:when>
  3057.     <xsl:when test="$paper.type = 'A10'">37mm</xsl:when>
  3058.     <xsl:when test="$paper.type = 'B0'">1414mm</xsl:when>
  3059.     <xsl:when test="$paper.type = 'B1'">1000mm</xsl:when>
  3060.     <xsl:when test="$paper.type = 'B2'">707mm</xsl:when>
  3061.     <xsl:when test="$paper.type = 'B3'">500mm</xsl:when>
  3062.     <xsl:when test="$paper.type = 'B4'">353mm</xsl:when>
  3063.     <xsl:when test="$paper.type = 'B5'">250mm</xsl:when>
  3064.     <xsl:when test="$paper.type = 'B6'">176mm</xsl:when>
  3065.     <xsl:when test="$paper.type = 'B7'">125mm</xsl:when>
  3066.     <xsl:when test="$paper.type = 'B8'">88mm</xsl:when>
  3067.     <xsl:when test="$paper.type = 'B9'">62mm</xsl:when>
  3068.     <xsl:when test="$paper.type = 'B10'">44mm</xsl:when>
  3069.     <xsl:when test="$paper.type = 'C0'">1297mm</xsl:when>
  3070.     <xsl:when test="$paper.type = 'C1'">917mm</xsl:when>
  3071.     <xsl:when test="$paper.type = 'C2'">648mm</xsl:when>
  3072.     <xsl:when test="$paper.type = 'C3'">458mm</xsl:when>
  3073.     <xsl:when test="$paper.type = 'C4'">324mm</xsl:when>
  3074.     <xsl:when test="$paper.type = 'C5'">229mm</xsl:when>
  3075.     <xsl:when test="$paper.type = 'C6'">162mm</xsl:when>
  3076.     <xsl:when test="$paper.type = 'C7'">114mm</xsl:when>
  3077.     <xsl:when test="$paper.type = 'C8'">81mm</xsl:when>
  3078.     <xsl:when test="$paper.type = 'C9'">57mm</xsl:when>
  3079.     <xsl:when test="$paper.type = 'C10'">40mm</xsl:when>
  3080.     <xsl:otherwise>11in</xsl:otherwise>
  3081.   </xsl:choose>
  3082. </xsl:param></src:fragment>
  3083. </refsynopsisdiv>
  3084.  
  3085. <refsect1><title>Description</title>
  3086.  
  3087. <para>The portrait page height is the length of the long
  3088. edge of the physical page.
  3089. </para>
  3090.  
  3091. </refsect1>
  3092. </refentry>
  3093.  
  3094. <refentry id="page.margin.bottom">
  3095. <refmeta>
  3096. <refentrytitle>page.margin.bottom</refentrytitle>
  3097.  
  3098. </refmeta>
  3099. <refnamediv>
  3100. <refname>page.margin.bottom</refname>
  3101. <refpurpose>The bottom margin of the page</refpurpose>
  3102. </refnamediv>
  3103.  
  3104. <refsynopsisdiv>
  3105. <src:fragment id="page.margin.bottom.frag"><xsl:param name="page.margin.bottom"
  3106.            select="'0.5in'"/></src:fragment>
  3107. </refsynopsisdiv>
  3108.  
  3109. <refsect1><title>Description</title>
  3110.  
  3111. <para>The bottom page margin is the distance from the bottom of the region-after
  3112. to the physical bottom of the page.
  3113. </para>
  3114.  
  3115. </refsect1>
  3116. </refentry>
  3117.  
  3118. <refentry id="page.margin.inner">
  3119. <refmeta>
  3120. <refentrytitle>page.margin.inner</refentrytitle>
  3121.  
  3122. </refmeta>
  3123. <refnamediv>
  3124. <refname>page.margin.inner</refname>
  3125. <refpurpose>The inner page margin</refpurpose>
  3126. </refnamediv>
  3127.  
  3128. <refsynopsisdiv>
  3129. <src:fragment id="page.margin.inner.frag"><xsl:param name="page.margin.inner">
  3130.   <xsl:choose>
  3131.     <xsl:when test="$double.sided != 0">1.25in</xsl:when>
  3132.     <xsl:otherwise>1in</xsl:otherwise>
  3133.   </xsl:choose>
  3134. </xsl:param></src:fragment>
  3135. </refsynopsisdiv>
  3136.  
  3137. <refsect1><title>Description</title>
  3138.  
  3139. <para>The inner page margin is the distance from binding edge of the
  3140. page to the first column of text. In the left-to-right, top-to-bottom writing
  3141. direction, this is the left margin of recto pages.</para>
  3142. <para>The inner and outer margins are usually the same unless the output
  3143. is double-sided.
  3144. </para>
  3145.  
  3146. </refsect1>
  3147. </refentry>
  3148.  
  3149. <refentry id="page.margin.outer">
  3150. <refmeta>
  3151. <refentrytitle>page.margin.outer</refentrytitle>
  3152.  
  3153. </refmeta>
  3154. <refnamediv>
  3155. <refname>page.margin.outer</refname>
  3156. <refpurpose>The outer page margin</refpurpose>
  3157. </refnamediv>
  3158.  
  3159. <refsynopsisdiv>
  3160. <src:fragment id="page.margin.outer.frag"><xsl:param name="page.margin.outer">
  3161.   <xsl:choose>
  3162.     <xsl:when test="$double.sided != 0">0.75in</xsl:when>
  3163.     <xsl:otherwise>1in</xsl:otherwise>
  3164.   </xsl:choose>
  3165. </xsl:param></src:fragment>
  3166. </refsynopsisdiv>
  3167.  
  3168. <refsect1><title>Description</title>
  3169.  
  3170. <para>The outer page margin is the distance from non-binding edge of the
  3171. page to the last column of text. In the left-to-right, top-to-bottom writing
  3172. direction, this is the right margin of recto pages.</para>
  3173. <para>The inner and outer margins are usually the same unless the output
  3174. is double-sided.
  3175. </para>
  3176.  
  3177. </refsect1>
  3178. </refentry>
  3179.  
  3180. <refentry id="page.margin.top">
  3181. <refmeta>
  3182. <refentrytitle>page.margin.top</refentrytitle>
  3183.  
  3184. </refmeta>
  3185. <refnamediv>
  3186. <refname>page.margin.top</refname>
  3187. <refpurpose>The top margin of the page</refpurpose>
  3188. </refnamediv>
  3189.  
  3190. <refsynopsisdiv>
  3191. <src:fragment id="page.margin.top.frag"><xsl:param name="page.margin.top"
  3192.            select="'0.5in'"/></src:fragment>
  3193. </refsynopsisdiv>
  3194.  
  3195. <refsect1><title>Description</title>
  3196.  
  3197. <para>The top page margin is the distance from the physical top of the
  3198. page to the top of the region-before.</para>
  3199.  
  3200. </refsect1>
  3201. </refentry>
  3202.  
  3203. <refentry id="page.orientation">
  3204. <refmeta>
  3205. <refentrytitle>page.orientation</refentrytitle>
  3206.  
  3207. </refmeta>
  3208. <refnamediv>
  3209. <refname>page.orientation</refname>
  3210. <refpurpose>Select the page orientation</refpurpose>
  3211. </refnamediv>
  3212.  
  3213. <refsynopsisdiv>
  3214. <src:fragment id="page.orientation.frag"><xsl:param name="page.orientation"
  3215.            select="'portrait'"/></src:fragment>
  3216. </refsynopsisdiv>
  3217.  
  3218. <refsect1><title>Description</title>
  3219.  
  3220. <para>In portrait orientation, the short edge is horizontal; in
  3221. landscape orientation, it is vertical.
  3222. </para>
  3223.  
  3224. </refsect1>
  3225. </refentry>
  3226.  
  3227. <refentry id="page.width">
  3228. <refmeta>
  3229. <refentrytitle>page.width</refentrytitle>
  3230.  
  3231. </refmeta>
  3232. <refnamediv>
  3233. <refname>page.width</refname>
  3234. <refpurpose>The width of the physical page</refpurpose>
  3235. </refnamediv>
  3236.  
  3237. <refsynopsisdiv>
  3238. <src:fragment id="page.width.frag"><xsl:param name="page.width">
  3239.   <xsl:choose>
  3240.     <xsl:when test="$page.orientation = 'portrait'">
  3241.       <xsl:value-of select="$page.width.portrait"/>
  3242.     </xsl:when>
  3243.     <xsl:otherwise>
  3244.       <xsl:value-of select="$page.height.portrait"/>
  3245.     </xsl:otherwise>
  3246.   </xsl:choose>
  3247. </xsl:param></src:fragment>
  3248. </refsynopsisdiv>
  3249.  
  3250. <refsect1><title>Description</title>
  3251.  
  3252. <para>The page width is generally calculated from the
  3253. <literal moreinfo="none">paper.type</literal> and <literal moreinfo="none">page.orientation</literal>.
  3254. </para>
  3255.  
  3256. </refsect1>
  3257. </refentry>
  3258.  
  3259. <refentry id="page.width.portrait">
  3260. <refmeta>
  3261. <refentrytitle>page.width.portrait</refentrytitle>
  3262.  
  3263. </refmeta>
  3264. <refnamediv>
  3265. <refname>page.width.portrait</refname>
  3266. <refpurpose>Specify the physical size of the short edge of the page</refpurpose>
  3267. </refnamediv>
  3268.  
  3269. <refsynopsisdiv>
  3270. <src:fragment id="page.width.portrait.frag"><xsl:param name="page.width.portrait">
  3271.   <xsl:choose>
  3272.     <xsl:when test="$paper.type = 'USletter'">8.5in</xsl:when>
  3273.     <xsl:when test="$paper.type = '4A0'">1682mm</xsl:when>
  3274.     <xsl:when test="$paper.type = '2A0'">1189mm</xsl:when>
  3275.     <xsl:when test="$paper.type = 'A0'">841mm</xsl:when>
  3276.     <xsl:when test="$paper.type = 'A1'">594mm</xsl:when>
  3277.     <xsl:when test="$paper.type = 'A2'">420mm</xsl:when>
  3278.     <xsl:when test="$paper.type = 'A3'">297mm</xsl:when>
  3279.     <xsl:when test="$paper.type = 'A4'">210mm</xsl:when>
  3280.     <xsl:when test="$paper.type = 'A5'">148mm</xsl:when>
  3281.     <xsl:when test="$paper.type = 'A6'">105mm</xsl:when>
  3282.     <xsl:when test="$paper.type = 'A7'">74mm</xsl:when>
  3283.     <xsl:when test="$paper.type = 'A8'">52mm</xsl:when>
  3284.     <xsl:when test="$paper.type = 'A9'">37mm</xsl:when>
  3285.     <xsl:when test="$paper.type = 'A10'">26mm</xsl:when>
  3286.     <xsl:when test="$paper.type = 'B0'">1000mm</xsl:when>
  3287.     <xsl:when test="$paper.type = 'B1'">707mm</xsl:when>
  3288.     <xsl:when test="$paper.type = 'B2'">500mm</xsl:when>
  3289.     <xsl:when test="$paper.type = 'B3'">353mm</xsl:when>
  3290.     <xsl:when test="$paper.type = 'B4'">250mm</xsl:when>
  3291.     <xsl:when test="$paper.type = 'B5'">176mm</xsl:when>
  3292.     <xsl:when test="$paper.type = 'B6'">125mm</xsl:when>
  3293.     <xsl:when test="$paper.type = 'B7'">88mm</xsl:when>
  3294.     <xsl:when test="$paper.type = 'B8'">62mm</xsl:when>
  3295.     <xsl:when test="$paper.type = 'B9'">44mm</xsl:when>
  3296.     <xsl:when test="$paper.type = 'B10'">31mm</xsl:when>
  3297.     <xsl:when test="$paper.type = 'C0'">917mm</xsl:when>
  3298.     <xsl:when test="$paper.type = 'C1'">648mm</xsl:when>
  3299.     <xsl:when test="$paper.type = 'C2'">458mm</xsl:when>
  3300.     <xsl:when test="$paper.type = 'C3'">324mm</xsl:when>
  3301.     <xsl:when test="$paper.type = 'C4'">229mm</xsl:when>
  3302.     <xsl:when test="$paper.type = 'C5'">162mm</xsl:when>
  3303.     <xsl:when test="$paper.type = 'C6'">114mm</xsl:when>
  3304.     <xsl:when test="$paper.type = 'C7'">81mm</xsl:when>
  3305.     <xsl:when test="$paper.type = 'C8'">57mm</xsl:when>
  3306.     <xsl:when test="$paper.type = 'C9'">40mm</xsl:when>
  3307.     <xsl:when test="$paper.type = 'C10'">28mm</xsl:when>
  3308.     <xsl:otherwise>8.5in</xsl:otherwise>
  3309.   </xsl:choose>
  3310. </xsl:param></src:fragment>
  3311. </refsynopsisdiv>
  3312.  
  3313. <refsect1><title>Description</title>
  3314.  
  3315. <para>The portrait page width is the length of the short
  3316. edge of the physical page.
  3317. </para>
  3318.  
  3319. </refsect1>
  3320. </refentry>
  3321.  
  3322. <refentry id="paper.type">
  3323. <refmeta>
  3324. <refentrytitle>paper.type</refentrytitle>
  3325.  
  3326. </refmeta>
  3327. <refnamediv>
  3328. <refname>paper.type</refname>
  3329. <refpurpose>Select the paper type</refpurpose>
  3330. </refnamediv>
  3331.  
  3332. <refsynopsisdiv>
  3333. <src:fragment id="paper.type.frag"><xsl:param name="paper.type"
  3334.            select="'USletter'"/></src:fragment>
  3335. </refsynopsisdiv>
  3336.  
  3337. <refsect1><title>Description</title>
  3338.  
  3339. <para>The paper type is a convenient way to specify the paper size.
  3340. The list of known paper sizes includes USletter and most of the A,
  3341. B, and C sizes. See <literal moreinfo="none">page.width.portrait</literal>, for example.
  3342. </para>
  3343.  
  3344. </refsect1>
  3345. </refentry>
  3346.  
  3347. <refentry id="double.sided">
  3348. <refmeta>
  3349. <refentrytitle>double.sided</refentrytitle>
  3350.  
  3351. </refmeta>
  3352. <refnamediv>
  3353. <refname>double.sided</refname>
  3354. <refpurpose>Is the document to be printed double sided?</refpurpose>
  3355. </refnamediv>
  3356.  
  3357. <refsynopsisdiv>
  3358. <src:fragment id="double.sided.frag"><xsl:param name="double.sided"
  3359.            select="'0'"/></src:fragment>
  3360. </refsynopsisdiv>
  3361.  
  3362. <refsect1><title>Description</title>
  3363.  
  3364. <para>Double-sided documents are printed with a slightly wider margin
  3365. on the binding edge of the page.
  3366. </para>
  3367. <para>FIXME: The current set of parameters does not take writing direction
  3368. into account.</para>
  3369.  
  3370. </refsect1>
  3371. </refentry>
  3372.  
  3373. <refentry id="body.margin.bottom">
  3374. <refmeta>
  3375. <refentrytitle>body.margin.bottom</refentrytitle>
  3376.  
  3377. </refmeta>
  3378. <refnamediv>
  3379. <refname>body.margin.bottom</refname>
  3380. <refpurpose>The bottom margin of the body text</refpurpose>
  3381. </refnamediv>
  3382.  
  3383. <refsynopsisdiv>
  3384. <src:fragment id="body.margin.bottom.frag"><xsl:param name="body.margin.bottom"
  3385.            select="'0.5in'"/></src:fragment>
  3386. </refsynopsisdiv>
  3387.  
  3388. <refsect1><title>Description</title>
  3389.  
  3390. <para>The body bottom margin is the distance from the last line of text
  3391. in the page body to the bottom of the region-after.
  3392. </para>
  3393.  
  3394. </refsect1>
  3395. </refentry>
  3396.  
  3397. <refentry id="body.margin.top">
  3398. <refmeta>
  3399. <refentrytitle>body.margin.top</refentrytitle>
  3400.  
  3401. </refmeta>
  3402. <refnamediv>
  3403. <refname>body.margin.top</refname>
  3404. <refpurpose>To specify the size of the top margin of a page</refpurpose>
  3405. </refnamediv>
  3406.  
  3407. <refsynopsisdiv>
  3408. <src:fragment id="body.margin.top.frag"><xsl:param name="body.margin.top"
  3409.            select="'0.5in'"/></src:fragment>
  3410. </refsynopsisdiv>
  3411.  
  3412. <refsect1><title>Description</title>
  3413.  
  3414. <para>The body top margin is the distance from the top of the region-before
  3415. to the first line of text in the page body.
  3416. </para>
  3417.  
  3418. </refsect1>
  3419. </refentry>
  3420.  
  3421. <refentry id="alignment">
  3422. <refmeta>
  3423. <refentrytitle>alignment</refentrytitle>
  3424.  
  3425. </refmeta>
  3426. <refnamediv>
  3427. <refname>alignment</refname>
  3428. <refpurpose>Specify the default text alignment</refpurpose>
  3429. </refnamediv>
  3430.  
  3431. <refsynopsisdiv>
  3432. <src:fragment id="alignment.frag"><xsl:param name="alignment">justify</xsl:param></src:fragment>
  3433. </refsynopsisdiv>
  3434.  
  3435. <refsect1><title>Description</title>
  3436.  
  3437. <para>The default text alignment is used for most body text.
  3438. </para>
  3439.  
  3440. </refsect1>
  3441. </refentry>
  3442.  
  3443. <refentry id="hyphenate">
  3444. <refmeta>
  3445. <refentrytitle>hyphenate</refentrytitle>
  3446.  
  3447. </refmeta>
  3448. <refnamediv>
  3449. <refname>hyphenate</refname>
  3450. <refpurpose>Specify hyphenation behavior</refpurpose>
  3451. </refnamediv>
  3452.  
  3453. <refsynopsisdiv>
  3454. <src:fragment id="hyphenate.frag"><xsl:param name="hyphenate">true</xsl:param></src:fragment>
  3455. </refsynopsisdiv>
  3456.  
  3457. <refsect1><title>Description</title>
  3458.  
  3459. <para>If true, words may be hyphenated. Otherwise, they may not.
  3460. </para>
  3461.  
  3462. </refsect1>
  3463. </refentry>
  3464.  
  3465. <refentry id="line-height">
  3466. <refmeta>
  3467. <refentrytitle>line-height</refentrytitle>
  3468. <refmiscinfo role="type">string</refmiscinfo>
  3469. </refmeta>
  3470. <refnamediv>
  3471. <refname>line-height</refname>
  3472. <refpurpose>Specify the line-height property</refpurpose>
  3473. </refnamediv>
  3474.  
  3475. <refsynopsisdiv>
  3476. <src:fragment id="line-height.frag"><xsl:param name="line-height"
  3477.            select="'normal'"/></src:fragment>
  3478. </refsynopsisdiv>
  3479.  
  3480. <refsect1><title>Description</title>
  3481.  
  3482. <para>Sets the line-height property.</para>
  3483.  
  3484. </refsect1>
  3485. </refentry>
  3486.  
  3487. <refentry id="column.count.back">
  3488. <refmeta>
  3489. <refentrytitle>column.count.back</refentrytitle>
  3490. <refmiscinfo role="type">integer</refmiscinfo>
  3491. </refmeta>
  3492. <refnamediv>
  3493. <refname>column.count.back</refname>
  3494. <refpurpose>Number of columns on back matter pages</refpurpose>
  3495. </refnamediv>
  3496.  
  3497. <refsynopsisdiv>
  3498. <src:fragment id="column.count.back.frag"><xsl:param name="column.count.back"
  3499.            select="1"/></src:fragment>
  3500. </refsynopsisdiv>
  3501.  
  3502. <refsect1><title>Description</title>
  3503.  
  3504. <para>Number of columns on back matter (appendix, glossary, etc.) pages.</para>
  3505.  
  3506. </refsect1>
  3507. </refentry>
  3508.  
  3509. <refentry id="column.count.body">
  3510. <refmeta>
  3511. <refentrytitle>column.count.body</refentrytitle>
  3512. <refmiscinfo role="type">integer</refmiscinfo>
  3513. </refmeta>
  3514. <refnamediv>
  3515. <refname>column.count.body</refname>
  3516. <refpurpose>Number of columns on body pages</refpurpose>
  3517. </refnamediv>
  3518.  
  3519. <refsynopsisdiv>
  3520. <src:fragment id="column.count.body.frag"><xsl:param name="column.count.body"
  3521.            select="1"/></src:fragment>
  3522. </refsynopsisdiv>
  3523.  
  3524. <refsect1><title>Description</title>
  3525.  
  3526. <para>Number of columns on body pages.</para>
  3527.  
  3528. </refsect1>
  3529. </refentry>
  3530.  
  3531. <refentry id="column.count.front">
  3532. <refmeta>
  3533. <refentrytitle>column.count.front</refentrytitle>
  3534. <refmiscinfo role="type">integer</refmiscinfo>
  3535. </refmeta>
  3536. <refnamediv>
  3537. <refname>column.count.front</refname>
  3538. <refpurpose>Number of columns on front matter pages</refpurpose>
  3539. </refnamediv>
  3540.  
  3541. <refsynopsisdiv>
  3542. <src:fragment id="column.count.front.frag"><xsl:param name="column.count.front"
  3543.            select="1"/></src:fragment>
  3544. </refsynopsisdiv>
  3545.  
  3546. <refsect1><title>Description</title>
  3547.  
  3548. <para>Number of columns on front matter (dedication, preface, etc.) pages.</para>
  3549.  
  3550. </refsect1>
  3551. </refentry>
  3552.  
  3553. <refentry id="column.count.index">
  3554. <refmeta>
  3555. <refentrytitle>column.count.index</refentrytitle>
  3556. <refmiscinfo role="type">integer</refmiscinfo>
  3557. </refmeta>
  3558. <refnamediv>
  3559. <refname>column.count.index</refname>
  3560. <refpurpose>Number of columns on index pages</refpurpose>
  3561. </refnamediv>
  3562.  
  3563. <refsynopsisdiv>
  3564. <src:fragment id="column.count.index.frag"><xsl:param name="column.count.index"
  3565.            select="2"/></src:fragment>
  3566. </refsynopsisdiv>
  3567.  
  3568. <refsect1><title>Description</title>
  3569.  
  3570. <para>Number of columns on index pages.</para>
  3571.  
  3572. </refsect1>
  3573. </refentry>
  3574.  
  3575. <refentry id="column.count.lot">
  3576. <refmeta>
  3577. <refentrytitle>column.count.lot</refentrytitle>
  3578. <refmiscinfo role="type">integer</refmiscinfo>
  3579. </refmeta>
  3580. <refnamediv>
  3581. <refname>column.count.lot</refname>
  3582. <refpurpose>Number of columns on a 'List-of-Titles' page</refpurpose>
  3583. </refnamediv>
  3584.  
  3585. <refsynopsisdiv>
  3586. <src:fragment id="column.count.lot.frag"><xsl:param name="column.count.lot"
  3587.            select="1"/></src:fragment>
  3588. </refsynopsisdiv>
  3589.  
  3590. <refsect1><title>Description</title>
  3591.  
  3592. <para>Number of columns on a page sequence containing the Table of Contents,
  3593. List of Figures, etc.</para>
  3594.  
  3595. </refsect1>
  3596. </refentry>
  3597.  
  3598. <refentry id="column.count.titlepage">
  3599. <refmeta>
  3600. <refentrytitle>column.count.titlepage</refentrytitle>
  3601. <refmiscinfo role="type">integer</refmiscinfo>
  3602. </refmeta>
  3603. <refnamediv>
  3604. <refname>column.count.titlepage</refname>
  3605. <refpurpose>Number of columns on a title page</refpurpose>
  3606. </refnamediv>
  3607.  
  3608. <refsynopsisdiv>
  3609. <src:fragment id="column.count.titlepage.frag"><xsl:param name="column.count.titlepage"
  3610.            select="1"/></src:fragment>
  3611. </refsynopsisdiv>
  3612.  
  3613. <refsect1><title>Description</title>
  3614.  
  3615. <para>Number of columns on a title page</para>
  3616.  
  3617. </refsect1>
  3618. </refentry>
  3619.  
  3620. <refentry id="region.after.extent">
  3621. <refmeta>
  3622. <refentrytitle>region.after.extent</refentrytitle>
  3623.  
  3624. </refmeta>
  3625. <refnamediv>
  3626. <refname>region.after.extent</refname>
  3627. <refpurpose>Specifies the height of the footer.</refpurpose>
  3628. </refnamediv>
  3629.  
  3630. <refsynopsisdiv>
  3631. <src:fragment id="region.after.extent.frag"><xsl:param name="region.after.extent"
  3632.            select="'0.4in'"/></src:fragment>
  3633. </refsynopsisdiv>
  3634.  
  3635. <refsect1><title>Description</title>
  3636.  
  3637. <para>The region after extent is the height of the area where footers
  3638. are printed.
  3639. </para>
  3640.  
  3641. </refsect1>
  3642. </refentry>
  3643.  
  3644. <refentry id="region.before.extent">
  3645. <refmeta>
  3646. <refentrytitle>region.before.extent</refentrytitle>
  3647.  
  3648. </refmeta>
  3649. <refnamediv>
  3650. <refname>region.before.extent</refname>
  3651. <refpurpose>Specifies the height of the header</refpurpose>
  3652. </refnamediv>
  3653.  
  3654. <refsynopsisdiv>
  3655. <src:fragment id="region.before.extent.frag"><xsl:param name="region.before.extent"
  3656.            select="'0.4in'"/></src:fragment>
  3657. </refsynopsisdiv>
  3658.  
  3659. <refsect1><title>Description</title>
  3660.  
  3661. <para>The region before extent is the height of the area where headers
  3662. are printed.
  3663. </para>
  3664.  
  3665. </refsect1>
  3666. </refentry>
  3667.  
  3668. <refentry id="default.units">
  3669. <refmeta>
  3670. <refentrytitle>default.units</refentrytitle>
  3671. <refmiscinfo role="type">list</refmiscinfo>
  3672. <refmiscinfo role="value">cm</refmiscinfo>
  3673. <refmiscinfo role="value">mm</refmiscinfo>
  3674. <refmiscinfo role="value">in</refmiscinfo>
  3675. <refmiscinfo role="value">pt</refmiscinfo>
  3676. <refmiscinfo role="value">pc</refmiscinfo>
  3677. <refmiscinfo role="value">px</refmiscinfo>
  3678. <refmiscinfo role="value">em</refmiscinfo>
  3679. </refmeta>
  3680. <refnamediv>
  3681. <refname>default.units</refname>
  3682. <refpurpose>Default units for an unqualified dimension</refpurpose>
  3683. </refnamediv>
  3684.  
  3685. <refsynopsisdiv>
  3686. <src:fragment id="default.units.frag"><xsl:param name="default.units"
  3687.            select="'pt'"/></src:fragment>
  3688. </refsynopsisdiv>
  3689.  
  3690. <refsect1><title>Description</title>
  3691.  
  3692. <para>If an unqualified dimension is encountered (for example, in a
  3693. graphic width), the <parameter moreinfo="none">default-units</parameter> will be used for the
  3694. units. Unqualified dimensions are not allowed in XSL Formatting Objects.
  3695. </para>
  3696.  
  3697. </refsect1>
  3698. </refentry>
  3699.  
  3700. <refentry id="normal.para.spacing">
  3701. <refnamediv>
  3702. <refname>normal.para.spacing</refname>
  3703. <refpurpose>What space do you want between normal paragraphs</refpurpose>
  3704. </refnamediv>
  3705.  
  3706. <refsynopsisdiv>
  3707. <src:fragment id="normal.para.spacing.frag"><xsl:attribute-set name="normal.para.spacing">
  3708.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  3709.   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  3710.   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  3711. </xsl:attribute-set></src:fragment>
  3712. </refsynopsisdiv>
  3713. <refsect1><title>Description</title>
  3714. <para>Specify the spacing required between normal paragraphs</para>
  3715. </refsect1>
  3716. </refentry>
  3717.  
  3718. <refentry id="body.font.master">
  3719. <refmeta>
  3720. <refentrytitle>body.font.master</refentrytitle>
  3721.  
  3722. </refmeta>
  3723. <refnamediv>
  3724. <refname>body.font.master</refname>
  3725. <refpurpose>Specifies the default point size for body text</refpurpose>
  3726. </refnamediv>
  3727.  
  3728. <refsynopsisdiv>
  3729. <src:fragment id="body.font.master.frag"><xsl:param name="body.font.master">10</xsl:param></src:fragment>
  3730. </refsynopsisdiv>
  3731.  
  3732. <refsect1><title>Description</title>
  3733.  
  3734. <para>The body font size is specified in two parameters
  3735. (<varname>body.font.master</varname> and <varname>body.font.size</varname>)
  3736. so that math can be performed on the font size by XSLT.
  3737. </para>
  3738.  
  3739. </refsect1>
  3740. </refentry>
  3741.  
  3742. <refentry id="body.font.size">
  3743. <refmeta>
  3744. <refentrytitle>body.font.size</refentrytitle>
  3745.  
  3746. </refmeta>
  3747. <refnamediv>
  3748. <refname>body.font.size</refname>
  3749. <refpurpose>Specifies the default font size for body text</refpurpose>
  3750. </refnamediv>
  3751.  
  3752. <refsynopsisdiv>
  3753. <src:fragment id="body.font.size.frag"><xsl:param name="body.font.size">
  3754.  <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text>
  3755. </xsl:param></src:fragment>
  3756. </refsynopsisdiv>
  3757.  
  3758. <refsect1><title>Description</title>
  3759.  
  3760. <para>The body font size is specified in two parameters
  3761. (<varname>body.font.master</varname> and <varname>body.font.size</varname>)
  3762. so that math can be performed on the font size by XSLT.
  3763. </para>
  3764.  
  3765. </refsect1>
  3766. </refentry>
  3767.  
  3768. <refentry id="footnote.font.size">
  3769. <refmeta>
  3770. <refentrytitle>footnote.font.size</refentrytitle>
  3771.  
  3772. </refmeta>
  3773. <refnamediv>
  3774. <refname>footnote.font.size</refname>
  3775. <refpurpose>The font size for footnotes</refpurpose>
  3776. </refnamediv>
  3777.  
  3778. <refsynopsisdiv>
  3779. <src:fragment id="footnote.font.size.frag"><xsl:param name="footnote.font.size">
  3780.  <xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text>
  3781. </xsl:param></src:fragment>
  3782. </refsynopsisdiv>
  3783.  
  3784. <refsect1><title>Description</title>
  3785.  
  3786. <para>The footnote font size is used for...footnotes!
  3787. </para>
  3788.  
  3789. </refsect1>
  3790. </refentry>
  3791.  
  3792. <refentry id="title.margin.left">
  3793. <refmeta>
  3794. <refentrytitle>title.margin.left</refentrytitle>
  3795. <refmiscinfo role="type"/>
  3796. </refmeta>
  3797. <refnamediv>
  3798. <refname>title.margin.left</refname>
  3799. <refpurpose>Adjust the left margin for titles</refpurpose>
  3800. </refnamediv>
  3801.  
  3802. <refsynopsisdiv>
  3803. <src:fragment id="title.margin.left.frag"><xsl:param name="title.margin.left"
  3804.            select="'-4pc'"/></src:fragment>
  3805. </refsynopsisdiv>
  3806.  
  3807. <refsect1><title>Description</title>
  3808.  
  3809. <para>This parameter adjusts the left margin for titles.
  3810. </para>
  3811.  
  3812. </refsect1>
  3813. </refentry>
  3814.  
  3815. <refentry id="draft.mode">
  3816. <refmeta>
  3817. <refentrytitle>draft.mode</refentrytitle>
  3818. <refmiscinfo role="type">list</refmiscinfo>
  3819. </refmeta>
  3820. <refnamediv>
  3821. <refname>draft.mode</refname>
  3822. <refpurpose>Select draft mode</refpurpose>
  3823. </refnamediv>
  3824.  
  3825. <refsynopsisdiv>
  3826. <src:fragment id="draft.mode.frag"><xsl:param name="draft.mode"
  3827.            select="'maybe'"/></src:fragment>
  3828. </refsynopsisdiv>
  3829.  
  3830. <refsect1><title>Description</title>
  3831.  
  3832. <para>Selects draft mode. If <parameter moreinfo="none">draft.mode</parameter> is
  3833. <quote><literal moreinfo="none">yes</literal></quote>, the entire document will be treated
  3834. as a draft. If it is <quote><literal moreinfo="none">no</literal></quote>, the entire document
  3835. will be treated as a final copy. If it is <quote><literal moreinfo="none">maybe</literal></quote>,
  3836. individual sections will be treated as draft or final independently, depending
  3837. on how their <sgmltag class="attribute">status</sgmltag> attribute is set.
  3838. </para>
  3839.  
  3840. </refsect1>
  3841. </refentry>
  3842.  
  3843. <refentry id="draft.watermark.image">
  3844. <refmeta>
  3845. <refentrytitle>draft.watermark.image</refentrytitle>
  3846. <refmiscinfo role="type">uri</refmiscinfo>
  3847. </refmeta>
  3848. <refnamediv>
  3849. <refname>draft.watermark.image</refname>
  3850. <refpurpose>The URI of the image to be used for draft watermarks</refpurpose>
  3851. </refnamediv>
  3852.  
  3853. <refsynopsisdiv>
  3854. <src:fragment id="draft.watermark.image.frag"><xsl:param name="draft.watermark.image"
  3855.            select="'http://docbook.sourceforge.net/release/images/draft.png'"/></src:fragment>
  3856. </refsynopsisdiv>
  3857.  
  3858. <refsect1><title>Description</title>
  3859.  
  3860. <para>The image to be used for draft watermarks.</para>
  3861.  
  3862. </refsect1>
  3863. </refentry>
  3864.  
  3865. <refentry id="headers.on.blank.pages">
  3866. <refmeta>
  3867. <refentrytitle>headers.on.blank.pages</refentrytitle>
  3868. <refmiscinfo role="type">boolean</refmiscinfo>
  3869. </refmeta>
  3870. <refnamediv>
  3871. <refname>headers.on.blank.pages</refname>
  3872. <refpurpose>Put headers on blank pages?</refpurpose>
  3873. </refnamediv>
  3874.  
  3875. <refsynopsisdiv>
  3876. <src:fragment id="headers.on.blank.pages.frag"><xsl:param name="headers.on.blank.pages"
  3877.            select="1"/></src:fragment>
  3878. </refsynopsisdiv>
  3879.  
  3880. <refsect1><title>Description</title>
  3881.  
  3882. <para>If non-zero, headers will be placed on blank pages.</para>
  3883.  
  3884. </refsect1>
  3885. </refentry>
  3886.  
  3887. <refentry id="footers.on.blank.pages">
  3888. <refmeta>
  3889. <refentrytitle>footers.on.blank.pages</refentrytitle>
  3890. <refmiscinfo role="type">boolean</refmiscinfo>
  3891. </refmeta>
  3892. <refnamediv>
  3893. <refname>footers.on.blank.pages</refname>
  3894. <refpurpose>Put footers on blank pages?</refpurpose>
  3895. </refnamediv>
  3896.  
  3897. <refsynopsisdiv>
  3898. <src:fragment id="footers.on.blank.pages.frag"><xsl:param name="footers.on.blank.pages"
  3899.            select="1"/></src:fragment>
  3900. </refsynopsisdiv>
  3901.  
  3902. <refsect1><title>Description</title>
  3903.  
  3904. <para>If non-zero, footers will be placed on blank pages.</para>
  3905.  
  3906. </refsect1>
  3907. </refentry>
  3908.  
  3909. <refentry id="header.rule">
  3910. <refmeta>
  3911. <refentrytitle>header.rule</refentrytitle>
  3912. <refmiscinfo role="type">boolean</refmiscinfo>
  3913. </refmeta>
  3914. <refnamediv>
  3915. <refname>header.rule</refname>
  3916. <refpurpose>Rule under headers?</refpurpose>
  3917. </refnamediv>
  3918.  
  3919. <refsynopsisdiv>
  3920. <src:fragment id="header.rule.frag"><xsl:param name="header.rule"
  3921.            select="1"/></src:fragment>
  3922. </refsynopsisdiv>
  3923.  
  3924. <refsect1><title>Description</title>
  3925.  
  3926. <para>If non-zero, a rule will be drawn below the page headers.</para>
  3927.  
  3928. </refsect1>
  3929. </refentry>
  3930.  
  3931. <refentry id="footer.rule">
  3932. <refmeta>
  3933. <refentrytitle>footer.rule</refentrytitle>
  3934. <refmiscinfo role="type">boolean</refmiscinfo>
  3935. </refmeta>
  3936. <refnamediv>
  3937. <refname>footer.rule</refname>
  3938. <refpurpose>Rule over footers?</refpurpose>
  3939. </refnamediv>
  3940.  
  3941. <refsynopsisdiv>
  3942. <src:fragment id="footer.rule.frag"><xsl:param name="footer.rule"
  3943.            select="1"/></src:fragment>
  3944. </refsynopsisdiv>
  3945.  
  3946. <refsect1><title>Description</title>
  3947.  
  3948. <para>If non-zero, a rule will be drawn above the page footers.</para>
  3949.  
  3950. </refsect1>
  3951. </refentry>
  3952.  
  3953. </reference>
  3954.  
  3955. <reference><title>Font Families</title>
  3956. <refentry id="body.font.family">
  3957. <refmeta>
  3958. <refentrytitle>body.font.family</refentrytitle>
  3959.  
  3960. </refmeta>
  3961. <refnamediv>
  3962. <refname>body.font.family</refname>
  3963. <refpurpose>The default font family for body text</refpurpose>
  3964. </refnamediv>
  3965.  
  3966. <refsynopsisdiv>
  3967. <src:fragment id="body.font.family.frag"><xsl:param name="body.font.family"
  3968.            select="'serif'"/></src:fragment>
  3969. </refsynopsisdiv>
  3970.  
  3971. <refsect1><title>Description</title>
  3972.  
  3973. <para>The body font family is the default font used for text in the page body.
  3974. </para>
  3975.  
  3976. </refsect1>
  3977. </refentry>
  3978.  
  3979. <refentry id="dingbat.font.family">
  3980. <refmeta>
  3981. <refentrytitle>dingbat.font.family</refentrytitle>
  3982.  
  3983. </refmeta>
  3984. <refnamediv>
  3985. <refname>dingbat.font.family</refname>
  3986. <refpurpose>The font family for copyright, quotes, and other symbols</refpurpose>
  3987. </refnamediv>
  3988.  
  3989. <refsynopsisdiv>
  3990. <src:fragment id="dingbat.font.family.frag"><xsl:param name="dingbat.font.family"
  3991.            select="'serif'"/></src:fragment>
  3992. </refsynopsisdiv>
  3993.  
  3994. <refsect1><title>Description</title>
  3995.  
  3996. <para>The dingbat font family is used for dingbats. If it is defined
  3997. as the empty string, no font change is effected around dingbats.
  3998. </para>
  3999.  
  4000. </refsect1>
  4001. </refentry>
  4002.  
  4003. <refentry id="monospace.font.family">
  4004. <refmeta>
  4005. <refentrytitle>monospace.font.family</refentrytitle>
  4006.  
  4007. </refmeta>
  4008. <refnamediv>
  4009. <refname>monospace.font.family</refname>
  4010. <refpurpose>The default font family for monospace environments</refpurpose>
  4011. </refnamediv>
  4012.  
  4013. <refsynopsisdiv>
  4014. <src:fragment id="monospace.font.family.frag"><xsl:param name="monospace.font.family"
  4015.            select="'monospace'"/></src:fragment>
  4016. </refsynopsisdiv>
  4017.  
  4018. <refsect1><title>Description</title>
  4019.  
  4020. <para>The monospace font family is used for verbatim environments
  4021. (program listings, screens, etc.).
  4022. </para>
  4023.  
  4024. </refsect1>
  4025. </refentry>
  4026.  
  4027. <refentry id="sans.font.family">
  4028. <refmeta>
  4029. <refentrytitle>sans.font.family</refentrytitle>
  4030.  
  4031. </refmeta>
  4032. <refnamediv>
  4033. <refname>sans.font.family</refname>
  4034. <refpurpose>The default sans-serif font family</refpurpose>
  4035. </refnamediv>
  4036.  
  4037. <refsynopsisdiv>
  4038. <src:fragment id="sans.font.family.frag"><xsl:param name="sans.font.family"
  4039.            select="'sans-serif'"/></src:fragment>
  4040. </refsynopsisdiv>
  4041.  
  4042. <refsect1><title>Description</title>
  4043.  
  4044. <para>The default sans-serif font family. At the present, this isn't
  4045. actually used by the stylesheets.
  4046. </para>
  4047.  
  4048. </refsect1>
  4049. </refentry>
  4050.  
  4051. <refentry id="title.font.family">
  4052. <refmeta>
  4053. <refentrytitle>title.font.family</refentrytitle>
  4054.  
  4055. </refmeta>
  4056. <refnamediv>
  4057. <refname>title.font.family</refname>
  4058. <refpurpose>The default font family for titles</refpurpose>
  4059. </refnamediv>
  4060.  
  4061. <refsynopsisdiv>
  4062. <src:fragment id="title.font.family.frag"><xsl:param name="title.font.family"
  4063.            select="'sans-serif'"/></src:fragment>
  4064. </refsynopsisdiv>
  4065.  
  4066. <refsect1><title>Description</title>
  4067.  
  4068. <para>The title font family is used for titles (chapter, section, figure,
  4069. etc.)
  4070. </para>
  4071.  
  4072. </refsect1>
  4073. </refentry>
  4074.  
  4075. </reference>
  4076.  
  4077. <reference><title>Lists</title>
  4078. <refentry id="list.block.spacing">
  4079. <refnamediv>
  4080. <refname>list.block.spacing</refname>
  4081. <refpurpose>What spacing do you want before lists?</refpurpose>
  4082. </refnamediv>
  4083.  
  4084. <refsynopsisdiv>
  4085. <src:fragment id="list.block.spacing.frag"><xsl:attribute-set name="list.block.spacing">
  4086.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  4087.   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  4088.   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  4089. </xsl:attribute-set></src:fragment>
  4090. </refsynopsisdiv>
  4091. <refsect1><title>Description</title>
  4092. <para>Specify the spacing required before a list. </para>
  4093. </refsect1>
  4094. </refentry>
  4095.  
  4096. <refentry id="list.item.spacing">
  4097. <refnamediv>
  4098. <refname>list.item.spacing</refname>
  4099. <refpurpose>What space do you want between list items?</refpurpose>
  4100. </refnamediv>
  4101.  
  4102. <refsynopsisdiv>
  4103. <src:fragment id="list.item.spacing.frag"><xsl:attribute-set name="list.item.spacing">
  4104.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  4105.   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  4106.   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  4107. </xsl:attribute-set></src:fragment>
  4108. </refsynopsisdiv>
  4109. <refsect1><title>Description</title>
  4110. <para>Specify what spacing you want between each list item.</para>
  4111. </refsect1>
  4112. </refentry>
  4113.  
  4114. <refentry id="compact.list.item.spacing">
  4115. <refnamediv>
  4116. <refname>compact.list.item.spacing</refname>
  4117. <refpurpose>What space do you want between list items (when spacing=compact)?</refpurpose>
  4118. </refnamediv>
  4119.  
  4120. <refsynopsisdiv>
  4121. <src:fragment id="compact.list.item.spacing.frag"><xsl:attribute-set name="compact.list.item.spacing">
  4122.   <xsl:attribute name="space-before.optimum">0em</xsl:attribute>
  4123.   <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
  4124.   <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
  4125. </xsl:attribute-set></src:fragment>
  4126. </refsynopsisdiv>
  4127. <refsect1><title>Description</title>
  4128. <para>Specify what spacing you want between each list item when
  4129. <sgmltag class="attribute">spacing</sgmltag> is
  4130. <quote><literal moreinfo="none">compact</literal></quote>.</para>
  4131. </refsect1>
  4132. </refentry>
  4133.  
  4134. </reference>
  4135.  
  4136. <reference><title>Cross References</title>
  4137. <refentry id="insert.xref.page.number">
  4138. <refmeta>
  4139. <refentrytitle>insert.xref.page.number</refentrytitle>
  4140. <refmiscinfo role="type">boolean</refmiscinfo>
  4141. </refmeta>
  4142. <refnamediv>
  4143. <refname>insert.xref.page.number</refname>
  4144. <refpurpose>Turns page numbers in xrefs on and off</refpurpose>
  4145. </refnamediv>
  4146.  
  4147. <refsynopsisdiv>
  4148. <src:fragment id="insert.xref.page.number.frag"><xsl:param name="insert.xref.page.number"
  4149.            select="0"/></src:fragment>
  4150. </refsynopsisdiv>
  4151.  
  4152. <refsect1><title>Description</title>
  4153.  
  4154. <para>If non-zero, cross references (<sgmltag>xref</sgmltag>s) will
  4155. include page number citations.
  4156. </para>
  4157.  
  4158. </refsect1>
  4159. </refentry>
  4160.  
  4161. <refentry id="xref.properties">
  4162. <refnamediv>
  4163. <refname>xref.properties</refname>
  4164. <refpurpose>FIXME:</refpurpose>
  4165. </refnamediv>
  4166.  
  4167. <refsynopsisdiv>
  4168. <src:fragment id="xref.properties.frag"><xsl:attribute-set name="xref.properties">
  4169.  
  4170. </xsl:attribute-set></src:fragment>
  4171. </refsynopsisdiv>
  4172. <refsect1><title>Description</title>
  4173. <para>FIXME:</para>
  4174. </refsect1>
  4175. </refentry>
  4176.  
  4177. </reference>
  4178.  
  4179. <reference><title>Property Sets</title>
  4180. <refentry id="component.title.properties">
  4181. <refnamediv>
  4182. <refname>component.title.properties</refname>
  4183. <refpurpose>Specify the styling for the title elements of a component.</refpurpose>
  4184. </refnamediv>
  4185.  
  4186. <refsynopsisdiv>
  4187. <src:fragment id="component.title.properties.frag"><xsl:attribute-set name="component.title.properties">
  4188.   <xsl:attribute name="space-before.optimum">2em</xsl:attribute>
  4189.   <xsl:attribute name="space-before.minimum">1.8em</xsl:attribute>
  4190.   <xsl:attribute name="space-before.maximum">2.2em</xsl:attribute>
  4191.   <xsl:attribute name="font-weight">bold</xsl:attribute>
  4192.   <xsl:attribute name="font-size">18pt</xsl:attribute>
  4193.   <xsl:attribute name="space-after.optimum">1.5em</xsl:attribute>
  4194.   <xsl:attribute name="space-after.minimum">1.3em</xsl:attribute>
  4195.   <xsl:attribute name="space-after.maximum">1.8em</xsl:attribute>
  4196.   <xsl:attribute name="hyphenate">false</xsl:attribute>
  4197.   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  4198. </xsl:attribute-set></src:fragment>
  4199. </refsynopsisdiv>
  4200. <refsect1><title>Description</title>
  4201.  
  4202. <para>A set of attributes are used to style the title of a
  4203. component (chapters, appendixes, articles, etc.). Components are usually
  4204. printed in the <parameter moreinfo="none">title.font.family</parameter>.
  4205. Spacing before and after, font size etc are specified
  4206. using this parameter.</para>
  4207.  
  4208. </refsect1>
  4209. </refentry>
  4210.  
  4211. <refentry id="formal.object.properties">
  4212. <refnamediv>
  4213. <refname>formal.object.properties</refname>
  4214. <refpurpose>Properties associated with a formal object such as a figure, or other component that has a title</refpurpose>
  4215. </refnamediv>
  4216.  
  4217. <refsynopsisdiv>
  4218. <src:fragment id="formal.object.properties.frag"><xsl:attribute-set name="formal.object.properties">
  4219.   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
  4220.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  4221.   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
  4222.   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  4223.   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  4224.   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  4225. </xsl:attribute-set></src:fragment>
  4226. </refsynopsisdiv>
  4227. <refsect1><title>Description</title>
  4228. <para>The styling for formal objects in docbook. Specify the spacing before and after the object.</para>
  4229. </refsect1>
  4230. </refentry>
  4231.  
  4232. <refentry id="formal.title.properties">
  4233. <refnamediv>
  4234. <refname>formal.title.properties</refname>
  4235. <refpurpose>Style the title element of formal object such as a figure.</refpurpose>
  4236. </refnamediv>
  4237.  
  4238. <refsynopsisdiv>
  4239. <src:fragment id="formal.title.properties.frag"><xsl:attribute-set name="formal.title.properties"
  4240.                    use-attribute-sets="normal.para.spacing">
  4241.   <xsl:attribute name="font-weight">bold</xsl:attribute>
  4242.   <xsl:attribute name="font-size">12pt</xsl:attribute>
  4243.   <xsl:attribute name="hyphenate">false</xsl:attribute>
  4244.   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  4245.   <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
  4246.   <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
  4247.   <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
  4248. </xsl:attribute-set></src:fragment>
  4249. </refsynopsisdiv>
  4250. <refsect1><title>Description</title>
  4251. <para>Specify how the title should be styled. Specify the font size and weight of the title of the formal object.</para>
  4252. </refsect1>
  4253. </refentry>
  4254.  
  4255. <refentry id="informal.object.properties">
  4256. <refnamediv>
  4257. <refname>informal.object.properties</refname>
  4258. <refpurpose>Properties associated with a formal object such as a figure, or other component that has a title</refpurpose>
  4259. </refnamediv>
  4260.  
  4261. <refsynopsisdiv>
  4262. <src:fragment id="informal.object.properties.frag"><xsl:attribute-set name="informal.object.properties">
  4263.   <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
  4264.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  4265.   <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
  4266.   <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  4267.   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  4268.   <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  4269. </xsl:attribute-set></src:fragment>
  4270. </refsynopsisdiv>
  4271. <refsect1><title>Description</title>
  4272. <para>The styling for informal objects in docbook. Specify the spacing before and after the object.</para>
  4273. </refsect1>
  4274. </refentry>
  4275.  
  4276. <refentry id="monospace.properties">
  4277. <refmeta>
  4278. <refentrytitle>monospace.properties</refentrytitle>
  4279. <refmiscinfo role="type">attribute set</refmiscinfo>
  4280. </refmeta>
  4281. <refnamediv>
  4282. <refname>monospace.properties</refname>
  4283. <refpurpose>Properties of monospaced content</refpurpose>
  4284. </refnamediv>
  4285.  
  4286. <refsynopsisdiv>
  4287. <src:fragment id="monospace.properties.frag"><xsl:attribute-set name="monospace.properties">
  4288.   <xsl:attribute name="font-family">
  4289.     <xsl:value-of select="$monospace.font.family"/>
  4290.   </xsl:attribute>
  4291.   <xsl:attribute name="font-size">
  4292.     <xsl:value-of select="$body.font.master * 0.9"/>
  4293.     <xsl:text>pt</xsl:text>
  4294.   </xsl:attribute>
  4295. </xsl:attribute-set></src:fragment>
  4296. </refsynopsisdiv>
  4297.  
  4298. <refsect1><title>Description</title>
  4299.  
  4300. <para>Specifies the font name and size for monospaced output.</para>
  4301.  
  4302. </refsect1>
  4303. </refentry>
  4304.  
  4305. <refentry id="verbatim.properties">
  4306. <refnamediv>
  4307. <refname>verbatim.properties</refname>
  4308. <refpurpose>FIXME:</refpurpose>
  4309. </refnamediv>
  4310.  
  4311. <refsynopsisdiv>
  4312. <src:fragment id="verbatim.properties.frag"><xsl:attribute-set name="verbatim.properties">
  4313.   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  4314.   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  4315.   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  4316. </xsl:attribute-set></src:fragment>
  4317. </refsynopsisdiv>
  4318. <refsect1><title>Description</title>
  4319. <para>FIXME:</para>
  4320. </refsect1>
  4321. </refentry>
  4322.  
  4323. <refentry id="monospace.verbatim.properties">
  4324. <refnamediv>
  4325. <refname>monospace.verbatim.properties</refname>
  4326. <refpurpose>What font and size do you want for monospaced content?</refpurpose>
  4327. </refnamediv>
  4328.  
  4329. <refsynopsisdiv>
  4330. <src:fragment id="monospace.verbatim.properties.frag"><xsl:attribute-set name="monospace.verbatim.properties"
  4331.                    use-attribute-sets="verbatim.properties monospace.properties"/></src:fragment>
  4332. </refsynopsisdiv>
  4333. <refsect1><title>Description</title>
  4334. <para>Specify the font name and size you want for monospaced output</para>
  4335. </refsect1>
  4336. </refentry>
  4337.  
  4338. <refentry id="sidebar.properties">
  4339. <refmeta>
  4340. <refentrytitle>sidebar.properties</refentrytitle>
  4341. <refmiscinfo role="type">attribute set</refmiscinfo>
  4342. </refmeta>
  4343. <refnamediv>
  4344. <refname>sidebar.properties</refname>
  4345. <refpurpose>Attribute set for sidebar properties</refpurpose>
  4346. </refnamediv>
  4347.  
  4348. <refsynopsisdiv>
  4349. <src:fragment id="sidebar.properties.frag"><xsl:attribute-set name="sidebar.properties"
  4350.                    use-attribute-sets="formal.object.properties">
  4351.   <xsl:attribute name="border-style">solid</xsl:attribute>
  4352.   <xsl:attribute name="border-width">1pt</xsl:attribute>
  4353.   <xsl:attribute name="border-color">black</xsl:attribute>
  4354.   <xsl:attribute name="background-color">#DDDDDD</xsl:attribute>
  4355.   <xsl:attribute name="padding-left">12pt</xsl:attribute>
  4356.   <xsl:attribute name="padding-right">12pt</xsl:attribute>
  4357.   <xsl:attribute name="padding-top">6pt</xsl:attribute>
  4358.   <xsl:attribute name="padding-bottom">6pt</xsl:attribute>
  4359. <!--
  4360.   <xsl:attribute name="margin-left">12pt</xsl:attribute>
  4361.   <xsl:attribute name="margin-right">12pt</xsl:attribute>
  4362.   <xsl:attribute name="margin-top">6pt</xsl:attribute>
  4363.   <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
  4364. -->
  4365. </xsl:attribute-set></src:fragment>
  4366. </refsynopsisdiv>
  4367.  
  4368. <refsect1><title>Description</title>
  4369.  
  4370. <para>The styling for sidebars.</para>
  4371.  
  4372. </refsect1>
  4373. </refentry>
  4374.  
  4375. <refentry id="section.title.properties">
  4376. <refmeta>
  4377. <refentrytitle>section.title.properties</refentrytitle>
  4378. <refmiscinfo role="type">attribute set</refmiscinfo>
  4379. </refmeta>
  4380. <refnamediv>
  4381. <refname>section.title.properties</refname>
  4382. <refpurpose>Properties for section titles</refpurpose>
  4383. </refnamediv>
  4384.  
  4385. <refsynopsisdiv>
  4386. <src:fragment id="section.title.properties.frag"><xsl:attribute-set name="section.title.properties">
  4387.   <xsl:attribute name="font-family">
  4388.     <xsl:value-of select="$title.font.family"/>
  4389.   </xsl:attribute>
  4390.   <xsl:attribute name="font-weight">bold</xsl:attribute>
  4391.   <!-- font size is calculated dynamically by section.heading template -->
  4392.   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  4393.   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  4394.   <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
  4395.   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  4396. </xsl:attribute-set></src:fragment>
  4397. </refsynopsisdiv>
  4398.  
  4399. <refsect1><title>Description</title>
  4400.  
  4401. <para>The properties common to all section titles.</para>
  4402.  
  4403. </refsect1>
  4404. </refentry>
  4405.  
  4406. <refentry id="section.title.level1.properties">
  4407. <refmeta>
  4408. <refentrytitle>section.title.level1.properties</refentrytitle>
  4409. <refmiscinfo role="type">attribute set</refmiscinfo>
  4410. </refmeta>
  4411. <refnamediv>
  4412. <refname>section.title.level1.properties</refname>
  4413. <refpurpose>Properties for level-1 section titles</refpurpose>
  4414. </refnamediv>
  4415.  
  4416. <refsynopsisdiv>
  4417. <src:fragment id="section.title.level1.properties.frag"><xsl:attribute-set name="section.title.level1.properties">
  4418.   <xsl:attribute name="font-size">18pt</xsl:attribute>
  4419. </xsl:attribute-set></src:fragment>
  4420. </refsynopsisdiv>
  4421.  
  4422. <refsect1><title>Description</title>
  4423.  
  4424. <para>The properties of level-1 section titles.</para>
  4425.  
  4426. </refsect1>
  4427. </refentry>
  4428.  
  4429. <refentry id="section.title.level2.properties">
  4430. <refmeta>
  4431. <refentrytitle>section.title.level2.properties</refentrytitle>
  4432. <refmiscinfo role="type">attribute set</refmiscinfo>
  4433. </refmeta>
  4434. <refnamediv>
  4435. <refname>section.title.level2.properties</refname>
  4436. <refpurpose>Properties for level-1 section titles</refpurpose>
  4437. </refnamediv>
  4438.  
  4439. <refsynopsisdiv>
  4440. <src:fragment id="section.title.level2.properties.frag"><xsl:attribute-set name="section.title.level2.properties">
  4441.   <xsl:attribute name="font-size">16pt</xsl:attribute>
  4442. </xsl:attribute-set></src:fragment>
  4443. </refsynopsisdiv>
  4444.  
  4445. <refsect1><title>Description</title>
  4446.  
  4447. <para>The properties of level-2 section titles.</para>
  4448.  
  4449. </refsect1>
  4450. </refentry>
  4451.  
  4452. <refentry id="section.title.level3.properties">
  4453. <refmeta>
  4454. <refentrytitle>section.title.level3.properties</refentrytitle>
  4455. <refmiscinfo role="type">attribute set</refmiscinfo>
  4456. </refmeta>
  4457. <refnamediv>
  4458. <refname>section.title.level3.properties</refname>
  4459. <refpurpose>Properties for level-1 section titles</refpurpose>
  4460. </refnamediv>
  4461.  
  4462. <refsynopsisdiv>
  4463. <src:fragment id="section.title.level3.properties.frag"><xsl:attribute-set name="section.title.level3.properties">
  4464.   <xsl:attribute name="font-size">14pt</xsl:attribute>
  4465. </xsl:attribute-set></src:fragment>
  4466. </refsynopsisdiv>
  4467.  
  4468. <refsect1><title>Description</title>
  4469.  
  4470. <para>The properties of level-3 section titles.</para>
  4471.  
  4472. </refsect1>
  4473. </refentry>
  4474.  
  4475. <refentry id="section.title.level4.properties">
  4476. <refmeta>
  4477. <refentrytitle>section.title.level4.properties</refentrytitle>
  4478. <refmiscinfo role="type">attribute set</refmiscinfo>
  4479. </refmeta>
  4480. <refnamediv>
  4481. <refname>section.title.level4.properties</refname>
  4482. <refpurpose>Properties for level-1 section titles</refpurpose>
  4483. </refnamediv>
  4484.  
  4485. <refsynopsisdiv>
  4486. <src:fragment id="section.title.level4.properties.frag"><xsl:attribute-set name="section.title.level4.properties">
  4487.   <xsl:attribute name="font-size">12pt</xsl:attribute>
  4488. </xsl:attribute-set></src:fragment>
  4489. </refsynopsisdiv>
  4490.  
  4491. <refsect1><title>Description</title>
  4492.  
  4493. <para>The properties of level-4 section titles.</para>
  4494.  
  4495. </refsect1>
  4496. </refentry>
  4497.  
  4498. <refentry id="section.title.level5.properties">
  4499. <refmeta>
  4500. <refentrytitle>section.title.level5.properties</refentrytitle>
  4501. <refmiscinfo role="type">attribute set</refmiscinfo>
  4502. </refmeta>
  4503. <refnamediv>
  4504. <refname>section.title.level5.properties</refname>
  4505. <refpurpose>Properties for level-1 section titles</refpurpose>
  4506. </refnamediv>
  4507.  
  4508. <refsynopsisdiv>
  4509. <src:fragment id="section.title.level5.properties.frag"><xsl:attribute-set name="section.title.level5.properties">
  4510.   <xsl:attribute name="font-size">12pt</xsl:attribute>
  4511. </xsl:attribute-set></src:fragment>
  4512. </refsynopsisdiv>
  4513.  
  4514. <refsect1><title>Description</title>
  4515.  
  4516. <para>The properties of level-5 section titles.</para>
  4517.  
  4518. </refsect1>
  4519. </refentry>
  4520.  
  4521. <refentry id="section.title.level6.properties">
  4522. <refmeta>
  4523. <refentrytitle>section.title.level6.properties</refentrytitle>
  4524. <refmiscinfo role="type">attribute set</refmiscinfo>
  4525. </refmeta>
  4526. <refnamediv>
  4527. <refname>section.title.level6.properties</refname>
  4528. <refpurpose>Properties for level-1 section titles</refpurpose>
  4529. </refnamediv>
  4530.  
  4531. <refsynopsisdiv>
  4532. <src:fragment id="section.title.level6.properties.frag"><xsl:attribute-set name="section.title.level6.properties">
  4533.   <xsl:attribute name="font-size">10pt</xsl:attribute>
  4534. </xsl:attribute-set></src:fragment>
  4535. </refsynopsisdiv>
  4536.  
  4537. <refsect1><title>Description</title>
  4538.  
  4539. <para>The properties of level-6 section titles. This property set is actually
  4540. used for all titles below level 5.</para>
  4541.  
  4542. </refsect1>
  4543. </refentry>
  4544.  
  4545. </reference>
  4546.  
  4547. <reference><title>Profiling</title>
  4548. <partintro>
  4549. <para>Following parameters can be used for attribute value based
  4550. profiling of your document. For more info about profiling look at
  4551. <ulink url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html</ulink>.</para>
  4552. </partintro>
  4553. <refentry id="profile.arch">
  4554. <refmeta>
  4555. <refentrytitle>profile.arch</refentrytitle>
  4556. <refmiscinfo role="type">string</refmiscinfo>
  4557. </refmeta>
  4558. <refnamediv>
  4559. <refname>profile.arch</refname>
  4560. <refpurpose>Target profile for <sgmltag class="attribute">arch</sgmltag>
  4561. attribute</refpurpose>
  4562. </refnamediv>
  4563.  
  4564. <refsynopsisdiv>
  4565. <src:fragment id="profile.arch.frag"><xsl:param name="profile.arch"
  4566.            select="''"/></src:fragment>
  4567. </refsynopsisdiv>
  4568.  
  4569. <refsect1><title>Description</title>
  4570.  
  4571. <para>Value of this parameter specifies profiles which should be
  4572. included in the output. You can specify multiple profiles by
  4573. separating them by semicolon. You can change separator character by
  4574. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4575. parameter.</para>
  4576.  
  4577. <para>This parameter has effect only when you are using profiling
  4578. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4579. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4580. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4581. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4582.  
  4583. </refsect1>
  4584. </refentry>
  4585.  
  4586. <refentry id="profile.condition">
  4587. <refmeta>
  4588. <refentrytitle>profile.condition</refentrytitle>
  4589. <refmiscinfo role="type">string</refmiscinfo>
  4590. </refmeta>
  4591. <refnamediv>
  4592. <refname>profile.condition</refname>
  4593. <refpurpose>Target profile for <sgmltag class="attribute">condition</sgmltag>
  4594. attribute</refpurpose>
  4595. </refnamediv>
  4596.  
  4597. <refsynopsisdiv>
  4598. <src:fragment id="profile.condition.frag"><xsl:param name="profile.condition"
  4599.            select="''"/></src:fragment>
  4600. </refsynopsisdiv>
  4601.  
  4602. <refsect1><title>Description</title>
  4603.  
  4604. <para>Value of this parameter specifies profiles which should be
  4605. included in the output. You can specify multiple profiles by
  4606. separating them by semicolon. You can change separator character by
  4607. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4608. parameter.</para>
  4609.  
  4610. <para>This parameter has effect only when you are using profiling
  4611. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4612. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4613. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4614. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4615.  
  4616. </refsect1>
  4617. </refentry>
  4618.  
  4619. <refentry id="profile.conformance">
  4620. <refmeta>
  4621. <refentrytitle>profile.conformance</refentrytitle>
  4622. <refmiscinfo role="type">string</refmiscinfo>
  4623. </refmeta>
  4624. <refnamediv>
  4625. <refname>profile.conformance</refname>
  4626. <refpurpose>Target profile for <sgmltag class="attribute">conformance</sgmltag>
  4627. attribute</refpurpose>
  4628. </refnamediv>
  4629.  
  4630. <refsynopsisdiv>
  4631. <src:fragment id="profile.conformance.frag"><xsl:param name="profile.conformance"
  4632.            select="''"/></src:fragment>
  4633. </refsynopsisdiv>
  4634.  
  4635. <refsect1><title>Description</title>
  4636.  
  4637. <para>Value of this parameter specifies profiles which should be
  4638. included in the output. You can specify multiple profiles by
  4639. separating them by semicolon. You can change separator character by
  4640. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4641. parameter.</para>
  4642.  
  4643. <para>This parameter has effect only when you are using profiling
  4644. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4645. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4646. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4647. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4648.  
  4649. </refsect1>
  4650. </refentry>
  4651.  
  4652. <refentry id="profile.lang">
  4653. <refmeta>
  4654. <refentrytitle>profile.lang</refentrytitle>
  4655. <refmiscinfo role="type">string</refmiscinfo>
  4656. </refmeta>
  4657. <refnamediv>
  4658. <refname>profile.lang</refname>
  4659. <refpurpose>Target profile for <sgmltag class="attribute">lang</sgmltag>
  4660. attribute</refpurpose>
  4661. </refnamediv>
  4662.  
  4663. <refsynopsisdiv>
  4664. <src:fragment id="profile.lang.frag"><xsl:param name="profile.lang"
  4665.            select="''"/></src:fragment>
  4666. </refsynopsisdiv>
  4667.  
  4668. <refsect1><title>Description</title>
  4669.  
  4670. <para>Value of this parameter specifies profiles which should be
  4671. included in the output. You can specify multiple profiles by
  4672. separating them by semicolon. You can change separator character by
  4673. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4674. parameter.</para>
  4675.  
  4676. <para>This parameter has effect only when you are using profiling
  4677. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4678. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4679. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4680. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4681.  
  4682. </refsect1>
  4683. </refentry>
  4684.  
  4685. <refentry id="profile.os">
  4686. <refmeta>
  4687. <refentrytitle>profile.os</refentrytitle>
  4688. <refmiscinfo role="type">string</refmiscinfo>
  4689. </refmeta>
  4690. <refnamediv>
  4691. <refname>profile.os</refname>
  4692. <refpurpose>Target profile for <sgmltag class="attribute">os</sgmltag>
  4693. attribute</refpurpose>
  4694. </refnamediv>
  4695.  
  4696. <refsynopsisdiv>
  4697. <src:fragment id="profile.os.frag"><xsl:param name="profile.os"
  4698.            select="''"/></src:fragment>
  4699. </refsynopsisdiv>
  4700.  
  4701. <refsect1><title>Description</title>
  4702.  
  4703. <para>Value of this parameter specifies profiles which should be
  4704. included in the output. You can specify multiple profiles by
  4705. separating them by semicolon. You can change separator character by
  4706. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4707. parameter.</para>
  4708.  
  4709. <para>This parameter has effect only when you are using profiling
  4710. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4711. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4712. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4713. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4714.  
  4715. </refsect1>
  4716. </refentry>
  4717.  
  4718. <refentry id="profile.revision">
  4719. <refmeta>
  4720. <refentrytitle>profile.revision</refentrytitle>
  4721. <refmiscinfo role="type">string</refmiscinfo>
  4722. </refmeta>
  4723. <refnamediv>
  4724. <refname>profile.revision</refname>
  4725. <refpurpose>Target profile for <sgmltag class="attribute">revision</sgmltag>
  4726. attribute</refpurpose>
  4727. </refnamediv>
  4728.  
  4729. <refsynopsisdiv>
  4730. <src:fragment id="profile.revision.frag"><xsl:param name="profile.revision"
  4731.            select="''"/></src:fragment>
  4732. </refsynopsisdiv>
  4733.  
  4734. <refsect1><title>Description</title>
  4735.  
  4736. <para>Value of this parameter specifies profiles which should be
  4737. included in the output. You can specify multiple profiles by
  4738. separating them by semicolon. You can change separator character by
  4739. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4740. parameter.</para>
  4741.  
  4742. <para>This parameter has effect only when you are using profiling
  4743. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4744. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4745. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4746. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4747.  
  4748. </refsect1>
  4749. </refentry>
  4750.  
  4751. <refentry id="profile.revisionflag">
  4752. <refmeta>
  4753. <refentrytitle>profile.revisionflag</refentrytitle>
  4754. <refmiscinfo role="type">string</refmiscinfo>
  4755. </refmeta>
  4756. <refnamediv>
  4757. <refname>profile.revisionflag</refname>
  4758. <refpurpose>Target profile for <sgmltag class="attribute">revisionflag</sgmltag>
  4759. attribute</refpurpose>
  4760. </refnamediv>
  4761.  
  4762. <refsynopsisdiv>
  4763. <src:fragment id="profile.revisionflag.frag"><xsl:param name="profile.revisionflag"
  4764.            select="''"/></src:fragment>
  4765. </refsynopsisdiv>
  4766.  
  4767. <refsect1><title>Description</title>
  4768.  
  4769. <para>Value of this parameter specifies profiles which should be
  4770. included in the output. You can specify multiple profiles by
  4771. separating them by semicolon. You can change separator character by
  4772. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4773. parameter.</para>
  4774.  
  4775. <para>This parameter has effect only when you are using profiling
  4776. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4777. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4778. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4779. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4780.  
  4781. </refsect1>
  4782. </refentry>
  4783.  
  4784. <refentry id="profile.role">
  4785. <refmeta>
  4786. <refentrytitle>profile.role</refentrytitle>
  4787. <refmiscinfo role="type">string</refmiscinfo>
  4788. </refmeta>
  4789. <refnamediv>
  4790. <refname>profile.role</refname>
  4791. <refpurpose>Target profile for <sgmltag class="attribute">role</sgmltag>
  4792. attribute</refpurpose>
  4793. </refnamediv>
  4794.  
  4795. <refsynopsisdiv>
  4796. <src:fragment id="profile.role.frag"><xsl:param name="profile.role"
  4797.            select="''"/></src:fragment>
  4798. </refsynopsisdiv>
  4799.  
  4800. <refsect1><title>Description</title>
  4801.  
  4802. <para>Value of this parameter specifies profiles which should be
  4803. included in the output. You can specify multiple profiles by
  4804. separating them by semicolon. You can change separator character by
  4805. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4806. parameter.</para>
  4807.  
  4808. <para>This parameter has effect only when you are using profiling
  4809. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4810. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4811. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4812. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4813.  
  4814. </refsect1>
  4815. </refentry>
  4816.  
  4817. <refentry id="profile.security">
  4818. <refmeta>
  4819. <refentrytitle>profile.security</refentrytitle>
  4820. <refmiscinfo role="type">string</refmiscinfo>
  4821. </refmeta>
  4822. <refnamediv>
  4823. <refname>profile.security</refname>
  4824. <refpurpose>Target profile for <sgmltag class="attribute">security</sgmltag>
  4825. attribute</refpurpose>
  4826. </refnamediv>
  4827.  
  4828. <refsynopsisdiv>
  4829. <src:fragment id="profile.security.frag"><xsl:param name="profile.security"
  4830.            select="''"/></src:fragment>
  4831. </refsynopsisdiv>
  4832.  
  4833. <refsect1><title>Description</title>
  4834.  
  4835. <para>Value of this parameter specifies profiles which should be
  4836. included in the output. You can specify multiple profiles by
  4837. separating them by semicolon. You can change separator character by
  4838. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4839. parameter.</para>
  4840.  
  4841. <para>This parameter has effect only when you are using profiling
  4842. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4843. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4844. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4845. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4846.  
  4847. </refsect1>
  4848. </refentry>
  4849.  
  4850. <refentry id="profile.userlevel">
  4851. <refmeta>
  4852. <refentrytitle>profile.userlevel</refentrytitle>
  4853. <refmiscinfo role="type">string</refmiscinfo>
  4854. </refmeta>
  4855. <refnamediv>
  4856. <refname>profile.userlevel</refname>
  4857. <refpurpose>Target profile for <sgmltag class="attribute">userlevel</sgmltag>
  4858. attribute</refpurpose>
  4859. </refnamediv>
  4860.  
  4861. <refsynopsisdiv>
  4862. <src:fragment id="profile.userlevel.frag"><xsl:param name="profile.userlevel"
  4863.            select="''"/></src:fragment>
  4864. </refsynopsisdiv>
  4865.  
  4866. <refsect1><title>Description</title>
  4867.  
  4868. <para>Value of this parameter specifies profiles which should be
  4869. included in the output. You can specify multiple profiles by
  4870. separating them by semicolon. You can change separator character by
  4871. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4872. parameter.</para>
  4873.  
  4874. <para>This parameter has effect only when you are using profiling
  4875. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4876. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4877. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4878. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4879.  
  4880. </refsect1>
  4881. </refentry>
  4882.  
  4883. <refentry id="profile.vendor">
  4884. <refmeta>
  4885. <refentrytitle>profile.vendor</refentrytitle>
  4886. <refmiscinfo role="type">string</refmiscinfo>
  4887. </refmeta>
  4888. <refnamediv>
  4889. <refname>profile.vendor</refname>
  4890. <refpurpose>Target profile for <sgmltag class="attribute">vendor</sgmltag>
  4891. attribute</refpurpose>
  4892. </refnamediv>
  4893.  
  4894. <refsynopsisdiv>
  4895. <src:fragment id="profile.vendor.frag"><xsl:param name="profile.vendor"
  4896.            select="''"/></src:fragment>
  4897. </refsynopsisdiv>
  4898.  
  4899. <refsect1><title>Description</title>
  4900.  
  4901. <para>Value of this parameter specifies profiles which should be
  4902. included in the output. You can specify multiple profiles by
  4903. separating them by semicolon. You can change separator character by
  4904. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4905. parameter.</para>
  4906.  
  4907. <para>This parameter has effect only when you are using profiling
  4908. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4909. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4910. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4911. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4912.  
  4913. </refsect1>
  4914. </refentry>
  4915.  
  4916. <refentry id="profile.attribute">
  4917. <refmeta>
  4918. <refentrytitle>profile.attribute</refentrytitle>
  4919. <refmiscinfo role="type">string</refmiscinfo>
  4920. </refmeta>
  4921. <refnamediv>
  4922. <refname>profile.attribute</refname>
  4923. <refpurpose>Name of user-specified profiling attribute</refpurpose>
  4924. </refnamediv>
  4925.  
  4926. <refsynopsisdiv>
  4927. <src:fragment id="profile.attribute.frag"><xsl:param name="profile.attribute"
  4928.            select="''"/></src:fragment>
  4929. </refsynopsisdiv>
  4930.  
  4931. <refsect1><title>Description</title>
  4932.  
  4933. <para>This parameter is used in conjuction with <link linkend="profile.value"><parameter moreinfo="none">profile.value</parameter></link>.</para>
  4934.  
  4935. <para>This parameter has effect only when you are using profiling
  4936. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4937. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4938. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4939. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4940.  
  4941. </refsect1>
  4942. </refentry>
  4943.  
  4944. <refentry id="profile.value">
  4945. <refmeta>
  4946. <refentrytitle>profile.value</refentrytitle>
  4947. <refmiscinfo role="type">string</refmiscinfo>
  4948. </refmeta>
  4949. <refnamediv>
  4950. <refname>profile.value</refname>
  4951. <refpurpose>Target profile for user-specified attribute</refpurpose>
  4952. </refnamediv>
  4953.  
  4954. <refsynopsisdiv>
  4955. <src:fragment id="profile.value.frag"><xsl:param name="profile.value"
  4956.            select="''"/></src:fragment>
  4957. </refsynopsisdiv>
  4958.  
  4959. <refsect1><title>Description</title>
  4960.  
  4961. <para>When you are using this parameter you must also specify name of
  4962. profiling attribute with parameter <link linkend="profile.attribute"><parameter moreinfo="none">profile.attribute</parameter></link>.</para>
  4963.  
  4964. <para>Value of this parameter specifies profiles which should be
  4965. included in the output. You can specify multiple profiles by
  4966. separating them by semicolon. You can change separator character by
  4967. <link linkend="profile.separator"><parameter moreinfo="none">profile.separator</parameter></link>
  4968. parameter.</para>
  4969.  
  4970. <para>This parameter has effect only when you are using profiling
  4971. stylesheets (<filename moreinfo="none">profile-docbook.xsl</filename>,
  4972. <filename moreinfo="none">profile-chunk.xsl</filename>, ΓǪ) instead of normal
  4973. ones (<filename moreinfo="none">docbook.xsl</filename>,
  4974. <filename moreinfo="none">chunk.xsl</filename>, ΓǪ).</para>
  4975.  
  4976. </refsect1>
  4977. </refentry>
  4978.  
  4979. <refentry id="profile.separator">
  4980. <refmeta>
  4981. <refentrytitle>profile.separator</refentrytitle>
  4982. <refmiscinfo role="type">string</refmiscinfo>
  4983. </refmeta>
  4984. <refnamediv>
  4985. <refname>profile.separator</refname>
  4986. <refpurpose>Separator character for compound profile values</refpurpose>
  4987. </refnamediv>
  4988.  
  4989. <refsynopsisdiv>
  4990. <src:fragment id="profile.separator.frag"><xsl:param name="profile.separator"
  4991.            select="';'"/></src:fragment>
  4992. </refsynopsisdiv>
  4993.  
  4994. <refsect1><title>Description</title>
  4995.  
  4996. <para>Separator character for compound profile values.</para>
  4997.  
  4998. </refsect1>
  4999. </refentry>
  5000.  
  5001. </reference>
  5002.  
  5003. <!--
  5004. <reference><title></title>
  5005. </reference>
  5006. -->
  5007.  
  5008. <appendix><title>The Stylesheet</title>
  5009.  
  5010. <para>The <filename moreinfo="none">param.xsl</filename> stylesheet is just a wrapper
  5011. around all these parameters.</para>
  5012.  
  5013. <src:fragment id="top"><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5014.                 exclude-result-prefixes="src"
  5015.                 version="1.0">
  5016.  
  5017. <!-- This file is generated from param.xweb; do not edit this file! -->
  5018.  
  5019. <!-- ********************************************************************
  5020.      $Id: param.xml,v 1.1.2.1 2002/09/04 14:25:27 jdj Exp $
  5021.      ********************************************************************
  5022.  
  5023.      This file is part of the XSL DocBook Stylesheet distribution.
  5024.      See ../README or http://nwalsh.com/docbook/xsl/ for copyright
  5025.      and other information.
  5026.  
  5027.      ******************************************************************** -->
  5028.  
  5029. <src:fragref linkend="admon.graphics.extension.frag"/>
  5030. <src:fragref linkend="admon.graphics.frag"/>
  5031. <src:fragref linkend="admon.graphics.path.frag"/>
  5032. <src:fragref linkend="admonition.properties.frag"/>
  5033. <src:fragref linkend="admonition.title.properties.frag"/>
  5034. <src:fragref linkend="alignment.frag"/>
  5035. <src:fragref linkend="appendix.autolabel.frag"/>
  5036. <src:fragref linkend="arbortext.extensions.frag"/>
  5037. <src:fragref linkend="author.othername.in.middle.frag"/>
  5038. <src:fragref linkend="autotoc.label.separator.frag"/>
  5039. <src:fragref linkend="biblioentry.item.separator.frag"/>
  5040. <src:fragref linkend="bibliography.collection.frag"/>
  5041. <src:fragref linkend="bibliography.numbered.frag"/>
  5042. <src:fragref linkend="blockquote.properties.frag"/>
  5043. <src:fragref linkend="body.font.family.frag"/>
  5044. <src:fragref linkend="body.font.master.frag"/>
  5045. <src:fragref linkend="body.font.size.frag"/>
  5046. <src:fragref linkend="body.margin.bottom.frag"/>
  5047. <src:fragref linkend="body.margin.top.frag"/>
  5048. <src:fragref linkend="callout.defaultcolumn.frag"/>
  5049. <src:fragref linkend="callout.graphics.extension.frag"/>
  5050. <src:fragref linkend="callout.graphics.frag"/>
  5051. <src:fragref linkend="callout.graphics.number.limit.frag"/>
  5052. <src:fragref linkend="callout.graphics.path.frag"/>
  5053. <src:fragref linkend="callout.unicode.font.frag"/>
  5054. <src:fragref linkend="callout.unicode.frag"/>
  5055. <src:fragref linkend="callout.unicode.number.limit.frag"/>
  5056. <src:fragref linkend="callout.unicode.start.character.frag"/>
  5057. <src:fragref linkend="callouts.extension.frag"/>
  5058. <src:fragref linkend="chapter.autolabel.frag"/>
  5059. <src:fragref linkend="column.count.back.frag"/>
  5060. <src:fragref linkend="column.count.body.frag"/>
  5061. <src:fragref linkend="column.count.front.frag"/>
  5062. <src:fragref linkend="column.count.index.frag"/>
  5063. <src:fragref linkend="column.count.lot.frag"/>
  5064. <src:fragref linkend="column.count.titlepage.frag"/>
  5065. <src:fragref linkend="compact.list.item.spacing.frag"/>
  5066. <src:fragref linkend="component.title.properties.frag"/>
  5067. <src:fragref linkend="current.docid.frag"/>
  5068. <src:fragref linkend="default.table.width.frag"/>
  5069. <src:fragref linkend="default.units.frag"/>
  5070. <src:fragref linkend="dingbat.font.family.frag"/>
  5071. <src:fragref linkend="double.sided.frag"/>
  5072. <src:fragref linkend="draft.mode.frag"/>
  5073. <src:fragref linkend="draft.watermark.image.frag"/>
  5074. <src:fragref linkend="firstterm.only.link.frag"/>
  5075. <src:fragref linkend="footer.rule.frag"/>
  5076. <src:fragref linkend="footers.on.blank.pages.frag"/>
  5077. <src:fragref linkend="footnote.font.size.frag"/>
  5078. <src:fragref linkend="fop.extensions.frag"/>
  5079. <src:fragref linkend="formal.object.properties.frag"/>
  5080. <src:fragref linkend="formal.procedures.frag"/>
  5081. <src:fragref linkend="formal.title.placement.frag"/>
  5082. <src:fragref linkend="formal.title.properties.frag"/>
  5083. <src:fragref linkend="funcsynopsis.decoration.frag"/>
  5084. <src:fragref linkend="funcsynopsis.style.frag"/>
  5085. <src:fragref linkend="function.parens.frag"/>
  5086. <src:fragref linkend="generate.index.frag"/>
  5087. <src:fragref linkend="generate.toc.frag"/>
  5088. <src:fragref linkend="glossary.as.blocks.frag"/>
  5089. <src:fragref linkend="glossary.collection.frag"/>
  5090. <src:fragref linkend="glosslist.as.blocks.frag"/>
  5091. <src:fragref linkend="glossterm.auto.link.frag"/>
  5092. <src:fragref linkend="glossterm.separation.frag"/>
  5093. <src:fragref linkend="glossterm.width.frag"/>
  5094. <src:fragref linkend="graphic.default.extension.frag"/>
  5095. <src:fragref linkend="header.rule.frag"/>
  5096. <src:fragref linkend="headers.on.blank.pages.frag"/>
  5097. <src:fragref linkend="hyphenate.frag"/>
  5098. <src:fragref linkend="informal.object.properties.frag"/>
  5099. <src:fragref linkend="insert.xref.page.number.frag"/>
  5100. <src:fragref linkend="label.from.part.frag"/>
  5101. <src:fragref linkend="line-height.frag"/>
  5102. <src:fragref linkend="linenumbering.everyNth.frag"/>
  5103. <src:fragref linkend="linenumbering.extension.frag"/>
  5104. <src:fragref linkend="linenumbering.separator.frag"/>
  5105. <src:fragref linkend="linenumbering.width.frag"/>
  5106. <src:fragref linkend="list.block.spacing.frag"/>
  5107. <src:fragref linkend="list.item.spacing.frag"/>
  5108. <src:fragref linkend="make.index.markup.frag"/>
  5109. <src:fragref linkend="make.single.year.ranges.frag"/>
  5110. <src:fragref linkend="make.year.ranges.frag"/>
  5111. <src:fragref linkend="menuchoice.menu.separator.frag"/>
  5112. <src:fragref linkend="menuchoice.separator.frag"/>
  5113. <src:fragref linkend="monospace.font.family.frag"/>
  5114. <src:fragref linkend="monospace.properties.frag"/>
  5115. <src:fragref linkend="monospace.verbatim.properties.frag"/>
  5116. <src:fragref linkend="nominal.table.width.frag"/>
  5117. <src:fragref linkend="normal.para.spacing.frag"/>
  5118. <src:fragref linkend="olink.doctitle.frag"/>
  5119. <src:fragref linkend="page.height.frag"/>
  5120. <src:fragref linkend="page.height.portrait.frag"/>
  5121. <src:fragref linkend="page.margin.bottom.frag"/>
  5122. <src:fragref linkend="page.margin.inner.frag"/>
  5123. <src:fragref linkend="page.margin.outer.frag"/>
  5124. <src:fragref linkend="page.margin.top.frag"/>
  5125. <src:fragref linkend="page.orientation.frag"/>
  5126. <src:fragref linkend="page.width.frag"/>
  5127. <src:fragref linkend="page.width.portrait.frag"/>
  5128. <src:fragref linkend="paper.type.frag"/>
  5129. <src:fragref linkend="part.autolabel.frag"/>
  5130. <src:fragref linkend="passivetex.extensions.frag"/>
  5131. <src:fragref linkend="preface.autolabel.frag"/>
  5132. <src:fragref linkend="process.empty.source.toc.frag"/>
  5133. <src:fragref linkend="process.source.toc.frag"/>
  5134. <src:fragref linkend="profile.arch.frag"/>
  5135. <src:fragref linkend="profile.attribute.frag"/>
  5136. <src:fragref linkend="profile.condition.frag"/>
  5137. <src:fragref linkend="profile.conformance.frag"/>
  5138. <src:fragref linkend="profile.lang.frag"/>
  5139. <src:fragref linkend="profile.os.frag"/>
  5140. <src:fragref linkend="profile.revision.frag"/>
  5141. <src:fragref linkend="profile.revisionflag.frag"/>
  5142. <src:fragref linkend="profile.role.frag"/>
  5143. <src:fragref linkend="profile.security.frag"/>
  5144. <src:fragref linkend="profile.separator.frag"/>
  5145. <src:fragref linkend="profile.userlevel.frag"/>
  5146. <src:fragref linkend="profile.value.frag"/>
  5147. <src:fragref linkend="profile.vendor.frag"/>
  5148. <src:fragref linkend="punct.honorific.frag"/>
  5149. <src:fragref linkend="qanda.inherit.numeration.frag"/>
  5150. <src:fragref linkend="qandadiv.autolabel.frag"/>
  5151. <src:fragref linkend="refentry.generate.name.frag"/>
  5152. <src:fragref linkend="refentry.generate.title.frag"/>
  5153. <src:fragref linkend="refentry.title.properties.frag"/>
  5154. <src:fragref linkend="refentry.xref.manvolnum.frag"/>
  5155. <src:fragref linkend="region.after.extent.frag"/>
  5156. <src:fragref linkend="region.before.extent.frag"/>
  5157. <src:fragref linkend="rootid.frag"/>
  5158. <src:fragref linkend="runinhead.default.title.end.punct.frag"/>
  5159. <src:fragref linkend="runinhead.title.end.punct.frag"/>
  5160. <src:fragref linkend="sans.font.family.frag"/>
  5161. <src:fragref linkend="section.autolabel.frag"/>
  5162. <src:fragref linkend="section.label.includes.component.label.frag"/>
  5163. <src:fragref linkend="section.title.level1.properties.frag"/>
  5164. <src:fragref linkend="section.title.level2.properties.frag"/>
  5165. <src:fragref linkend="section.title.level3.properties.frag"/>
  5166. <src:fragref linkend="section.title.level4.properties.frag"/>
  5167. <src:fragref linkend="section.title.level5.properties.frag"/>
  5168. <src:fragref linkend="section.title.level6.properties.frag"/>
  5169. <src:fragref linkend="section.title.properties.frag"/>
  5170. <src:fragref linkend="segmentedlist.as.table.frag"/>
  5171. <src:fragref linkend="shade.verbatim.frag"/>
  5172. <src:fragref linkend="shade.verbatim.style.frag"/>
  5173. <src:fragref linkend="show.comments.frag"/>
  5174. <src:fragref linkend="sidebar.properties.frag"/>
  5175. <src:fragref linkend="table.border.color.frag"/>
  5176. <src:fragref linkend="table.border.style.frag"/>
  5177. <src:fragref linkend="table.border.thickness.frag"/>
  5178. <src:fragref linkend="table.cell.padding.frag"/>
  5179. <src:fragref linkend="tablecolumns.extension.frag"/>
  5180. <src:fragref linkend="target.database.document.frag"/>
  5181. <src:fragref linkend="tex.math.delims.frag"/>
  5182. <src:fragref linkend="tex.math.in.alt.frag"/>
  5183. <src:fragref linkend="textinsert.extension.frag"/>
  5184. <src:fragref linkend="title.font.family.frag"/>
  5185. <src:fragref linkend="title.margin.left.frag"/>
  5186. <src:fragref linkend="toc.indent.width.frag"/>
  5187. <src:fragref linkend="toc.margin.properties.frag"/>
  5188. <src:fragref linkend="toc.section.depth.frag"/>
  5189. <src:fragref linkend="ulink.footnotes.frag"/>
  5190. <src:fragref linkend="ulink.hyphenate.frag"/>
  5191. <src:fragref linkend="ulink.show.frag"/>
  5192. <src:fragref linkend="use.extensions.frag"/>
  5193. <src:fragref linkend="use.local.olink.style.frag"/>
  5194. <src:fragref linkend="use.role.as.xrefstyle.frag"/>
  5195. <src:fragref linkend="use.svg.frag"/>
  5196. <src:fragref linkend="variablelist.as.blocks.frag"/>
  5197. <src:fragref linkend="verbatim.properties.frag"/>
  5198. <src:fragref linkend="xep.extensions.frag"/>
  5199. <src:fragref linkend="xref.properties.frag"/>
  5200.  
  5201.  
  5202. </xsl:stylesheet></src:fragment>
  5203.  
  5204. </appendix>
  5205.  
  5206. </book>