param.xsl 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891
  1. <?xml version="1.0" encoding="ASCII"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  3. <!-- This file is generated from param.xweb -->
  4. <!-- ********************************************************************
  5. $Id$
  6. ********************************************************************
  7. This file is part of the XSL DocBook Stylesheet distribution.
  8. See ../README or http://docbook.sf.net/release/xsl/current/ for
  9. copyright and other information.
  10. ******************************************************************** -->
  11. <xsl:attribute-set name="abstract.properties">
  12. <xsl:attribute name="start-indent">0.0in</xsl:attribute>
  13. <xsl:attribute name="end-indent">0.0in</xsl:attribute>
  14. </xsl:attribute-set>
  15. <xsl:attribute-set name="abstract.title.properties">
  16. <xsl:attribute name="font-family"><xsl:value-of select="$title.fontset"/></xsl:attribute>
  17. <xsl:attribute name="font-weight">bold</xsl:attribute>
  18. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  19. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  20. <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
  21. <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
  22. <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
  23. <xsl:attribute name="hyphenate">false</xsl:attribute>
  24. <xsl:attribute name="text-align">center</xsl:attribute>
  25. </xsl:attribute-set>
  26. <xsl:param name="admon.graphics.extension">.png</xsl:param>
  27. <xsl:param name="admon.graphics" select="0"/>
  28. <xsl:param name="admon.graphics.path">images/</xsl:param>
  29. <xsl:param name="admon.textlabel" select="1"/>
  30. <xsl:attribute-set name="admonition.properties"/>
  31. <xsl:attribute-set name="admonition.title.properties">
  32. <xsl:attribute name="font-size">14pt</xsl:attribute>
  33. <xsl:attribute name="font-weight">bold</xsl:attribute>
  34. <xsl:attribute name="hyphenate">false</xsl:attribute>
  35. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  36. </xsl:attribute-set>
  37. <xsl:attribute-set name="graphical.admonition.properties">
  38. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  39. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  40. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  41. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  42. <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
  43. <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
  44. </xsl:attribute-set>
  45. <xsl:attribute-set name="nongraphical.admonition.properties">
  46. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  47. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  48. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  49. <xsl:attribute name="margin-left">0.25in</xsl:attribute>
  50. <xsl:attribute name="margin-right">0.25in</xsl:attribute>
  51. </xsl:attribute-set>
  52. <xsl:param name="alignment">justify</xsl:param>
  53. <xsl:param name="appendix.autolabel">A</xsl:param>
  54. <xsl:param name="arbortext.extensions" select="0"/>
  55. <xsl:attribute-set name="article.appendix.title.properties" use-attribute-sets="section.title.properties section.title.level1.properties">
  56. <xsl:attribute name="margin-left">
  57. <xsl:value-of select="$title.margin.left"/>
  58. </xsl:attribute>
  59. </xsl:attribute-set>
  60. <xsl:param name="author.othername.in.middle" select="1"/>
  61. <xsl:param name="autotoc.label.separator">. </xsl:param>
  62. <xsl:param name="axf.extensions" select="0"/>
  63. <xsl:param name="biblioentry.item.separator">. </xsl:param>
  64. <xsl:attribute-set name="biblioentry.properties" use-attribute-sets="normal.para.spacing">
  65. <xsl:attribute name="start-indent">0.5in</xsl:attribute>
  66. <xsl:attribute name="text-indent">-0.5in</xsl:attribute>
  67. </xsl:attribute-set>
  68. <xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>
  69. <xsl:param name="bibliography.numbered" select="0"/>
  70. <xsl:param name="bibliography.style">normal</xsl:param>
  71. <xsl:attribute-set name="blockquote.properties">
  72. <xsl:attribute name="margin-left">0.5in</xsl:attribute>
  73. <xsl:attribute name="margin-right">0.5in</xsl:attribute>
  74. <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  75. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  76. <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  77. </xsl:attribute-set>
  78. <xsl:param name="body.font.family">serif</xsl:param>
  79. <xsl:param name="body.font.master">10</xsl:param>
  80. <xsl:param name="body.font.size">
  81. <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text>
  82. </xsl:param>
  83. <xsl:param name="body.margin.bottom">0.5in</xsl:param>
  84. <xsl:param name="body.margin.top">0.5in</xsl:param>
  85. <xsl:param name="body.start.indent">
  86. <xsl:choose>
  87. <xsl:when test="$fop.extensions != 0">0pt</xsl:when>
  88. <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
  89. <xsl:otherwise>4pc</xsl:otherwise>
  90. </xsl:choose>
  91. </xsl:param>
  92. <xsl:param name="body.end.indent">0pt</xsl:param>
  93. <xsl:param name="bridgehead.in.toc" select="0"/>
  94. <xsl:param name="callout.defaultcolumn">60</xsl:param>
  95. <xsl:param name="callout.graphics.extension">.svg</xsl:param>
  96. <xsl:param name="callout.graphics" select="1"/>
  97. <xsl:param name="callout.icon.size">7pt</xsl:param>
  98. <xsl:param name="callout.graphics.number.limit">30</xsl:param>
  99. <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
  100. <xsl:param name="callout.unicode.font">ZapfDingbats</xsl:param>
  101. <xsl:param name="callout.unicode" select="0"/>
  102. <xsl:param name="callout.unicode.number.limit">10</xsl:param>
  103. <xsl:param name="callout.unicode.start.character">10102</xsl:param>
  104. <xsl:param name="callouts.extension" select="1"/>
  105. <xsl:param name="chapter.autolabel" select="1"/>
  106. <xsl:param name="collect.xref.targets">no</xsl:param>
  107. <xsl:param name="column.count.back" select="1"/>
  108. <xsl:param name="column.count.body" select="1"/>
  109. <xsl:param name="column.count.front" select="1"/>
  110. <xsl:param name="column.count.index">2</xsl:param>
  111. <xsl:param name="column.count.lot" select="1"/>
  112. <xsl:param name="column.count.titlepage" select="1"/>
  113. <xsl:param name="column.gap.back">12pt</xsl:param>
  114. <xsl:param name="column.gap.body">12pt</xsl:param>
  115. <xsl:param name="column.gap.front">12pt</xsl:param>
  116. <xsl:param name="column.gap.index">12pt</xsl:param>
  117. <xsl:param name="column.gap.lot">12pt</xsl:param>
  118. <xsl:param name="column.gap.titlepage">12pt</xsl:param>
  119. <xsl:attribute-set name="compact.list.item.spacing">
  120. <xsl:attribute name="space-before.optimum">0em</xsl:attribute>
  121. <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
  122. <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
  123. </xsl:attribute-set>
  124. <xsl:param name="component.label.includes.part.label" select="0"/>
  125. <xsl:attribute-set name="component.title.properties">
  126. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  127. <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
  128. <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
  129. <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
  130. <xsl:attribute name="hyphenate">false</xsl:attribute>
  131. <xsl:attribute name="text-align">
  132. <xsl:choose>
  133. <xsl:when test="((parent::article | parent::articleinfo | parent::info/parent::article) and not(ancestor::book) and not(self::bibliography)) or (parent::slides | parent::slidesinfo)">center</xsl:when>
  134. <xsl:otherwise>left</xsl:otherwise>
  135. </xsl:choose>
  136. </xsl:attribute>
  137. <xsl:attribute name="start-indent"><xsl:value-of select="$title.margin.left"/></xsl:attribute>
  138. </xsl:attribute-set>
  139. <xsl:attribute-set name="component.titlepage.properties">
  140. </xsl:attribute-set>
  141. <xsl:param name="crop.marks" select="0"/>
  142. <xsl:param name="crop.mark.width">0.5pt</xsl:param>
  143. <xsl:param name="crop.mark.offset">24pt</xsl:param>
  144. <xsl:param name="crop.mark.bleed">6pt</xsl:param>
  145. <xsl:param name="current.docid"/>
  146. <xsl:param name="default.float.class">
  147. <xsl:choose>
  148. <xsl:when test="contains($stylesheet.result.type,'html')">left</xsl:when>
  149. <xsl:otherwise>before</xsl:otherwise>
  150. </xsl:choose>
  151. </xsl:param>
  152. <xsl:param name="default.image.width"/>
  153. <xsl:param name="default.table.width"/>
  154. <xsl:param name="default.table.frame">all</xsl:param>
  155. <xsl:param name="default.units">pt</xsl:param>
  156. <xsl:param name="dingbat.font.family">serif</xsl:param>
  157. <xsl:param name="double.sided" select="0"/>
  158. <xsl:param name="draft.mode">maybe</xsl:param>
  159. <xsl:param name="draft.watermark.image">http://docbook.sourceforge.net/release/images/draft.png</xsl:param>
  160. <xsl:param name="ebnf.assignment">
  161. <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="{$monospace.font.family}">
  162. <xsl:text>::=</xsl:text>
  163. </fo:inline>
  164. </xsl:param>
  165. <xsl:param name="ebnf.statement.terminator"/>
  166. <xsl:param name="email.delimiters.enabled" select="1"/>
  167. <xsl:attribute-set name="equation.properties" use-attribute-sets="formal.object.properties"/>
  168. <xsl:attribute-set name="example.properties" use-attribute-sets="formal.object.properties"/>
  169. <xsl:attribute-set name="figure.properties" use-attribute-sets="formal.object.properties"/>
  170. <xsl:param name="firstterm.only.link" select="0"/>
  171. <xsl:attribute-set name="footer.content.properties">
  172. <xsl:attribute name="font-family">
  173. <xsl:value-of select="$body.fontset"/>
  174. </xsl:attribute>
  175. <xsl:attribute name="margin-left">
  176. <xsl:value-of select="$title.margin.left"/>
  177. </xsl:attribute>
  178. </xsl:attribute-set>
  179. <xsl:param name="footer.rule" select="1"/>
  180. <xsl:param name="footer.column.widths">1 1 1</xsl:param>
  181. <xsl:param name="footer.table.height">14pt</xsl:param>
  182. <xsl:attribute-set name="footer.table.properties">
  183. <xsl:attribute name="table-layout">fixed</xsl:attribute>
  184. <xsl:attribute name="width">100%</xsl:attribute>
  185. </xsl:attribute-set>
  186. <xsl:param name="footers.on.blank.pages" select="1"/>
  187. <xsl:param name="footnote.font.size">
  188. <xsl:value-of select="$body.font.master * 0.8"/><xsl:text>pt</xsl:text>
  189. </xsl:param>
  190. <xsl:param name="footnote.number.format">1</xsl:param>
  191. <xsl:param name="footnote.number.symbols"/>
  192. <xsl:attribute-set name="footnote.mark.properties">
  193. <xsl:attribute name="font-size">75%</xsl:attribute>
  194. <xsl:attribute name="font-weight">normal</xsl:attribute>
  195. <xsl:attribute name="font-style">normal</xsl:attribute>
  196. </xsl:attribute-set>
  197. <xsl:attribute-set name="footnote.properties">
  198. <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:attribute>
  199. <xsl:attribute name="font-size"><xsl:value-of select="$footnote.font.size"/></xsl:attribute>
  200. <xsl:attribute name="font-weight">normal</xsl:attribute>
  201. <xsl:attribute name="font-style">normal</xsl:attribute>
  202. <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attribute>
  203. <xsl:attribute name="start-indent">0pt</xsl:attribute>
  204. <xsl:attribute name="text-indent">0pt</xsl:attribute>
  205. </xsl:attribute-set>
  206. <xsl:attribute-set name="footnote.sep.leader.properties">
  207. <xsl:attribute name="color">black</xsl:attribute>
  208. <xsl:attribute name="leader-pattern">rule</xsl:attribute>
  209. <xsl:attribute name="leader-length">1in</xsl:attribute>
  210. </xsl:attribute-set>
  211. <xsl:param name="fop.extensions" select="0"/>
  212. <xsl:param name="fop1.extensions" select="0"/>
  213. <xsl:attribute-set name="formal.object.properties">
  214. <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
  215. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  216. <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
  217. <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  218. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  219. <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  220. <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
  221. </xsl:attribute-set>
  222. <xsl:param name="formal.procedures" select="1"/>
  223. <xsl:param name="formal.title.placement">
  224. figure before
  225. example before
  226. equation before
  227. table before
  228. procedure before
  229. task before
  230. </xsl:param>
  231. <xsl:attribute-set name="formal.title.properties" use-attribute-sets="normal.para.spacing">
  232. <xsl:attribute name="font-weight">bold</xsl:attribute>
  233. <xsl:attribute name="font-size">
  234. <xsl:value-of select="$body.font.master * 1.2"/>
  235. <xsl:text>pt</xsl:text>
  236. </xsl:attribute>
  237. <xsl:attribute name="hyphenate">false</xsl:attribute>
  238. <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
  239. <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
  240. <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
  241. </xsl:attribute-set>
  242. <xsl:param name="funcsynopsis.decoration" select="1"/>
  243. <xsl:param name="funcsynopsis.style">kr</xsl:param>
  244. <xsl:param name="function.parens" select="0"/>
  245. <xsl:param name="generate.index" select="1"/>
  246. <xsl:param name="generate.section.toc.level" select="0"/>
  247. <xsl:param name="generate.toc">
  248. /appendix toc,title
  249. article/appendix nop
  250. /article toc,title
  251. book toc,title,figure,table,example,equation
  252. /chapter toc,title
  253. part toc,title
  254. /preface toc,title
  255. reference toc,title
  256. /sect1 toc
  257. /sect2 toc
  258. /sect3 toc
  259. /sect4 toc
  260. /sect5 toc
  261. /section toc
  262. set toc,title
  263. </xsl:param>
  264. <xsl:param name="glossary.as.blocks" select="0"/>
  265. <xsl:param name="glossary.collection"/>
  266. <xsl:param name="glossary.sort" select="0"/>
  267. <xsl:param name="glossentry.show.acronym">no</xsl:param>
  268. <xsl:param name="glosslist.as.blocks" select="0"/>
  269. <xsl:param name="glossterm.auto.link" select="0"/>
  270. <xsl:param name="glossterm.separation">0.25in</xsl:param>
  271. <xsl:param name="glossterm.width">2in</xsl:param>
  272. <xsl:param name="graphic.default.extension"/>
  273. <xsl:attribute-set name="header.content.properties">
  274. <xsl:attribute name="font-family">
  275. <xsl:value-of select="$body.fontset"/>
  276. </xsl:attribute>
  277. <xsl:attribute name="margin-left">
  278. <xsl:value-of select="$title.margin.left"/>
  279. </xsl:attribute>
  280. </xsl:attribute-set>
  281. <xsl:param name="header.rule" select="1"/>
  282. <xsl:param name="header.column.widths">1 1 1</xsl:param>
  283. <xsl:param name="header.table.height">14pt</xsl:param>
  284. <xsl:attribute-set name="header.table.properties">
  285. <xsl:attribute name="table-layout">fixed</xsl:attribute>
  286. <xsl:attribute name="width">100%</xsl:attribute>
  287. </xsl:attribute-set>
  288. <xsl:param name="headers.on.blank.pages" select="1"/>
  289. <xsl:param name="highlight.default.language"/>
  290. <xsl:param name="highlight.source" select="0"/>
  291. <xsl:param name="hyphenate">true</xsl:param>
  292. <xsl:param name="hyphenate.verbatim" select="0"/>
  293. <xsl:param name="hyphenate.verbatim.characters"/>
  294. <xsl:param name="ignore.image.scaling" select="0"/>
  295. <xsl:param name="img.src.path"/>
  296. <xsl:param name="index.method">basic</xsl:param>
  297. <xsl:param name="index.on.role" select="0"/>
  298. <xsl:param name="index.on.type" select="0"/>
  299. <xsl:attribute-set name="index.page.number.properties">
  300. </xsl:attribute-set>
  301. <xsl:attribute-set name="informalequation.properties" use-attribute-sets="informal.object.properties"/>
  302. <xsl:attribute-set name="informalexample.properties" use-attribute-sets="informal.object.properties"/>
  303. <xsl:attribute-set name="informalfigure.properties" use-attribute-sets="informal.object.properties"/>
  304. <xsl:attribute-set name="informal.object.properties">
  305. <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
  306. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  307. <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
  308. <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  309. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  310. <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  311. </xsl:attribute-set>
  312. <xsl:attribute-set name="informaltable.properties" use-attribute-sets="informal.object.properties"/>
  313. <xsl:attribute-set name="index.preferred.page.properties">
  314. <xsl:attribute name="font-weight">bold</xsl:attribute>
  315. </xsl:attribute-set>
  316. <xsl:attribute-set name="index.div.title.properties">
  317. <xsl:attribute name="margin-left">0pt</xsl:attribute>
  318. <xsl:attribute name="font-size">14.4pt</xsl:attribute>
  319. <xsl:attribute name="font-family"><xsl:value-of select="$title.fontset"/></xsl:attribute>
  320. <xsl:attribute name="font-weight">bold</xsl:attribute>
  321. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  322. <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
  323. <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
  324. <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
  325. <xsl:attribute name="start-indent">0pt</xsl:attribute>
  326. </xsl:attribute-set>
  327. <xsl:attribute-set name="index.entry.properties">
  328. <xsl:attribute name="start-indent">0pt</xsl:attribute>
  329. </xsl:attribute-set>
  330. <xsl:param name="index.number.separator"/>
  331. <xsl:param name="index.range.separator"/>
  332. <xsl:param name="index.term.separator"/>
  333. <xsl:param name="insert.link.page.number">no</xsl:param>
  334. <xsl:param name="insert.xref.page.number">no</xsl:param>
  335. <xsl:attribute-set name="itemizedlist.properties" use-attribute-sets="list.block.properties">
  336. </xsl:attribute-set>
  337. <xsl:attribute-set name="itemizedlist.label.properties">
  338. </xsl:attribute-set>
  339. <xsl:param name="itemizedlist.label.width">1.0em</xsl:param>
  340. <xsl:param name="keep.relative.image.uris" select="0"/>
  341. <xsl:param name="l10n.gentext.default.language">en</xsl:param>
  342. <xsl:param name="l10n.gentext.language"/>
  343. <xsl:param name="l10n.gentext.use.xref.language" select="0"/>
  344. <xsl:param name="l10n.lang.value.rfc.compliant" select="1"/>
  345. <xsl:param name="label.from.part" select="0"/>
  346. <xsl:param name="line-height">normal</xsl:param>
  347. <xsl:param name="linenumbering.everyNth">5</xsl:param>
  348. <xsl:param name="linenumbering.extension" select="1"/>
  349. <xsl:param name="linenumbering.separator"><xsl:text> </xsl:text></xsl:param>
  350. <xsl:param name="linenumbering.width">3</xsl:param>
  351. <xsl:attribute-set name="list.block.properties">
  352. <xsl:attribute name="provisional-label-separation">0.2em</xsl:attribute>
  353. <xsl:attribute name="provisional-distance-between-starts">1.5em</xsl:attribute>
  354. </xsl:attribute-set>
  355. <xsl:attribute-set name="list.block.spacing">
  356. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  357. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  358. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  359. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  360. <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
  361. <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
  362. </xsl:attribute-set>
  363. <xsl:attribute-set name="list.item.spacing">
  364. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  365. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  366. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  367. </xsl:attribute-set>
  368. <xsl:param name="make.index.markup" select="0"/>
  369. <xsl:param name="make.single.year.ranges" select="0"/>
  370. <xsl:param name="make.year.ranges" select="0"/>
  371. <xsl:attribute-set name="margin.note.properties">
  372. <xsl:attribute name="font-size">90%</xsl:attribute>
  373. <xsl:attribute name="text-align">start</xsl:attribute>
  374. </xsl:attribute-set>
  375. <xsl:attribute-set name="margin.note.title.properties">
  376. <xsl:attribute name="font-weight">bold</xsl:attribute>
  377. <xsl:attribute name="hyphenate">false</xsl:attribute>
  378. <xsl:attribute name="text-align">start</xsl:attribute>
  379. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  380. </xsl:attribute-set>
  381. <xsl:param name="margin.note.float.type">none</xsl:param>
  382. <xsl:param name="margin.note.width">1in</xsl:param>
  383. <xsl:param name="marker.section.level">2</xsl:param>
  384. <xsl:param name="menuchoice.menu.separator"> &#8594; </xsl:param>
  385. <xsl:param name="menuchoice.separator">+</xsl:param>
  386. <xsl:param name="monospace.font.family">monospace</xsl:param>
  387. <xsl:attribute-set name="monospace.properties">
  388. <xsl:attribute name="font-family">
  389. <xsl:value-of select="$monospace.font.family"/>
  390. </xsl:attribute>
  391. </xsl:attribute-set>
  392. <xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties">
  393. <xsl:attribute name="text-align">start</xsl:attribute>
  394. <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
  395. </xsl:attribute-set>
  396. <xsl:param name="nominal.table.width">6in</xsl:param>
  397. <xsl:attribute-set name="normal.para.spacing">
  398. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  399. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  400. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  401. </xsl:attribute-set>
  402. <xsl:param name="olink.doctitle">no</xsl:param>
  403. <xsl:param name="olink.base.uri"/>
  404. <xsl:param name="olink.debug" select="0"/>
  405. <xsl:attribute-set name="olink.properties">
  406. <xsl:attribute name="show-destination">replace</xsl:attribute>
  407. </xsl:attribute-set>
  408. <xsl:param name="olink.lang.fallback.sequence"/>
  409. <xsl:attribute-set name="orderedlist.properties" use-attribute-sets="list.block.properties">
  410. <xsl:attribute name="provisional-distance-between-starts">2em</xsl:attribute>
  411. </xsl:attribute-set>
  412. <xsl:attribute-set name="orderedlist.label.properties">
  413. </xsl:attribute-set>
  414. <xsl:param name="orderedlist.label.width">1.2em</xsl:param>
  415. <xsl:param name="prefer.internal.olink" select="0"/>
  416. <xsl:param name="insert.olink.page.number">no</xsl:param>
  417. <xsl:param name="insert.olink.pdf.frag" select="0"/>
  418. <xsl:param name="page.height">
  419. <xsl:choose>
  420. <xsl:when test="$page.orientation = 'portrait'">
  421. <xsl:value-of select="$page.height.portrait"/>
  422. </xsl:when>
  423. <xsl:otherwise>
  424. <xsl:value-of select="$page.width.portrait"/>
  425. </xsl:otherwise>
  426. </xsl:choose>
  427. </xsl:param>
  428. <xsl:param name="page.height.portrait">
  429. <xsl:choose>
  430. <xsl:when test="$paper.type = 'A4landscape'">210mm</xsl:when>
  431. <xsl:when test="$paper.type = 'USletter'">11in</xsl:when>
  432. <xsl:when test="$paper.type = 'USlandscape'">8.5in</xsl:when>
  433. <xsl:when test="$paper.type = '4A0'">2378mm</xsl:when>
  434. <xsl:when test="$paper.type = '2A0'">1682mm</xsl:when>
  435. <xsl:when test="$paper.type = 'A0'">1189mm</xsl:when>
  436. <xsl:when test="$paper.type = 'A1'">841mm</xsl:when>
  437. <xsl:when test="$paper.type = 'A2'">594mm</xsl:when>
  438. <xsl:when test="$paper.type = 'A3'">420mm</xsl:when>
  439. <xsl:when test="$paper.type = 'A4'">297mm</xsl:when>
  440. <xsl:when test="$paper.type = 'A5'">210mm</xsl:when>
  441. <xsl:when test="$paper.type = 'A6'">148mm</xsl:when>
  442. <xsl:when test="$paper.type = 'A7'">105mm</xsl:when>
  443. <xsl:when test="$paper.type = 'A8'">74mm</xsl:when>
  444. <xsl:when test="$paper.type = 'A9'">52mm</xsl:when>
  445. <xsl:when test="$paper.type = 'A10'">37mm</xsl:when>
  446. <xsl:when test="$paper.type = 'B0'">1414mm</xsl:when>
  447. <xsl:when test="$paper.type = 'B1'">1000mm</xsl:when>
  448. <xsl:when test="$paper.type = 'B2'">707mm</xsl:when>
  449. <xsl:when test="$paper.type = 'B3'">500mm</xsl:when>
  450. <xsl:when test="$paper.type = 'B4'">353mm</xsl:when>
  451. <xsl:when test="$paper.type = 'B5'">250mm</xsl:when>
  452. <xsl:when test="$paper.type = 'B6'">176mm</xsl:when>
  453. <xsl:when test="$paper.type = 'B7'">125mm</xsl:when>
  454. <xsl:when test="$paper.type = 'B8'">88mm</xsl:when>
  455. <xsl:when test="$paper.type = 'B9'">62mm</xsl:when>
  456. <xsl:when test="$paper.type = 'B10'">44mm</xsl:when>
  457. <xsl:when test="$paper.type = 'C0'">1297mm</xsl:when>
  458. <xsl:when test="$paper.type = 'C1'">917mm</xsl:when>
  459. <xsl:when test="$paper.type = 'C2'">648mm</xsl:when>
  460. <xsl:when test="$paper.type = 'C3'">458mm</xsl:when>
  461. <xsl:when test="$paper.type = 'C4'">324mm</xsl:when>
  462. <xsl:when test="$paper.type = 'C5'">229mm</xsl:when>
  463. <xsl:when test="$paper.type = 'C6'">162mm</xsl:when>
  464. <xsl:when test="$paper.type = 'C7'">114mm</xsl:when>
  465. <xsl:when test="$paper.type = 'C8'">81mm</xsl:when>
  466. <xsl:when test="$paper.type = 'C9'">57mm</xsl:when>
  467. <xsl:when test="$paper.type = 'C10'">40mm</xsl:when>
  468. <xsl:otherwise>11in</xsl:otherwise>
  469. </xsl:choose>
  470. </xsl:param>
  471. <xsl:param name="page.margin.bottom">0.5in</xsl:param>
  472. <xsl:param name="page.margin.inner">
  473. <xsl:choose>
  474. <xsl:when test="$double.sided != 0">1.25in</xsl:when>
  475. <xsl:otherwise>1in</xsl:otherwise>
  476. </xsl:choose>
  477. </xsl:param>
  478. <xsl:param name="page.margin.outer">
  479. <xsl:choose>
  480. <xsl:when test="$double.sided != 0">0.75in</xsl:when>
  481. <xsl:otherwise>1in</xsl:otherwise>
  482. </xsl:choose>
  483. </xsl:param>
  484. <xsl:param name="page.margin.top">0.5in</xsl:param>
  485. <xsl:param name="page.orientation">portrait</xsl:param>
  486. <xsl:param name="page.width">
  487. <xsl:choose>
  488. <xsl:when test="$page.orientation = 'portrait'">
  489. <xsl:value-of select="$page.width.portrait"/>
  490. </xsl:when>
  491. <xsl:otherwise>
  492. <xsl:value-of select="$page.height.portrait"/>
  493. </xsl:otherwise>
  494. </xsl:choose>
  495. </xsl:param>
  496. <xsl:param name="page.width.portrait">
  497. <xsl:choose>
  498. <xsl:when test="$paper.type = 'USletter'">8.5in</xsl:when>
  499. <xsl:when test="$paper.type = '4A0'">1682mm</xsl:when>
  500. <xsl:when test="$paper.type = '2A0'">1189mm</xsl:when>
  501. <xsl:when test="$paper.type = 'A0'">841mm</xsl:when>
  502. <xsl:when test="$paper.type = 'A1'">594mm</xsl:when>
  503. <xsl:when test="$paper.type = 'A2'">420mm</xsl:when>
  504. <xsl:when test="$paper.type = 'A3'">297mm</xsl:when>
  505. <xsl:when test="$paper.type = 'A4'">210mm</xsl:when>
  506. <xsl:when test="$paper.type = 'A5'">148mm</xsl:when>
  507. <xsl:when test="$paper.type = 'A6'">105mm</xsl:when>
  508. <xsl:when test="$paper.type = 'A7'">74mm</xsl:when>
  509. <xsl:when test="$paper.type = 'A8'">52mm</xsl:when>
  510. <xsl:when test="$paper.type = 'A9'">37mm</xsl:when>
  511. <xsl:when test="$paper.type = 'A10'">26mm</xsl:when>
  512. <xsl:when test="$paper.type = 'B0'">1000mm</xsl:when>
  513. <xsl:when test="$paper.type = 'B1'">707mm</xsl:when>
  514. <xsl:when test="$paper.type = 'B2'">500mm</xsl:when>
  515. <xsl:when test="$paper.type = 'B3'">353mm</xsl:when>
  516. <xsl:when test="$paper.type = 'B4'">250mm</xsl:when>
  517. <xsl:when test="$paper.type = 'B5'">176mm</xsl:when>
  518. <xsl:when test="$paper.type = 'B6'">125mm</xsl:when>
  519. <xsl:when test="$paper.type = 'B7'">88mm</xsl:when>
  520. <xsl:when test="$paper.type = 'B8'">62mm</xsl:when>
  521. <xsl:when test="$paper.type = 'B9'">44mm</xsl:when>
  522. <xsl:when test="$paper.type = 'B10'">31mm</xsl:when>
  523. <xsl:when test="$paper.type = 'C0'">917mm</xsl:when>
  524. <xsl:when test="$paper.type = 'C1'">648mm</xsl:when>
  525. <xsl:when test="$paper.type = 'C2'">458mm</xsl:when>
  526. <xsl:when test="$paper.type = 'C3'">324mm</xsl:when>
  527. <xsl:when test="$paper.type = 'C4'">229mm</xsl:when>
  528. <xsl:when test="$paper.type = 'C5'">162mm</xsl:when>
  529. <xsl:when test="$paper.type = 'C6'">114mm</xsl:when>
  530. <xsl:when test="$paper.type = 'C7'">81mm</xsl:when>
  531. <xsl:when test="$paper.type = 'C8'">57mm</xsl:when>
  532. <xsl:when test="$paper.type = 'C9'">40mm</xsl:when>
  533. <xsl:when test="$paper.type = 'C10'">28mm</xsl:when>
  534. <xsl:otherwise>8.5in</xsl:otherwise>
  535. </xsl:choose>
  536. </xsl:param>
  537. <xsl:param name="paper.type">USletter</xsl:param>
  538. <xsl:param name="part.autolabel">I</xsl:param>
  539. <xsl:param name="passivetex.extensions" select="0"/>
  540. <xsl:attribute-set name="pgwide.properties">
  541. <xsl:attribute name="start-indent">0pt</xsl:attribute>
  542. </xsl:attribute-set>
  543. <xsl:param name="preface.autolabel" select="0"/>
  544. <xsl:param name="preferred.mediaobject.role"/>
  545. <xsl:attribute-set name="procedure.properties" use-attribute-sets="formal.object.properties">
  546. <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
  547. </xsl:attribute-set>
  548. <xsl:param name="process.empty.source.toc" select="0"/>
  549. <xsl:param name="process.source.toc" select="0"/>
  550. <xsl:param name="profile.arch"/>
  551. <xsl:param name="profile.audience"/>
  552. <xsl:param name="profile.attribute"/>
  553. <xsl:param name="profile.condition"/>
  554. <xsl:param name="profile.conformance"/>
  555. <xsl:param name="profile.lang"/>
  556. <xsl:param name="profile.os"/>
  557. <xsl:param name="profile.revision"/>
  558. <xsl:param name="profile.revisionflag"/>
  559. <xsl:param name="profile.role"/>
  560. <xsl:param name="profile.security"/>
  561. <xsl:param name="profile.separator">;</xsl:param>
  562. <xsl:param name="profile.status"/>
  563. <xsl:param name="profile.userlevel"/>
  564. <xsl:param name="profile.value"/>
  565. <xsl:param name="profile.vendor"/>
  566. <xsl:param name="profile.wordsize"/>
  567. <xsl:param name="punct.honorific">.</xsl:param>
  568. <xsl:param name="qanda.defaultlabel">number</xsl:param>
  569. <xsl:param name="qanda.in.toc" select="0"/>
  570. <xsl:param name="qanda.nested.in.toc" select="0"/>
  571. <xsl:param name="qanda.inherit.numeration" select="1"/>
  572. <xsl:param name="qandadiv.autolabel" select="1"/>
  573. <xsl:attribute-set name="qanda.title.level1.properties">
  574. <xsl:attribute name="font-size">
  575. <xsl:value-of select="$body.font.master * 2.0736"/>
  576. <xsl:text>pt</xsl:text>
  577. </xsl:attribute>
  578. </xsl:attribute-set>
  579. <xsl:attribute-set name="qanda.title.level2.properties">
  580. <xsl:attribute name="font-size">
  581. <xsl:value-of select="$body.font.master * 1.728"/>
  582. <xsl:text>pt</xsl:text>
  583. </xsl:attribute>
  584. </xsl:attribute-set>
  585. <xsl:attribute-set name="qanda.title.level3.properties">
  586. <xsl:attribute name="font-size">
  587. <xsl:value-of select="$body.font.master * 1.44"/>
  588. <xsl:text>pt</xsl:text>
  589. </xsl:attribute>
  590. </xsl:attribute-set>
  591. <xsl:attribute-set name="qanda.title.level4.properties">
  592. <xsl:attribute name="font-size">
  593. <xsl:value-of select="$body.font.master * 1.2"/>
  594. <xsl:text>pt</xsl:text>
  595. </xsl:attribute>
  596. </xsl:attribute-set>
  597. <xsl:attribute-set name="qanda.title.level5.properties">
  598. <xsl:attribute name="font-size">
  599. <xsl:value-of select="$body.font.master"/>
  600. <xsl:text>pt</xsl:text>
  601. </xsl:attribute>
  602. </xsl:attribute-set>
  603. <xsl:attribute-set name="qanda.title.level6.properties">
  604. <xsl:attribute name="font-size">
  605. <xsl:value-of select="$body.font.master"/>
  606. <xsl:text>pt</xsl:text>
  607. </xsl:attribute>
  608. </xsl:attribute-set>
  609. <xsl:attribute-set name="qanda.title.properties">
  610. <xsl:attribute name="font-family">
  611. <xsl:value-of select="$title.font.family"/>
  612. </xsl:attribute>
  613. <xsl:attribute name="font-weight">bold</xsl:attribute>
  614. <!-- font size is calculated dynamically by qanda.heading template -->
  615. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  616. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  617. <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
  618. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  619. </xsl:attribute-set>
  620. <xsl:param name="refentry.generate.name" select="1"/>
  621. <xsl:param name="refentry.generate.title" select="0"/>
  622. <xsl:param name="refentry.pagebreak" select="1"/>
  623. <xsl:attribute-set name="refentry.title.properties">
  624. <xsl:attribute name="font-family">
  625. <xsl:value-of select="$title.font.family"/>
  626. </xsl:attribute>
  627. <xsl:attribute name="font-size">18pt</xsl:attribute>
  628. <xsl:attribute name="font-weight">bold</xsl:attribute>
  629. <xsl:attribute name="space-after">1em</xsl:attribute>
  630. <xsl:attribute name="hyphenate">false</xsl:attribute>
  631. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  632. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  633. <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
  634. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  635. <xsl:attribute name="space-after.optimum">0.5em</xsl:attribute>
  636. <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
  637. <xsl:attribute name="space-after.maximum">0.6em</xsl:attribute>
  638. <xsl:attribute name="start-indent"><xsl:value-of select="$title.margin.left"/></xsl:attribute>
  639. </xsl:attribute-set>
  640. <xsl:param name="refentry.xref.manvolnum" select="1"/>
  641. <xsl:param name="reference.autolabel">I</xsl:param>
  642. <xsl:param name="refclass.suppress" select="0"/>
  643. <xsl:param name="region.after.extent">0.4in</xsl:param>
  644. <xsl:param name="region.before.extent">0.4in</xsl:param>
  645. <xsl:attribute-set name="revhistory.table.properties">
  646. </xsl:attribute-set>
  647. <xsl:attribute-set name="revhistory.table.cell.properties">
  648. </xsl:attribute-set>
  649. <xsl:attribute-set name="revhistory.title.properties">
  650. </xsl:attribute-set>
  651. <xsl:attribute-set name="root.properties">
  652. <xsl:attribute name="font-family">
  653. <xsl:value-of select="$body.fontset"/>
  654. </xsl:attribute>
  655. <xsl:attribute name="font-size">
  656. <xsl:value-of select="$body.font.size"/>
  657. </xsl:attribute>
  658. <xsl:attribute name="text-align">
  659. <xsl:value-of select="$alignment"/>
  660. </xsl:attribute>
  661. <xsl:attribute name="line-height">
  662. <xsl:value-of select="$line-height"/>
  663. </xsl:attribute>
  664. <xsl:attribute name="font-selection-strategy">character-by-character</xsl:attribute>
  665. <xsl:attribute name="line-height-shift-adjustment">disregard-shifts</xsl:attribute>
  666. </xsl:attribute-set>
  667. <xsl:param name="rootid"/>
  668. <xsl:param name="runinhead.default.title.end.punct">.</xsl:param>
  669. <xsl:param name="runinhead.title.end.punct">.!?:</xsl:param>
  670. <xsl:param name="sans.font.family">sans-serif</xsl:param>
  671. <xsl:param name="section.autolabel" select="0"/>
  672. <xsl:param name="section.autolabel.max.depth">8</xsl:param>
  673. <xsl:param name="section.container.element">block</xsl:param>
  674. <xsl:param name="section.label.includes.component.label" select="0"/>
  675. <xsl:attribute-set name="section.title.level1.properties">
  676. <xsl:attribute name="font-size">
  677. <xsl:value-of select="$body.font.master * 2.0736"/>
  678. <xsl:text>pt</xsl:text>
  679. </xsl:attribute>
  680. </xsl:attribute-set>
  681. <xsl:attribute-set name="section.title.level2.properties">
  682. <xsl:attribute name="font-size">
  683. <xsl:value-of select="$body.font.master * 1.728"/>
  684. <xsl:text>pt</xsl:text>
  685. </xsl:attribute>
  686. </xsl:attribute-set>
  687. <xsl:attribute-set name="section.title.level3.properties">
  688. <xsl:attribute name="font-size">
  689. <xsl:value-of select="$body.font.master * 1.44"/>
  690. <xsl:text>pt</xsl:text>
  691. </xsl:attribute>
  692. </xsl:attribute-set>
  693. <xsl:attribute-set name="section.title.level4.properties">
  694. <xsl:attribute name="font-size">
  695. <xsl:value-of select="$body.font.master * 1.2"/>
  696. <xsl:text>pt</xsl:text>
  697. </xsl:attribute>
  698. </xsl:attribute-set>
  699. <xsl:attribute-set name="section.title.level5.properties">
  700. <xsl:attribute name="font-size">
  701. <xsl:value-of select="$body.font.master"/>
  702. <xsl:text>pt</xsl:text>
  703. </xsl:attribute>
  704. </xsl:attribute-set>
  705. <xsl:attribute-set name="section.title.level6.properties">
  706. <xsl:attribute name="font-size">
  707. <xsl:value-of select="$body.font.master"/>
  708. <xsl:text>pt</xsl:text>
  709. </xsl:attribute>
  710. </xsl:attribute-set>
  711. <xsl:attribute-set name="section.title.properties">
  712. <xsl:attribute name="font-family">
  713. <xsl:value-of select="$title.font.family"/>
  714. </xsl:attribute>
  715. <xsl:attribute name="font-weight">bold</xsl:attribute>
  716. <!-- font size is calculated dynamically by section.heading template -->
  717. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  718. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  719. <xsl:attribute name="space-before.optimum">1.0em</xsl:attribute>
  720. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  721. <xsl:attribute name="text-align">left</xsl:attribute>
  722. <xsl:attribute name="start-indent"><xsl:value-of select="$title.margin.left"/></xsl:attribute>
  723. </xsl:attribute-set>
  724. <xsl:attribute-set name="section.level1.properties" use-attribute-sets="section.properties">
  725. </xsl:attribute-set>
  726. <xsl:attribute-set name="section.level2.properties" use-attribute-sets="section.properties">
  727. </xsl:attribute-set>
  728. <xsl:attribute-set name="section.level3.properties" use-attribute-sets="section.properties">
  729. </xsl:attribute-set>
  730. <xsl:attribute-set name="section.level4.properties" use-attribute-sets="section.properties">
  731. </xsl:attribute-set>
  732. <xsl:attribute-set name="section.level5.properties" use-attribute-sets="section.properties">
  733. </xsl:attribute-set>
  734. <xsl:attribute-set name="section.level6.properties" use-attribute-sets="section.properties">
  735. </xsl:attribute-set>
  736. <xsl:attribute-set name="section.properties">
  737. </xsl:attribute-set>
  738. <xsl:param name="segmentedlist.as.table" select="0"/>
  739. <xsl:param name="shade.verbatim" select="0"/>
  740. <xsl:attribute-set name="shade.verbatim.style">
  741. <xsl:attribute name="background-color">#E0E0E0</xsl:attribute>
  742. </xsl:attribute-set>
  743. <xsl:param name="show.comments" select="1"/>
  744. <xsl:attribute-set name="sidebar.properties" use-attribute-sets="formal.object.properties">
  745. <xsl:attribute name="border-style">solid</xsl:attribute>
  746. <xsl:attribute name="border-width">1pt</xsl:attribute>
  747. <xsl:attribute name="border-color">black</xsl:attribute>
  748. <xsl:attribute name="background-color">#DDDDDD</xsl:attribute>
  749. <xsl:attribute name="padding-left">12pt</xsl:attribute>
  750. <xsl:attribute name="padding-right">12pt</xsl:attribute>
  751. <xsl:attribute name="padding-top">6pt</xsl:attribute>
  752. <xsl:attribute name="padding-bottom">6pt</xsl:attribute>
  753. <xsl:attribute name="margin-left">0pt</xsl:attribute>
  754. <xsl:attribute name="margin-right">0pt</xsl:attribute>
  755. <!--
  756. <xsl:attribute name="margin-top">6pt</xsl:attribute>
  757. <xsl:attribute name="margin-bottom">6pt</xsl:attribute>
  758. -->
  759. </xsl:attribute-set>
  760. <xsl:attribute-set name="sidebar.title.properties">
  761. <xsl:attribute name="font-weight">bold</xsl:attribute>
  762. <xsl:attribute name="hyphenate">false</xsl:attribute>
  763. <xsl:attribute name="text-align">start</xsl:attribute>
  764. <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
  765. </xsl:attribute-set>
  766. <xsl:param name="sidebar.float.type">none</xsl:param>
  767. <xsl:param name="sidebar.float.width">1in</xsl:param>
  768. <xsl:param name="simplesect.in.toc" select="0"/>
  769. <xsl:attribute-set name="subscript.properties">
  770. <xsl:attribute name="font-size">75%</xsl:attribute>
  771. </xsl:attribute-set>
  772. <xsl:attribute-set name="superscript.properties">
  773. <xsl:attribute name="font-size">75%</xsl:attribute>
  774. </xsl:attribute-set>
  775. <xsl:param name="symbol.font.family">Symbol,ZapfDingbats</xsl:param>
  776. <xsl:param name="table.cell.border.color">black</xsl:param>
  777. <xsl:param name="table.cell.border.style">solid</xsl:param>
  778. <xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
  779. <xsl:attribute-set name="table.cell.padding">
  780. <xsl:attribute name="padding-left">2pt</xsl:attribute>
  781. <xsl:attribute name="padding-right">2pt</xsl:attribute>
  782. <xsl:attribute name="padding-top">2pt</xsl:attribute>
  783. <xsl:attribute name="padding-bottom">2pt</xsl:attribute>
  784. </xsl:attribute-set>
  785. <xsl:param name="table.footnote.number.format">a</xsl:param>
  786. <xsl:param name="table.footnote.number.symbols"/>
  787. <xsl:attribute-set name="table.footnote.properties">
  788. <xsl:attribute name="font-family"><xsl:value-of select="$body.fontset"/></xsl:attribute>
  789. <xsl:attribute name="font-size"><xsl:value-of select="$footnote.font.size"/></xsl:attribute>
  790. <xsl:attribute name="font-weight">normal</xsl:attribute>
  791. <xsl:attribute name="font-style">normal</xsl:attribute>
  792. <xsl:attribute name="space-before">2pt</xsl:attribute>
  793. <xsl:attribute name="text-align"><xsl:value-of select="$alignment"/></xsl:attribute>
  794. </xsl:attribute-set>
  795. <xsl:param name="table.frame.border.color">black</xsl:param>
  796. <xsl:param name="table.frame.border.style">solid</xsl:param>
  797. <xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
  798. <xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties"/>
  799. <xsl:param name="tablecolumns.extension" select="1"/>
  800. <xsl:attribute-set name="table.table.properties">
  801. <xsl:attribute name="border-before-width.conditionality">retain</xsl:attribute>
  802. <xsl:attribute name="border-collapse">collapse</xsl:attribute>
  803. </xsl:attribute-set>
  804. <xsl:param name="target.database.document">olinkdb.xml</xsl:param>
  805. <xsl:param name="targets.filename">target.db</xsl:param>
  806. <xsl:param name="textdata.default.encoding"/>
  807. <xsl:param name="tex.math.delims" select="1"/>
  808. <xsl:param name="tex.math.in.alt"/>
  809. <xsl:param name="textinsert.extension" select="1"/>
  810. <xsl:param name="title.font.family">sans-serif</xsl:param>
  811. <xsl:param name="title.margin.left">
  812. <xsl:choose>
  813. <xsl:when test="$fop.extensions != 0">-4pc</xsl:when>
  814. <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
  815. <xsl:otherwise>0pt</xsl:otherwise>
  816. </xsl:choose>
  817. </xsl:param>
  818. <xsl:param name="toc.indent.width">24</xsl:param>
  819. <!-- inconsistent point specification? -->
  820. <xsl:attribute-set name="toc.line.properties">
  821. <xsl:attribute name="text-align-last">justify</xsl:attribute>
  822. <xsl:attribute name="text-align">start</xsl:attribute>
  823. <xsl:attribute name="end-indent"><xsl:value-of select="concat($toc.indent.width, 'pt')"/></xsl:attribute>
  824. <xsl:attribute name="last-line-end-indent"><xsl:value-of select="concat('-', $toc.indent.width, 'pt')"/></xsl:attribute>
  825. </xsl:attribute-set>
  826. <xsl:attribute-set name="toc.margin.properties">
  827. <xsl:attribute name="space-before.minimum">0.5em</xsl:attribute>
  828. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  829. <xsl:attribute name="space-before.maximum">2em</xsl:attribute>
  830. <xsl:attribute name="space-after.minimum">0.5em</xsl:attribute>
  831. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  832. <xsl:attribute name="space-after.maximum">2em</xsl:attribute>
  833. </xsl:attribute-set>
  834. <xsl:param name="toc.max.depth">8</xsl:param>
  835. <xsl:param name="toc.section.depth">2</xsl:param>
  836. <xsl:param name="ulink.footnotes" select="0"/>
  837. <xsl:param name="ulink.hyphenate"/>
  838. <xsl:param name="ulink.hyphenate.chars">/</xsl:param>
  839. <xsl:param name="ulink.show" select="1"/>
  840. <xsl:param name="use.extensions" select="0"/>
  841. <xsl:param name="use.local.olink.style" select="0"/>
  842. <xsl:param name="use.role.as.xrefstyle" select="1"/>
  843. <xsl:param name="use.role.for.mediaobject" select="1"/>
  844. <xsl:param name="use.svg" select="1"/>
  845. <xsl:param name="variablelist.as.blocks" select="0"/>
  846. <xsl:param name="variablelist.max.termlength">24</xsl:param>
  847. <xsl:param name="variablelist.term.separator">, </xsl:param>
  848. <xsl:param name="variablelist.term.break.after">0</xsl:param>
  849. <xsl:attribute-set name="verbatim.properties">
  850. <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
  851. <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
  852. <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
  853. <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
  854. <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
  855. <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
  856. <xsl:attribute name="hyphenate">false</xsl:attribute>
  857. <xsl:attribute name="wrap-option">no-wrap</xsl:attribute>
  858. <xsl:attribute name="white-space-collapse">false</xsl:attribute>
  859. <xsl:attribute name="white-space-treatment">preserve</xsl:attribute>
  860. <xsl:attribute name="linefeed-treatment">preserve</xsl:attribute>
  861. <xsl:attribute name="text-align">start</xsl:attribute>
  862. </xsl:attribute-set>
  863. <xsl:param name="xep.extensions" select="0"/>
  864. <xsl:attribute-set name="xep.index.item.properties" use-attribute-sets="index.page.number.properties">
  865. <xsl:attribute name="merge-subsequent-page-numbers">true</xsl:attribute>
  866. <xsl:attribute name="link-back">true</xsl:attribute>
  867. </xsl:attribute-set>
  868. <xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param>
  869. <xsl:param name="xref.label-title.separator">: </xsl:param>
  870. <xsl:attribute-set name="xref.properties">
  871. </xsl:attribute-set>
  872. <xsl:param name="xref.title-page.separator"><xsl:text> </xsl:text></xsl:param>
  873. <xsl:param name="xref.with.number.and.title" select="1"/>
  874. </xsl:stylesheet>