Added multi-column layouts
1 parent 2b0f091 commit 12e4b302642d58a2d7f94b44066b4fb38e6b9b5d
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
12
quick-reference.markdown
| tab key | `tab-key` | |
| up arrow key | `up-arrow-key` | |
| windows key | `windows-key` | |
 
### Multi-column layouts (`multi-column.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| multi-column layout | `multi-column` | `[align=center|`**`left`**`|right]` |
| | | `[vspace=big|medium|small|`*`<LaTeX length>`*`|`**_`<none>`_**`]` |
| | | `[width=`*`<decimal>`*`]` | between `0` and **`1`**
| column | `column` | `[align=center|`**`left`**`|right]` |
| | | `[width=`*`<decimal>`*`]` | between `0` and `1`
 
modules/cross-references.xml: <template name="reference" match="reference[@label]">
modules/cross-references.xml: <template name="broken-reference" match="reference[not( @label )]">
modules/cross-references.xml: <template name="section-reference" match="section" mode="reference">
modules/cross-references.xml: <template name="figure-reference" match="figure" mode="reference">
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/multi-column.xml: <template name="multi-column" match="multi-column">
modules/multi-column.xml: <template name="multi-column-column" match="multi-column/column">
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">