Added quoted text
1 parent 1197b85 commit bb4f621669ba1a283a8411df0ae826c9e84afbe1
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
133
quick-reference.markdown
| verbatim (block) | `verbatim` | |
| | `verbatim-block` | |
| verbatim (inline) | `inline-verbatim` | |
| | `verb` | |
 
### Quoted text (`quotations.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| inline quoted text | `quote` | `[single=`**`no`**`|yes]` |
| | `q` | `[single=`**`no`**`|yes]` |
| | `qq` | | double quotes only
| block quotation | `quotation` | `[align=center|centre|`**`left`**`|right]` |
 
### Miscellaneous symbols (`miscellaneous-symbols.xml`)
 
| Item | Element(s) | Attributes | Notes
| document sub-title | `subtitle` | |
 
### Lists (`lists.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| definition | `DD` | |
| | `dd` | |
| | `definition` | |
| | `description` | |
| | `discourse` | |
| definition list | `definition-list` | |
| | `description-list` | |
| | `DL` | |
| | `dl` | |
| keyword | `DT` | `[linebreak=`**`no`**`|yes]` |
| | `dt` | |
| | `keyword` | |
| | `term` | |
| | `topic` | |
| list item | `item` | `[label=`*`<string>`*`]` | `label` for ordered lists only
| | | `[value=`*`<integer>`*`]` | `value` for ordered lists only
| ordered list | `enumerate` | `[start=`*`<integer>`*`]` | **`1`**
| | `enumerated-list` | |
| | `numbered-list` | |
| | `OL` | |
| | `ol` | |
| | `ordered-list` | |
| | `question-list` | |
| unordered list | `bullet-list` | |
| | `bullet-points` | |
| | `bulleted-list` | |
| | `itemised-list` | |
| | `itemize` | |
| | `UL` | |
| | `ul` | |
| | `unordered-list` | |
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| definition | `DD` | |
| | `dd` | |
| | `definition` | |
| | `description` | |
| | `discourse` | |
| definition list | `definition-list` | |
| | `description-list` | |
| | `DL` | |
| | `dl` | |
| keyword | `DT` | `[linebreak=`**`no`**`|yes]` |
| | `dt` | |
| | `keyword` | |
| | `term` | |
| | `topic` | |
| list item | `item` | `[label=`*`<string>`*`]` | `label` for ordered lists only
| | | `[value=`*`<integer>`*`]` | `value` for ordered lists only
| ordered list | `enumerate` | `[start=`*`<integer>`*`]` | **`1`**
| | `enumerated-list` | |
| | `numbered-list` | |
| | `OL` | |
| | `ol` | |
| | `ordered-list` | |
| | `question-list` | |
| unordered list | `bullet-list` | |
| | `bullet-points` | |
| | `bulleted-list` | |
| | `itemised-list` | |
| | `itemize` | |
| | `UL` | |
| | `ul` | |
| | `unordered-list` | |
 
### Tabular material (`tabular.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| tabular layout | `tabular` | `[align=center|centre|`**`left`**`|right]` |
| | | `[border=`*`<integer>`*`]` | **`0`**; HTML only
| | | `[long-table=`**`no`**`|yes]` | LaTeX only
| | | `[rotate=`*`<integer>`*`]` | LaTeX only
| | | `[scale=`*`<decimal>`*`]` | LaTeX only
| | | `[valign=bottom|`**`center|centre`**`|top]` | LaTeX only
| column | `column` | `[align=center|centre|`**`left`**`|right]` |
| | | `[left-border="|"]` | i.e., literal `|`
| | | `[right-border="|"]` | i.e., literal `|`
| tabular header | `tabular-header` | |
| tabular footer | `tabular-footer` | |
| tabular body | `tabular-body` | |
| row | `row` | `[page-break=no|`**`yes`**`]` | LaTeX only
| | | `[valign=bottom|middle|top]` | HTML only
| horizontal rule | `row-rule` | `[columns=`*`<integer>`*`]` | **`1`**
| | | `[weight=double|`*`single`*`]` |
| cell | `cell` | `[align=center|`**`left`**`|right]` |
| | | `[columns=`*`<integer>`*`]` | **`1`**
| | | `[header=`**`no`**`|yes]` |
| | | `[rows=`*`<integer>`*`]` | **`1`** (somewhat broken?)
| caption | `caption` | | onyl within long tables
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| caption | `caption` | | onyl within long tables
| cell | `cell` | `[align=center|`**`left`**`|right]` |
| | | `[columns=`*`<integer>`*`]` | **`1`**
| | | `[header=`**`no`**`|yes]` |
| | | `[rows=`*`<integer>`*`]` | **`1`** (somewhat broken?)
| column | `column` | `[align=center|centre|`**`left`**`|right]` |
| | | `[left-border="|"]` | i.e., literal `|`
| | | `[right-border="|"]` | i.e., literal `|`
| horizontal rule | `row-rule` | `[columns=`*`<integer>`*`]` | **`1`**
| | | `[weight=double|`*`single`*`]` |
| row | `row` | `[page-break=no|`**`yes`**`]` | LaTeX only
| | | `[valign=bottom|middle|top]` | HTML only
| tabular body | `tabular-body` | |
| tabular footer | `tabular-footer` | |
| tabular header | `tabular-header` | |
| tabular layout | `tabular` | `[align=center|centre|`**`left`**`|right]` |
| | | `[border=`*`<integer>`*`]` | **`0`**; HTML only
| | | `[long-table=`**`no`**`|yes]` | LaTeX only
| | | `[rotate=`*`<integer>`*`]` | LaTeX only
| | | `[scale=`*`<decimal>`*`]` | LaTeX only
| | | `[valign=bottom|`**`center|centre`**`|top]` | LaTeX only
 
### Bibliographies (`bibliography.xml`)
 
| Item | Element(s) | Attributes | Notes
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/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">
modules/quotations.xml: <template name="quotation" match="quotation">