Added floating elements (figures and tables)
1 parent 9e0522a commit 66fe1c0c300b0b0a7305231eadf34ac07a5eaf98
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
47
quick-reference.markdown
| | | `[valign=bottom|`**`center|centre`**`|top]` | LaTeX only
 
### Images (`images.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| image | `image` | `basename=`*`<filename>`* | without suffix
| | | `format=`*`<string>`* | e.g., png”, pdf
| | | `inline=`**`no`**`|yes` | image will be scaled to line height
| | | `latex-options=`*`<string>`* | pass-through LaTeX options
| | | `location=`*`<path>`* |
| zoomable image | `provide-large-version` | | within `<image>`
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| image | `image` | `basename=`*`<filename>`* | without suffix
| | | `format=`*`<string>`* | e.g., png”, pdf
| | | `inline=`**`no`**`|yes` | image will be scaled to line height
| | | `latex-options=`*`<string>`* | pass-through LaTeX options
| | | `location=`*`<path>`* |
| zoomable image | `provide-large-version` | | within `<image>`
 
### Floating elements (`floaters.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| figure | `figure` | `border-placement=box|`**`none`**`|{bottom|left|right|top}` |
| | | `label=`*`<string>`* |
| | | `latex-placement=`*`<string>`* | LaTeX only; usually `b|h|p|t`
| table | `table` | `border-placement=box|`**`none`**`|{bottom|left|right|top}` |
| | | `label=`*`<string>`* |
| | | `latex-placement=`*`<string>`* |
| multipart table | `part` | | within `<table>`
| caption | `caption` | | within `<figure>` or `<table>`
 
### Bibliographies (`bibliography.xml`)
 
| Item | Element(s) | Attributes | Notes
modules/cross-references.xml: <template name="item-page-reference" match="section|figure|table" mode="page-reference">
modules/cross-references.xml: <template name="page" match="page[@label]">
modules/cross-references.xml: <template name="broken-page" match="page[not( @label )]">
modules/cross-references.xml: <template name="direct-page-reference" match="page[@label]" mode="reference">
modules/floaters.xml: <template name="figure" match="figure">
modules/floaters.xml: <template name="table" match="table">
modules/floaters.xml: <template name="multipart-table" match="table[count(part) gt 0]">
modules/floaters.xml: <template name="figure-caption" match="figure/caption">
modules/floaters.xml: <template name="table-caption" match="table/caption">
modules/footnotes.xml: <template name="footnote" match="footnote">
modules/footnotes.xml: <template name="footnote-list" match="footnote" mode="list">
modules/hyperlinks.xml: <template name="hyperlink-label" match="hyperlink[@label and node()]">
modules/hyperlinks.xml: <template name="hyperlink-url" match="hyperlink[@url and node()]">