diff --git a/quick-reference.markdown b/quick-reference.markdown index aaf3cba..d550ff7 100644 --- a/quick-reference.markdown +++ b/quick-reference.markdown @@ -198,10 +198,10 @@ ### Sections (`sectioning.xml`) -| Item | Element(s) | Attributes | Notes -| ---- | ---------- | ---------- | ----- -| section | `section` | `label=`*``* | -| section title | `title` | | within `
` +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| section | `section` | `[label=`*``*`]` | +| section title | `title` | | within `
` ### Document title (`titling.xml`) @@ -283,23 +283,31 @@ | ---- | ---------- | ---------- | ----- | image | `image` | `basename=`*``* | without suffix | | | `format=`*``* | e.g., “png”, “pdf” -| | | `inline=`**`no`**`|yes` | image will be scaled to line height -| | | `latex-options=`*``* | pass-through LaTeX options | | | `location=`*``* | +| | | `[inline=`**`no`**`|yes]` | image will be scaled to line height +| | | `[latex-options=`*`]`* | pass-through LaTeX options | zoomable image | `provide-large-version` | | within `` ### Floating elements (`floaters.xml`) | Item | Element(s) | Attributes | Notes | ---- | ---------- | ---------- | ----- -| figure | `figure` | `border-placement=box|`**`none`**`|{bottom|left|right|top}` | -| | | `label=`*``* | -| | | `latex-placement=`*``* | LaTeX only; usually `b|h|p|t` -| table | `table` | `border-placement=box|`**`none`**`|{bottom|left|right|top}` | -| | | `label=`*``* | -| | | `latex-placement=`*``* | -| multipart table | `part` | | within `` | caption | `caption` | | within `
` or `
` +| figure | `figure` | `[border-placement=box|`**`none`**`|{bottom|left|right|top}]` | +| | | `[label=`*`]`* | +| | | `[latex-placement=`*`]`* | LaTeX only; usually `b|h|p|t` +| multipart table | `part` | | within `
` +| table | `table` | `[border-placement=box|`**`none`**`|{bottom|left|right|top}]` | +| | | `[label=`*`]`* | +| | | `[latex-placement=`*`]`* | + +### Cross references (`cross-references.xml`) + +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| page label | `page` | `label=`*``* | +| reference | `reference` | `label=`*``* | +| | | `[include-pageref=`**`no`**`|yes]` | ### Bibliographies (`bibliography.xml`) @@ -707,16 +715,6 @@ | column | `column` | `[align=center|`**`left`**`|right]` | | | | `[width=`*``*`]` | between `0` and `1` -modules/cross-references.xml: