You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
924 B
75 lines
924 B
////
|
|
Included in:
|
|
|
|
- user-manual: Text Substitutions: Replacements
|
|
- quick-ref
|
|
- writers-guide: replacements
|
|
////
|
|
|
|
[cols="2,^1l,^1l,^1,2"]
|
|
.Textual symbol replacements
|
|
|===
|
|
|Name |Syntax |Unicode Replacement |Rendered |Notes
|
|
|
|
|Copyright
|
|
|(C)
|
|
|©
|
|
|(C)
|
|
|
|
|
|
|
|Registered
|
|
|(R)
|
|
|®
|
|
|(R)
|
|
|
|
|
|
|
|Trademark
|
|
|(TM)
|
|
|™
|
|
|(TM)
|
|
|
|
|
|
|
|Em dash
|
|
|--
|
|
|—
|
|
|{empty}--{empty}
|
|
|Only replaced if between two word characters, between a word character and a line boundary, or flanked by spaces.
|
|
|
|
When flanked by space characters (e.g., `+a -- b+`), the normal spaces are replaced by thin spaces (\ ).
|
|
|
|
|Ellipsis
|
|
|...
|
|
|…
|
|
|...
|
|
|
|
|
|
|
|Single right arrow
|
|
|->
|
|
|→
|
|
|->
|
|
|
|
|
|
|
|Double right arrow
|
|
|=>
|
|
|⇒
|
|
|=>
|
|
|
|
|
|
|
|Single left arrow
|
|
|<-
|
|
|←
|
|
|<-
|
|
|
|
|
|
|
|Double left arrow
|
|
|<=
|
|
|⇐
|
|
|<=
|
|
|
|
|
|
|
|Typographic apostrophe
|
|
|Sam's
|
|
|Sam’s
|
|
|Sam's
|
|
|The typewriter apostrophe is replaced with the typographic (aka curly) apostrophe.
|
|
|===
|
|
|