diff --git a/quick-reference.markdown b/quick-reference.markdown new file mode 100644 index 0000000..c60d07b --- /dev/null +++ b/quick-reference.markdown @@ -0,0 +1,428 @@ +# XML authoring framework quick reference + +## Basic formatting + +### Page elements (`basic-page-elements.xml`) + +| Item | Element(s) | +| ---- | ---------- | +| horizontal rule | ``, ``, ` | +| horizontal skip | ``, `` | +| newline (markup) | `` | +| newline (output) | ``, ``, `
` | +| no page break | ``, `` | +| page break | ``, ``, ``, `` | +| paragraph | ``, ``, `

`, `

` | +| vertical skip | ``, `` | + +### Text formatting and layout (`basic-text-formatting.xml`) + +| Item | Element(s) | +| ---- | ---------- | +| bold face | `` | +| center | `

`, ``, ``, `` | +| emphasis | ``, `` | +| foreign word | `` | +| italics | `` | +| strikethrough | ``, ``, ``, `` | +| strong emphasis | `` | +| term | `` | +| underline | ``, `` | + +### Font size and style (`fonts.xml`) + +| Item | Element(s) | +| ---- | ---------- | +| monospaced type | ``, ``, `` | +| sans-serif type | ``, ``, ``, `` | +| font family | ``, `` | +| “tiny” font size | `` (= `` × 4, `\tiny`) | +| “script” font size | `` (= `` × 3, `\scriptsize`) | +| “footnote” font size | `` (= `` × 2, `\footnotesize`) | +| “small” font size | `` (= ``, `\small`) | +| “large” font size | `` (= ``, `\large`) | +| “Large” font size | `` (= `` × 2, `\Large`) | +| “LARGE” font size | `` (= `` × 3, `\LARGE`) | +| “huge” font size | `` (= `` × 4, `\huge`) | +| “Huge” font size | `` (= `` × 5, `\Huge`) | +| superscript | `` | +| subscript | `` | + +### Inline code and code blocks (`code-formatting.xml`) + +| Item | Element(s) | +| ---- | ---------- | +| code (block) | `` (also requires ``) | +| code (inline) | `` | +| verbatim (block) | ``, `` | +| verbatim (inline) | ``, `` | + +## Bibliographies (`bibliography.xml`) + +| Item | Element(s) | +| ---- | ---------- | +| bibliography | `` | +| bibliography entry | `` (inside ``) | +| citation | `` | +| cited item | `` (inside ``) | + +modules/build-date.xml: