1 .\" $Id: mandoc_char.7,v 1.15 2009/09/22 10:11:57 kristaps Exp $
3 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .Dd $Mdocdate: September 22 2009 $
23 .Nd mandoc special characters
26 This documents the special characters and predefined strings accepted by
32 documents. Specific output devices of
36 argument, will properly render these sequences.
43 encode special characters with
45 .Pq for a one-character escape ,
59 Predefined strings are functionally similar to special characters, using
61 .Pq for a one-character escape ,
76 .Sh Special Characters
77 These are the preferred input symbols for producing special characters.
81 .Bl -tag -width Ds -offset indent -compact
83 .Pq non-breaking space
98 .Bl -tag -width Ds -offset indent -compact
116 .Pq upside-down exclamation
118 .Pq upside-down question
123 .Bl -tag -width Ds -offset indent -compact
149 .Pq left double-quote
151 .Pq right double-quote
153 .Pq left single-quote
155 .Pq right single-quote
157 .Pq right low double-quote
159 .Pq right low single-quote
164 .Bl -tag -width Ds -offset indent -compact
176 .Pq left double-arrow
178 .Pq right double-arrow
182 .Pq down double-arrow
184 .Pq left-right double-arrow
189 .Bl -tag -width Ds -offset indent -compact
199 .Pq partial differential
227 .Pq existential quantifier
229 .Pq universal quantifier
243 .Pq approximately equals
249 .Pq greater-than-equal
257 .Pq NaN, an extension
266 .Bl -tag -width Ds -offset indent -compact
290 Diacritics and accented letters:
291 .Bl -tag -width Ds -offset indent -compact
303 .Pq circumflex accent
440 .Bl -tag -width Ds -offset indent -compact
454 .Pq Euro character glyph
461 .Bl -tag -width Ds -offset indent -compact
622 .Bl -tag -width Ds -offset indent -compact
651 .Sh PREDEFINED STRINGS
652 These are not recommended for use, as they differ across
656 .Bl -tag -width Ds -offset indent -compact
660 .Pq greater-than-equal
679 .Bl -tag -width Ds -offset indent -compact
692 .Bl -tag -width Ds -offset indent -compact
696 .Pq right-double-quote
698 .Pq left-double-quote
700 .Pq right-parenthesis
706 This section documents compatibility of
708 with older or existing versions of
711 .Bl -tag -width Ds -offset indent -compact
713 Renders differently in
724 utility was written by
725 .An Kristaps Dzonsons Aq kristaps@kth.se .