param.xsl 48 KB

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