1 .\" $Id: mandoc_char.7,v 1.13 2009/07/28 12:15:11 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: July 28 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
570 .Bl -tag -width Ds -offset indent -compact
599 .Sh PREDEFINED STRINGS
600 These are not recommended for use, as they differ across
604 .Bl -tag -width Ds -offset indent -compact
608 .Pq greater-than-equal
627 .Bl -tag -width Ds -offset indent -compact
640 .Bl -tag -width Ds -offset indent -compact
644 .Pq right-double-quote
646 .Pq left-double-quote
648 .Pq right-parenthesis
654 This section documents compatibility of
656 with older or existing versions of
659 .Bl -tag -width Ds -offset indent -compact
661 Renders differently in
672 utility was written by
673 .An Kristaps Dzonsons Aq kristaps@kth.se .