Newer
Older
XML / quick-reference.markdown
  1. # XML authoring framework quick reference
  2.  
  3. ## Conventions
  4.  
  5. * All items, elements, and attributes are listed in alphabetical order. When there are multiple elements for the same item, there is no preference for any particular element over another, as long as the resulting markup is well-formed.
  6. * Typical EBNF-style notation applies: `[ ]` indicates optional, `|` indicates alternation, `{ }` indicates repetition, etc.
  7. * **bold** indicates a default value.
  8.  
  9. ## Basic formatting
  10.  
  11. ### Page elements (`basic-page-elements.xml`)
  12.  
  13. | Item | Element(s) | Attributes | Notes
  14. | ---- | ---------- | ---------- | -----
  15. | horizontal rule | `horizontal-rule` | |
  16. | | `hr` | |
  17. | | `hrule` | |
  18. | horizontal skip | `horizontal-skip` | `size=fill|`*`<LaTeX length>`* | HTML: no effect
  19. | | `hskip` | |
  20. | forced line break | `br` | |
  21. | | `line-break` | |
  22. | | `newline` | |
  23. | no page break | `mbox` | |
  24. | | `no-break` | |
  25. | page break | `new-page` | `[caption-text=`*`<string>`*`]` | “**`continues over…`**”
  26. | | `newpage` | `[print-caption=`**`no`**`|yes]` |
  27. | | `page-break` | |
  28. | | `pagebreak` | |
  29. | paragraph | `P` | `[align=center|left|right]` |
  30. | | `p` | `[border=`**`no`**`|yes]` |
  31. | | `para` | `[indent=no|`**`yes`**`]` |
  32. | | `paragraph` | |
  33. | vertical skip | `vertical-skip` | `[size=fill|large|medium|small|`*`<LaTeX length>`*`]` | **inserts a paragraph skip**
  34. | | `vskip` | |
  35.  
  36. ### Text formatting and layout (`basic-text-formatting.xml`)
  37.  
  38. | Item | Element(s) | Attributes | Notes
  39. | ---- | ---------- | ---------- | -----
  40. | bold face | `bold` | |
  41. | center | `center` | |
  42. | | `centering` | |
  43. | | `centre` | |
  44. | | `centring` | |
  45. | emphasis | `em` | |
  46. | | `emph` | |
  47. | foreign word | `foreign` | |
  48. | italics | `italic` | |
  49. | strikethrough | `line-through` | |
  50. | | `linethrough` | |
  51. | | `strike-through` | |
  52. | | `strikethrough` | |
  53. | strong emphasis | `strong` | |
  54. | term | `term` | |
  55. | underline | `u` | |
  56. | | `underline` | |
  57.  
  58. ### Font size and style (`fonts.xml`)
  59.  
  60. | Item | Element(s) | Attributes | Notes
  61. | ---- | ---------- | ---------- | -----
  62. | monospaced type | `monospace` | |
  63. | | `tt` | |
  64. | | `typewriter` | |
  65. | sans-serif type | `sans` | |
  66. | | `sans-serif` | |
  67. | | `sf` | |
  68. | | `ss` | |
  69. | font family | `font` | `[fontspec-options=`*`<string>`*`]` | XeLaTeX: `fontspec` package options
  70. | | `typeface` | `[html=`*`<name>`*`]` | HTML: CSS font name(s)
  71. | | | `[latex=`*`<name>`*`]` | LaTeX: LaTeX font name
  72. | | | `[xelatex=`*`<name>`*`]` | XeLaTeX: `fontspec` font name
  73. | tiny font size | `tiny` | | HTML: `<smaller>` × 4
  74. | | | | LaTeX: `\tiny`
  75. | script font size | `scriptsize` | | HTML: `<smaller>` × 3
  76. | | | | LaTeX: `\scriptsize`
  77. | footnote font size | `footnotesize` | | HTML: `<smaller>` × 2
  78. | | | | LaTeX: `\footnotesize`
  79. | small font size | `small` | | HTML: `<smaller>`
  80. | | | | LaTeX: `\small`
  81. | large font size | `large` | | HTML: `<larger>`
  82. | | | | LaTeX: `\large`
  83. | Large font size | `Large` | | HTML: `<larger>` × 2
  84. | | | | LaTeX: `\Large`
  85. | LARGE font size | `LARGE` | | HTML: `<larger>` × 3
  86. | | | | LaTeX: `\LARGE`
  87. | huge font size | `huge` | | HTML: `<larger>` × 4
  88. | | | | LaTeX: `\huge`
  89. | Huge font size | `Huge` | | HTML: `<larger>` × 5
  90. | | | | LaTeX: `\Huge`
  91. | superscript | `superscript` | |
  92. | subscript | `subscript` | |
  93.  
  94. ### Inline code and code blocks (`code-formatting.xml`)
  95.  
  96. | Item | Element(s) | Attributes | Notes
  97. | ---- | ---------- | ---------- | -----
  98. | code (block) | `code-block` | `[allow-breaks=no|`**`yes`**`]` | `code-block` requires `<![CDATA[ … ]]>`
  99. | | | `[language=`*`<name>`*`]` | LaTeX: `listings` language name
  100. | code (inline) | `code` | `[language=`*`<name>`*`]` | LaTeX: `listings` language name
  101. | verbatim (block) | `verbatim` | |
  102. | | `verbatim-block` | |
  103. | verbatim (inline) | `inline-verbatim` | |
  104. | | `verb` | |
  105.  
  106. ## Bibliographies (`bibliography.xml`)
  107.  
  108. | Item | Element(s) | Attributes | Notes
  109. | ---- | ---------- | ---------- | -----
  110. | bibliography | `bibliography` | `[name=`*`<section title>`*`]` | “**`References`**”
  111. | bibliography entry | `item` | `label=`*`<string>`* | within `<bibliography>`
  112. | citation | `cite` | |
  113. | cited item | `item` | `label=`*`<string>`* | within `<cite>`
  114.  
  115. ## Maths
  116.  
  117. ### Equations, etc. (`maths.xml`)
  118.  
  119. | Item | Element(s) | Attributes | Notes
  120. | ---- | ---------- | ---------- | -----
  121. | calligraphic text | `calligraphic` | | LaTeX: `\mathcal`
  122. | | `cursive` | |
  123. | denominator | `denominator` | | within `<fraction>`
  124. | digit group separator | `digit-group-separator` | | **thin space**
  125. | | `digitsep` | |
  126. | equation array | `equation-array` | |
  127. | equation array row | `row` | | within `<equation-array>`
  128. | | `text` | |
  129. | formula | `math` | `[style=display|`**`inline`**`]` |
  130. | fraction | `fraction` | |
  131. | log-like function | `function` | |
  132. | numerator | `numerator` | | within `<fraction>`
  133. | subscript | `subscript` | | within `<math>`
  134. | superscript | `superscript` | | within `<math>`
  135. | variable | `var` | |
  136. | | `variable` | |
  137.  
  138. ### Symbols (`mathematical-symbols.xml`)
  139.  
  140. | Item | Element(s) | Attributes | Notes
  141. | ---- | ---------- | ---------- | -----
  142. | + | `plus` | | U+002B PLUS SIGN
  143. | | `plus-sign` | |
  144. | × | `times` | | U+00D7 MULTIPLICATION SIGN
  145. | | `multiply` | |
  146. | | `multiplication` | |
  147. | | `multiplication-sign` | |
  148. | | `minus` | | U+2212 MINUS SIGN
  149. | | `minus-sign` | |
  150. | | `subtract` | |
  151. | | `divide` | | U+2215 DIVISION SLASH
  152. | | `division` | |
  153. | | `division-slash` | |
  154. | = | `eq` | | U+003D EQUALS SIGN
  155. | | `equality` | |
  156. | | `equals` | |
  157. | | `equals-sign` | |
  158. | | `ne` | | U+2260 NOT EQUAL TO
  159. | | `not-equal-to` | |
  160. | | `not-equals` | |
  161. | | `inequality` | |
  162. | | `almost-equal-to` | | U+2248 ALMOST EQUAL TO
  163. | | `approx` | |
  164. | | `approximately-equal-to` | |
  165. | | `approximately-equals` | |
  166. | > | `greater-than` | | U+003E GREATER-THAN SIGN
  167. | | `greater-than-sign` | |
  168. | | `gt` | |
  169. | | `ge` | | U+2265 GREATER-THAN OR EQUAL TO
  170. | | `greater-equals` | |
  171. | | `greater-than-or-equal-to` | |
  172. | < | `less-than` | | U+003C LESS-THAN SIGN
  173. | | `less-than-sign` | |
  174. | | `lt` | |
  175. | | `le` | | U+2264 LESS-THAN OR EQUAL TO
  176. | | `less-equals` | |
  177. | | `less-than-or-equal-to` | |
  178. | | `empty-set` | | U+2205 EMPTY SET
  179. | | `empty-set-sign` | |
  180. | | `null` | |
  181. | | `element` | | U+2208 ELEMENT OF
  182. | | `element-of` | |
  183. | | `element-sign` | |
  184. | | `is-an-element-of` | |
  185. | | `is-element-of` | |
  186. | | `is-not-an-element-of` | | U+2209 NOT AN ELEMENT OF
  187. | | `is-not-element-of` | |
  188. | | `not-an-element-of` | |
  189. | | `not-element` | |
  190. | | `not-element-of` | |
  191. | | `not-element-sign` | |
  192. | | `cap` | | U+2229 INTERSECTION
  193. | | `intersect` | |
  194. | | `intersect-operator` | |
  195. | | `intersection` | |
  196. | | `cup` | | U+222A UNION
  197. | | `union` | |
  198. | | `union-operator` | |
  199. | | `is-a-subset-of` | | U+2282 SUBSET OF
  200. | | `is-subset-of` | |
  201. | | `strict-subset` | |
  202. | | `subset` | |
  203. | | `subset-of` | |
  204. | | `subset-sign` | |
  205. | | `is-a-superset-of` | | U+2283 SUPERSET OF
  206. | | `is-superset-of` | |
  207. | | `superset` | |
  208. | | `superset-of` | |
  209. | | `superset-sign` | |
  210. | | `inclusive-subset` | | U+2286 SUBSET OF OR EQUAL TO
  211. | | `is-a-subset-of-or-equal-to` | |
  212. | | `is-subset-of-or-equal-to` | |
  213. | | `subset-of-or-equal-to` | |
  214. | | `subset-or-equal` | |
  215. | | `inclusive-superset` | | U+2287 SUPERSET OF OR EQUAL TO
  216. | | `is-a-superset-of-or-equal-to` | |
  217. | | `is-superset-of-or-equal-to` | |
  218. | | `superset-of-or-equal-to` | |
  219. | | `superset-or-equal` | |
  220. | ¬ | `neg` | | U+00AC NOT SIGN
  221. | | `negation` | |
  222. | | `logical-negation` | |
  223. | | `logical-negation-operator` | |
  224. | | `logical-not` | |
  225. | | `logical-not-operator` | |
  226. | | `not` | |
  227. | | `not-sign` | |
  228. | | `and` | | U+2227 LOGICAL AND
  229. | | `and-operator` | |
  230. | | `hat` | |
  231. | | `logical-and` | |
  232. | | `logical-and-operator` | |
  233. | | `wedge` | |
  234. | | `logical-or` | | U+2228 LOGICAL OR
  235. | | `logical-or-operator` | |
  236. | | `or` | |
  237. | | `or-operator` | |
  238. | | `vee` | |
  239. | →, | `implies` | `[weight=double|`**`single`**`]` | U+2192 RIGHTWARDS ARROW
  240. | | `rarr` | | U+21D2 RIGHTWARDS DOUBLE ARROW
  241. | | `rarrow` | |
  242. | | `right-arrow` | |
  243. | | `rightarrow` | |
  244. | | `rightwards-arrow` | |
  245. | ←, | `larr` | `[weight=double|`**`single`**`]` | U+2190 LEFTWARDS ARROW
  246. | | `larrow` | | U+21D0 LEFTWARDS DOUBLE ARROW
  247. | | `left-arrow` | |
  248. | | `leftarrow` | |
  249. | | `leftwards-arrow` | |
  250.  
  251. ### Greek (`greek-characters.xml`)
  252.  
  253. | Item | Element(s) | Attributes | Notes
  254. | ---- | ---------- | ---------- | -----
  255. | α | `alpha` | | U+03B1 GREEK SMALL LETTER ALPHA
  256. | Α | `capital-alpha` | | U+0391 GREEK CAPITAL LETTER ALPHA
  257. | β | `beta` | | U+03B2 GREEK SMALL LETTER BETA
  258. | Β | `capital-beta` | | U+0392 GREEK CAPITAL LETTER BETA
  259. | γ | `gamma` | | U+03B3 GREEK SMALL LETTER GAMMA
  260. | Γ | `capital-gamma` | | U+0393 GREEK CAPITAL LETTER GAMMA
  261. | δ | `delta` | | U+03B4 GREEK SMALL LETTER DELTA
  262. | Δ | `capital-delta` | | U+0394 GREEK CAPITAL LETTER DELTA
  263. | ε | `epsilon` | | U+03B5 GREEK SMALL LETTER EPSILON
  264. | Ε | `capital-epsilon` | | U+0395 GREEK CAPITAL LETTER EPSILON
  265. | ζ | `zeta` | | U+03B6 GREEK SMALL LETTER ZETA
  266. | Ζ | `capital-zeta` | | U+0396 GREEK CAPITAL LETTER ZETA
  267. | η | `eta` | | U+03B7 GREEK SMALL LETTER ETA
  268. | Η | `capital-eta` | | U+0397 GREEK CAPITAL LETTER ETA
  269. | θ | `theta` | | U+03B8 GREEK SMALL LETTER THETA
  270. | Θ | `capital-theta` | | U+0398 GREEK CAPITAL LETTER THETA
  271. | ι | `iota` | | U+03B9 GREEK SMALL LETTER IOTA
  272. | Ι | `capital-iota` | | U+0399 GREEK CAPITAL LETTER IOTA
  273. | κ | `kappa` | | U+03BA GREEK SMALL LETTER KAPPA
  274. | Κ | `capital-kappa` | | U+039A GREEK CAPITAL LETTER KAPPA
  275. | λ | `lambda` | | U+03BB GREEK SMALL LETTER LAMBDA
  276. | Λ | `capital-lambda` | | U+039B GREEK CAPITAL LETTER LAMBDA
  277. | μ | `mu` | | U+03BC GREEK SMALL LETTER MU
  278. | Μ | `capital-mu` | | U+039C GREEK CAPITAL LETTER MU
  279. | ν | `nu` | | U+03BD GREEK SMALL LETTER NU
  280. | Ν | `capital-nu` | | U+039D GREEK CAPITAL LETTER NU
  281. | ξ | `xi` | | U+03BE GREEK SMALL LETTER XI
  282. | Ξ | `capital-xi` | | U+039E GREEK CAPITAL LETTER XI
  283. | ο | `omicron` | | U+03BF GREEK SMALL LETTER OMICRON
  284. | Ο | `capital-omicron` | | U+039F GREEK CAPITAL LETTER OMICRON
  285. | π | `pi` | | U+03C0 GREEK SMALL LETTER PI
  286. | Π | `capital-pi` | | U+03A0 GREEK CAPITAL LETTER PI
  287. | ρ | `rho` | | U+03C1 GREEK SMALL LETTER RHO
  288. | Ρ | `capital-rho` | | U+03A1 GREEK CAPITAL LETTER RHO
  289. | σ | `sigma` | | U+03C2 GREEK SMALL LETTER SIGMA
  290. | Σ | `capital-sigma` | | U+03A3 GREEK CAPITAL LETTER SIGMA
  291. | τ | `tau` | | U+03C4 GREEK SMALL LETTER TAU
  292. | Τ | `capital-tau` | | U+03A4 GREEK CAPITAL LETTER TAU
  293. | υ | `upsilon` | | U+03C5 GREEK SMALL LETTER UPSILON
  294. | Υ | `capital-upsilon` | | U+03A5 GREEK CAPITAL LETTER UPSILON
  295. | φ | `phi` | | U+03C6 GREEK PHI SYMBOL (for consistency with LaTeX)
  296. | Φ | `capital-phi` | | U+03A6 GREEK CAPITAL LETTER PHI
  297. | χ | `chi` | | U+03C7 GREEK SMALL LETTER CHI
  298. | Χ | `capital-chi` | | U+03A7 GREEK CAPITAL LETTER CHI
  299. | ψ | `psi` | | U+03C8 GREEK SMALL LETTER PSI
  300. | Ψ | `capital-psi` | | U+03A8 GREEK CAPITAL LETTER PSI
  301. | ω | `omega` | | U+03C9 GREEK SMALL LETTER OMEGA
  302. | Ω | `capital-omega` | | U+03A9 GREEK CAPITAL LETTER OMEGA
  303.  
  304. ## Miscellaneous
  305.  
  306. ### Document build date (`build-date.xml`)
  307.  
  308. | Item | Element(s) | Attributes | Notes
  309. | ---- | ---------- | ---------- | -----
  310. | displayed build date | `build-date` | `[format=`*`<XML date picture>`*`]` | **`YYYY-MM-DD hh:mm:ss`**
  311. | | | `[style=footer|`**`inline`**`]` |
  312.  
  313. ### Conditional processing (`conditional-processing.xml`)
  314.  
  315. | Item | Element(s) | Attributes | Notes
  316. | ---- | ---------- | ---------- | -----
  317. | process when format | `process-when` | `format=latex|html` |
  318.  
  319. ### Global elements (`global-elements.xml`)
  320.  
  321. | Item | Element(s) | Attributes | Notes
  322. | ---- | ---------- | ---------- | -----
  323. | assessment due date | `DueDate` | `[style={bold|italic|underline}]` | requires top-level `<due-date>`
  324. | | | | only relevant if `/document/@class = "assignment"`
  325. | Blackboard URL | `Blackboard` | | **`https://blackboard.otago.ac.nz/`**
  326. | full paper code | `PaperCode` | | e.g., INFO 202
  327. | Oracle name | `OracleServer` | | e.g., Oracle11*g*”
  328. | Oracle release number | `OracleServerRelease` | | e.g., 2
  329. | Oracle version number | `OracleServerVersion` | | e.g., 11.2
  330. | paper number | `PaperNumber` | | e.g., 202
  331. | period paper offered | `PaperPeriod` | | e.g., Second Semester
  332. | subject code | `SubjectCode` | | “**`INFO`**”
  333. | year paper offered | `PaperYear` | `[offset=`*`<integer>`*`]` | **`0`**
  334.  
  335. modules/cross-references.xml: <template name="reference" match="reference[@label]">
  336. modules/cross-references.xml: <template name="broken-reference" match="reference[not( @label )]">
  337. modules/cross-references.xml: <template name="section-reference" match="section" mode="reference">
  338. modules/cross-references.xml: <template name="figure-reference" match="figure" mode="reference">
  339. modules/cross-references.xml: <template name="table-reference" match="table" mode="reference">
  340. modules/cross-references.xml: <template name="exercise-reference" match="exercise" mode="reference">
  341. modules/cross-references.xml: <template name="item-page-reference" match="section|figure|table" mode="page-reference">
  342. modules/cross-references.xml: <template name="page" match="page[@label]">
  343. modules/cross-references.xml: <template name="broken-page" match="page[not( @label )]">
  344. modules/cross-references.xml: <template name="direct-page-reference" match="page[@label]" mode="reference">
  345. modules/emoticons.xml: <template name="emoticon" match="emoticon|smiley">
  346. modules/floaters.xml: <template name="figure" match="figure">
  347. modules/floaters.xml: <template name="table" match="table">
  348. modules/floaters.xml: <template name="multipart-table" match="table[count(part) gt 0]">
  349. modules/floaters.xml: <template name="figure-caption" match="figure/caption">
  350. modules/floaters.xml: <template name="table-caption" match="table/caption">
  351. modules/footnotes.xml: <template name="footnote" match="footnote">
  352. modules/footnotes.xml: <template name="footnote-list" match="footnote" mode="list">
  353. modules/hyperlinks.xml: <template name="hyperlink-label" match="hyperlink[@label and node()]">
  354. modules/hyperlinks.xml: <template name="hyperlink-url" match="hyperlink[@url and node()]">
  355. modules/hyperlinks.xml: <template name="empty-hyperlink-url" match="hyperlink[@url and not( node() )]">
  356. modules/hyperlinks.xml: <template name="empty-hyperlink-label" match="hyperlink[@label and not( node() )]">
  357. modules/hyperlinks.xml: <template name="hyperlink-bogus" match="hyperlink[@url and @label]" priority="2">
  358. modules/hyperlinks.xml: <template name="hyperlink-internal" match="hyperlink" mode="hyperlink-internal">
  359. modules/hyperlinks.xml: <template name="empty-hyperlink-url-internal" match="hyperlink" mode="empty-hyperlink-internal">
  360. modules/hyperlinks.xml: <template name="url" match="url|uri|email|e-mail|email-address|e-mail-address">
  361. modules/images.xml: <template name="latex-image" match="image" mode="latex">
  362. modules/images.xml: <template name="normal-image" match="image[count(provide-large-version) = 0]">
  363. modules/images.xml: <template name="zoomable-image" match="image[count(provide-large-version) != 0]">
  364. modules/inclusions.xml: <template name="include-document" match="include-document">
  365. modules/inclusions.xml: <template name="include-xml" match="include-document[@type='xml']">
  366. modules/latex.xml: <template name="environment" match="environment" />
  367. modules/latex.xml: <template name="latex-package" match="latex-packages/package">
  368. modules/latex.xml: <template name="latex-command" match="latex-commands/command">
  369. modules/latex.xml: <template name="latex-hyphenation" match="latex-commands/hyphenation">
  370. modules/latex.xml: <template name="latex-documentclass" match="latex-documentclass|documentclass">
  371. modules/latex.xml: <template name="latex-document-options" match="latex-document-options">
  372. modules/latex.xml: <template name="tabular-column-separator">
  373. modules/lists.xml: <template name="itemised-list" match="itemised-list|itemize|unordered-list|bulleted-list|bullet-list|bullet-points|UL|ul">
  374. modules/lists.xml: <template name="enumerated-list" match="enumerated-list|enumerate|ordered-list|numbered-list|question-list|OL|ol">
  375. modules/lists.xml: <template name="definition-list" match="definition-list|description-list|DL|dl">
  376. modules/lists.xml: <template name="list-item" match="item" mode="normal">
  377. modules/lists.xml: <template name="enumerated-item-value" match="item[@value]" mode="enumerated-list">
  378. modules/lists.xml: <template name="enumerated-item" match="item[not( @value )]" mode="enumerated-list">
  379. modules/lists.xml: <template name="definition-item" match="item" mode="definition-list">
  380. modules/lists.xml: <template name="keyword" match="item/keyword|item/term|item/topic|item/DT|item/dt">
  381. modules/lists.xml: <template name="definition" match="item/definition|item/description|item/discourse|item/DD|item/dd">
  382. modules/menus.xml: <template name="menu-separator" match="menu-separator|menusep|menu/separator">
  383. modules/menus.xml: <template name="menu-item" match="menu/item">
  384. modules/meta-elements.xml: <template name="omit" match="omit" />
  385. modules/meta-elements.xml: <template name="comment" match="comment">
  386. modules/meta-elements.xml: <template name="todo" match="todo|to-do|incomplete|check">
  387. modules/miscellaneous-symbols.xml: <template name="sharp-sign" match="sharp|hash|number-sign">
  388. modules/miscellaneous-symbols.xml: <template name="dollar" match="dollar|dollar-sign">
  389. modules/miscellaneous-symbols.xml: <template name="percent-sign" match="percent-sign|percentage-sign|percent">
  390. modules/miscellaneous-symbols.xml: <template name="ampersand" match="ampersand">
  391. modules/miscellaneous-symbols.xml: <template name="backslash" match="backslash">
  392. modules/miscellaneous-symbols.xml: <template name="underscore" match="underscore|low-line">
  393. modules/miscellaneous-symbols.xml: <template name="left-curly-bracket" match="left-curly-bracket|left-curly-brace|left-brace">
  394. modules/miscellaneous-symbols.xml: <template name="right-curly-bracket" match="right-curly-bracket|right-curly-brace|right-brace">
  395. modules/miscellaneous-symbols.xml: <template name="degree-sign" match="degree-sign|degrees">
  396. modules/miscellaneous-symbols.xml: <template name="section-sign" match="section-sign">
  397. modules/miscellaneous-symbols.xml: <template name="copyright-sign" match="copyright-sign">
  398. modules/miscellaneous-symbols.xml: <template name="paragraph-sign" match="paragraph-sign|pilcrow|pilcrow-sign">
  399. modules/miscellaneous-symbols.xml: <template name="figure-dash" match="figure-dash|number-dash">
  400. modules/miscellaneous-symbols.xml: <template name="endash" match="endash|en-dash|ndash|n-dash">
  401. modules/miscellaneous-symbols.xml: <template name="emdash" match="emdash|em-dash|mdash|m-dash">
  402. modules/miscellaneous-symbols.xml: <template name="apostrophe" match="apostrophe|right-single-quotation-mark">
  403. modules/miscellaneous-symbols.xml: <template name="dagger" match="dagger|dag">
  404. modules/miscellaneous-symbols.xml: <template name="double-dagger" match="double-dagger|ddagger|ddag">
  405. modules/miscellaneous-symbols.xml: <template name="ellipsis-sign" match="ellipsis-sign|etc|ellipsis|dots|horizontal-ellipsis">
  406. modules/miscellaneous-symbols.xml: <template name="trademark-sign" match="trademark-sign|trademark|tm|trade-mark-sign">
  407. modules/miscellaneous-symbols.xml: <template name="LaTeX" match="LaTeX|latex">
  408. modules/multi-column.xml: <template name="multi-column" match="multi-column">
  409. modules/multi-column.xml: <template name="multi-column-column" match="multi-column/column">
  410. modules/native-code.xml: <template name="raw-latex" match="raw-code[@format = 'latex']|raw-latex">
  411. modules/native-code.xml: <template name="raw-html" match="raw-code[@format = 'html']|raw-html">
  412. modules/number-formatting.xml: <template name="number" match="number">
  413. modules/obsolete.xml: <template name="generate-obsolete-error">
  414. modules/obsolete.xml: <template name="latex-input" match="latex-input">
  415. modules/obsolete.xml: <template name="metadata" match="metadata">
  416. modules/obsolete.xml: <template match="figure/id|table/id|figure/label|table/label">
  417. modules/obsolete.xml: <template match="image/latex-scaling">
  418. modules/obsolete.xml: <template match="image/basename|image/format">
  419. modules/otago-specific.xml: <template name="paper" match="paper">
  420. modules/otago-specific.xml: <template name="subject-code" match="paper/subject-code">
  421. modules/otago-specific.xml: <template name="paper-number" match="paper/paper-number">
  422. modules/paper-calendar-dates.xml: <template name="TeachingPeriodDate" match="TeachingPeriodDate">
  423. modules/paper-calendar-dates.xml: <template name="TeachingPeriodDateRange" match="TeachingPeriodDateRange">
  424. modules/paper-calendar-dates.xml: <template name="format-teaching-date">
  425. modules/paper-calendar-dates.xml: <template name="format-teaching-date-range">
  426. modules/paper-calendar.xml: <template match="calendar">
  427. modules/paper-calendar.xml: <template name="generate-calendar-content">
  428. modules/paper-calendar.xml: <template match="header|footer">
  429. modules/paper-calendar.xml: <template match="heading|footing">
  430. modules/paper-calendar.xml: <template match="note">
  431. modules/paper-calendar.xml: <template match="week">
  432. modules/paper-calendar.xml: <template match="week[@holiday]">
  433. modules/paper-calendar.xml: <template match="lecture[node() and not( @holiday )]">
  434. modules/paper-calendar.xml: <template match="lecture[@holiday]">
  435. modules/paper-calendar.xml: <template match="lecture[not( node() )]">
  436. modules/paper-calendar.xml: <template match="laboratory[node()]">
  437. modules/paper-calendar.xml: <template match="tutorial[node()]">
  438. modules/paper-calendar.xml: <template match="laboratory[not( node() )]|tutorial[not( node() )]">
  439. modules/paper-calendar.xml: <template match="calendar//section[node()]|reading[node()]">
  440. modules/paper-calendar.xml: <template match="assessment[node()]">
  441. modules/paper-calendar.xml: <template match="calendar//section[not( node() )]|reading[not( node() )]|assessment[not( node() )]">
  442. modules/paper-calendar.xml: <template name="generate-number-cell">
  443. modules/paper-calendar.xml: <template name="generate-content-cell">
  444. modules/paper-calendar.xml: <template name="generate-empty-cell">
  445. modules/q-and-a.xml: <template name="question" match="question">
  446. modules/q-and-a.xml: <template name="answer" match="answer">
  447. modules/q-and-a.xml: <template name="hidden-answer" match="answer[@hide='yes']" />
  448. modules/q-and-a.xml: <template name="exercise" match="exercise">
  449. modules/quotations.xml: <template name="single-quote" match="quote[@single='yes']|q[@single='yes']">
  450. modules/quotations.xml: <template name="double-quote" match="quote|qq">
  451. modules/quotations.xml: <template name="nested-double-quote" match="quote//quote">
  452. modules/quotations.xml: <template name="nested-single-quote" match="quote[@single='yes']//quote" priority="2">
  453. modules/quotations.xml: <template name="quotation" match="quotation">
  454. modules/relational-algebra.xml: <template name="project-operator" match="project|project-operator|relational-project">
  455. modules/relational-algebra.xml: <template name="extend-operator" match="extend|extend-operator|relational-extend">
  456. modules/relational-algebra.xml: <template name="rename-operator" match="rename|rename-operator|relational-rename">
  457. modules/relational-algebra.xml: <template name="restrict-operator" match="restrict|restrict-operator|relational-restrict">
  458. modules/relational-algebra.xml: <template name="join-operator" match="join-operator|join|natural-join|inner-join|bowtie|relational-join">
  459. modules/relational-algebra.xml: <template name="outer-join-operator" match="outer-join-operator|outer-join|relational-outer-join">
  460. modules/sectioning.xml: <template name="section" match="section">
  461. modules/sectioning.xml: <template name="generate-subs">
  462. modules/sectioning.xml: <template name="section-title" match="section/title">
  463. modules/special-characters.xml: <template name="space" match="space">
  464. modules/special-characters.xml: <template name="non-breaking-space" match="non-breaking-space|nbsp|no-break-space">
  465. modules/special-characters.xml: <template name="thin-space" match="thin-space|thinspace">
  466. modules/special-characters.xml: <template name="discretionary-hyphen" match="hyphen">
  467. modules/tabular.xml: <template name="tabular" match="tabular">
  468. modules/tabular.xml: <template name="aligned-tabular-column" match="tabular-columns/column[@align]">
  469. modules/tabular.xml: <template name="unaligned-tabular-column" match="tabular-columns/column[not(@align)]">
  470. modules/tabular.xml: <template name="tabular-header" match="tabular-header">
  471. modules/tabular.xml: <template name="tabular-footer" match="tabular-footer">
  472. modules/tabular.xml: <template name="tabular-body" match="tabular-body">
  473. modules/tabular.xml: <template name="row" match="row">
  474. modules/tabular.xml: <template name="last-row-body" match="tabular-body/row[( position() = last() ) and not( following-sibling::row-rule ) and not( ancestor::tabular/tabular-footer )]|tabular-footer/row[position() = last() and not( following-sibling::row-rule )]">
  475. modules/tabular.xml: <template name="row-rule-full" match="row-rule[not(@columns)]">
  476. modules/tabular.xml: <template name="row-rule-partial" match="row-rule[@columns]">
  477. modules/tabular.xml: <template name="multirow-cell" match="cell" mode="latex-multi-row">
  478. modules/tabular.xml: <template name="multicolumn-cell" match="cell" mode="latex-multi-column">
  479. modules/tabular.xml: <template match="cell">
  480. modules/titling.xml: <template name="preamble-title" match="document/title" mode="preamble">
  481. modules/titling.xml: <template name="preamble-subtitle" match="document/subtitle" mode="preamble" />
  482. modules/titling.xml: <template name="preamble-author" match="document/author" mode="preamble">
  483. modules/titling.xml: <template name="preamble-date" match="document/date" mode="preamble">
  484. modules/titling.xml: <template name="preamble-due-date" match="document/due-date" mode="preamble">
  485. modules/titling.xml: <template name="document-title-title" match="document/title" mode="title">
  486. modules/titling.xml: <template name="document-subtitle-title" match="document/subtitle" mode="title">
  487. modules/titling.xml: <template name="document-subtitle-unmoded" match="document/subtitle" />
  488. modules/titling.xml: <template name="document-author" match="document/author">
  489. modules/titling.xml: <template name="document-date" match="document/date" />
  490. modules/titling.xml: <template name="document-due-date-title" match="document/due-date" mode="title">
  491. modules/titling.xml: <template name="document-due-date-inline" match="document/due-date" mode="inline">
  492. modules/titling.xml: <template name="document-due-date-unmoded" match="document/due-date" />
  493. modules/titling.xml: <template name="document-title-unmoded" match="document/title" />
  494. modules/titling.xml: <template name="chapter-title" match="document/title" mode="chapter">