Added lists
1 parent 12e4b30 commit c35ec64303c6c1d82b0e2c4e71bf4f27cb1d57f0
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
83
quick-reference.markdown
| assessment due date | `due-date` | | only relevant if `/document/@class = "assignment"`
| document title | `title` | |
| document sub-title | `subtitle` | |
 
## Bibliographies (`bibliography.xml`)
### Lists (`lists.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| unordered list | `bullet-list` | |
| | `bullet-points` | |
| | `bulleted-list` | |
| | `itemised-list` | |
| | `itemize` | |
| | `UL` | |
| | `ul` | |
| | `unordered-list` | |
| ordered list | `enumerate` | `[start=`*`<integer>`*`]` | **`1`**
| | `enumerated-list` | |
| | `numbered-list` | |
| | `OL` | |
| | `ol` | |
| | `ordered-list` | |
| | `question-list` | |
| definition list | `definition-list` | |
| | `description-list` | |
| | `DL` | |
| | `dl` | |
| list item | `item` | `[label=`*`<string>`*`]` | `label` for ordered lists only
| | | `[value=`*`<integer>`*`]` | `value` for ordered lists only
| keyword | `DT` | `[linebreak=`**`no`**`|yes]` |
| | `dt` | |
| | `keyword` | |
| | `term` | |
| | `topic` | |
| definition | `DD` | |
| | `dd` | |
| | `definition` | |
| | `description` | |
| | `discourse` | |
 
### Bibliographies (`bibliography.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| bibliography | `bibliography` | `[name=`*`<section title>`*`]` | “**`References`**”
modules/hyperlinks.xml: <template name="url" match="url|uri|email|e-mail|email-address|e-mail-address">
modules/images.xml: <template name="latex-image" match="image" mode="latex">
modules/images.xml: <template name="normal-image" match="image[count(provide-large-version) = 0]">
modules/images.xml: <template name="zoomable-image" match="image[count(provide-large-version) != 0]">
modules/lists.xml: <template name="itemised-list" match="itemised-list|itemize|unordered-list|bulleted-list|bullet-list|bullet-points|UL|ul">
modules/lists.xml: <template name="enumerated-list" match="enumerated-list|enumerate|ordered-list|numbered-list|question-list|OL|ol">
modules/lists.xml: <template name="definition-list" match="definition-list|description-list|DL|dl">
modules/lists.xml: <template name="list-item" match="item" mode="normal">
modules/lists.xml: <template name="enumerated-item-value" match="item[@value]" mode="enumerated-list">
modules/lists.xml: <template name="enumerated-item" match="item[not( @value )]" mode="enumerated-list">
modules/lists.xml: <template name="definition-item" match="item" mode="definition-list">
modules/lists.xml: <template name="keyword" match="item/keyword|item/term|item/topic|item/DT|item/dt">
modules/lists.xml: <template name="definition" match="item/definition|item/description|item/discourse|item/DD|item/dd">
modules/quotations.xml: <template name="single-quote" match="quote[@single='yes']|q[@single='yes']">
modules/quotations.xml: <template name="double-quote" match="quote|qq">
modules/quotations.xml: <template name="nested-double-quote" match="quote//quote">
modules/quotations.xml: <template name="nested-single-quote" match="quote[@single='yes']//quote" priority="2">