Added miscellaneous symbols
1 parent 4606205 commit e7ee7f25e77a9e35ef322fb464cbe10eb724d407
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
79
quick-reference.markdown
| verbatim (block) | `verbatim` | |
| | `verbatim-block` | |
| verbatim (inline) | `inline-verbatim` | |
| | `verb` | |
 
## Miscellaneous symbols (miscellaneous-symbols.xml)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| # | `hash` | | U+0023 NUMBER SIGN
| | `number-sign` | |
| | `sharp` | |
| $ | `dollar` | | U+0024 DOLLAR SIGN
| | `dollar-sign` | |
| % | `percent` | | U+0025 PERCENT SIGN
| | `percent-sign` | |
| | `percentage-sign` | |
| & | `ampersand` | | U+0026 AMPERSAND
| \ | `backslash` | | U+005C REVERSE SOLIDUS
| _ | `low-line` | | U+005F LOW LINE
| | `underscore` | |
| { | `left-brace` | | U+007B LEFT CURLY BRACKET
| | `left-curly-brace` | |
| | `left-curly-bracket` | |
| } | `right-brace` | | U+007D RIGHT CURLY BRACKET
| | `right-curly-brace` | |
| | `right-curly-bracket` | |
| ° | `degree-sign` | | U+00B0 DEGREE SIGN
| | `degrees` | |
| § | `section-sign` | | U+00A7 SECTION SIGN
| © | `copyright-sign` | | U+00A9 COPYRIGHT SIGN
| | `paragraph-sign` | | U+00B6 PILCROW SIGN
| | `pilcrow` | |
| | `pilcrow-sign` | |
| (number dash) | `figure-dash` | | U+2012 FIGURE DASH
| | `number-dash` | |
| (en dash) | `en-dash` | | U+2013 EN DASH
| | `endash` | |
| | `n-dash` | |
| | `ndash` | |
| (em dash) | `em-dash` | | U+2014 EM DASH
| | `emdash` | |
| | `m-dash` | |
| | `mdash` | |
| | `apostrophe` | | U+2019 RIGHT SINGLE QUOTATION MARK
| | `right-single-quotation-mark` | |
| | `dag` | | U+2020 DAGGER
| | `dagger` | |
| | `ddag` | | U+2021 DOUBLE DAGGER
| | `ddagger` | |
| | `double-dagger` | |
| | `dots` | | U+2026 HORIZONTAL ELLIPSIS
| | `ellipsis` | |
| | `ellipsis-sign` | |
| | `etc` | |
| | `horizontal-ellipsis` | |
| | `tm` | | U+2122 TRADE MARK SIGN
| | `trade-mark-sign` | |
| | `trademark` | |
| | `trademark-sign` | |
| LaTeX logo | `LaTeX` | |
| | `latex` | |
 
## Bibliographies (`bibliography.xml`)
 
| Item | Element(s) | Attributes | Notes
modules/menus.xml: <template name="menu-item" match="menu/item">
modules/meta-elements.xml: <template name="omit" match="omit" />
modules/meta-elements.xml: <template name="comment" match="comment">
modules/meta-elements.xml: <template name="todo" match="todo|to-do|incomplete|check">
modules/miscellaneous-symbols.xml: <template name="sharp-sign" match="sharp|hash|number-sign">
modules/miscellaneous-symbols.xml: <template name="dollar" match="dollar|dollar-sign">
modules/miscellaneous-symbols.xml: <template name="percent-sign" match="percent-sign|percentage-sign|percent">
modules/miscellaneous-symbols.xml: <template name="ampersand" match="ampersand">
modules/miscellaneous-symbols.xml: <template name="backslash" match="backslash">
modules/miscellaneous-symbols.xml: <template name="underscore" match="underscore|low-line">
modules/miscellaneous-symbols.xml: <template name="left-curly-bracket" match="left-curly-bracket|left-curly-brace|left-brace">
modules/miscellaneous-symbols.xml: <template name="right-curly-bracket" match="right-curly-bracket|right-curly-brace|right-brace">
modules/miscellaneous-symbols.xml: <template name="degree-sign" match="degree-sign|degrees">
modules/miscellaneous-symbols.xml: <template name="section-sign" match="section-sign">
modules/miscellaneous-symbols.xml: <template name="copyright-sign" match="copyright-sign">
modules/miscellaneous-symbols.xml: <template name="paragraph-sign" match="paragraph-sign|pilcrow|pilcrow-sign">
modules/miscellaneous-symbols.xml: <template name="figure-dash" match="figure-dash|number-dash">
modules/miscellaneous-symbols.xml: <template name="endash" match="endash|en-dash|ndash|n-dash">
modules/miscellaneous-symbols.xml: <template name="emdash" match="emdash|em-dash|mdash|m-dash">
modules/miscellaneous-symbols.xml: <template name="apostrophe" match="apostrophe|right-single-quotation-mark">
modules/miscellaneous-symbols.xml: <template name="dagger" match="dagger|dag">
modules/miscellaneous-symbols.xml: <template name="double-dagger" match="double-dagger|ddagger|ddag">
modules/miscellaneous-symbols.xml: <template name="ellipsis-sign" match="ellipsis-sign|etc|ellipsis|dots|horizontal-ellipsis">
modules/miscellaneous-symbols.xml: <template name="trademark-sign" match="trademark-sign|trademark|tm|trade-mark-sign">
modules/miscellaneous-symbols.xml: <template name="LaTeX" match="LaTeX|latex">
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/native-code.xml: <template name="raw-latex" match="raw-code[@format = 'latex']|raw-latex">
modules/native-code.xml: <template name="raw-html" match="raw-code[@format = 'html']|raw-html">