param.xsl 43 KB

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