Added images
1 parent bb4f621 commit 9e0522ae41b0b57d1ff4534680f843ac2865b28b
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
33
quick-reference.markdown
| | `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]` |
| 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
| | `non-breaking-space` | |
| thin space | `thin-space` | |
| | `thinspace` | |
 
## Document structure
## Document content
 
### Sections (`sectioning.xml`)
 
| Item | Element(s) | Attributes | Notes
| | | `[long-table=`**`no`**`|yes]` | LaTeX only
| | | `[rotate=`*`<integer>`*`]` | LaTeX only
| | | `[scale=`*`<decimal>`*`]` | LaTeX only
| | | `[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>`
 
### Bibliographies (`bibliography.xml`)
 
| Item | Element(s) | Attributes | Notes
modules/hyperlinks.xml: <template name="hyperlink-bogus" match="hyperlink[@url and @label]" priority="2">
modules/hyperlinks.xml: <template name="hyperlink-internal" match="hyperlink" mode="hyperlink-internal">
modules/hyperlinks.xml: <template name="empty-hyperlink-url-internal" match="hyperlink" mode="empty-hyperlink-internal">
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]">