[BACK]Return to mandoc_char.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc_char.7 between version 1.41 and 1.48

version 1.41, 2011/01/30 16:05:37 version 1.48, 2011/08/30 12:16:36
Line 288  Mathematical:
Line 288  Mathematical:
 .It \e(Re    Ta \(Re        Ta real  .It \e(Re    Ta \(Re        Ta real
 .It \e(pd    Ta \(pd        Ta partial differential  .It \e(pd    Ta \(pd        Ta partial differential
 .It \e(-h    Ta \(-h        Ta Planck constant over 2\(*p  .It \e(-h    Ta \(-h        Ta Planck constant over 2\(*p
   .It \e[12]   Ta \[12]       Ta one-half
   .It \e[14]   Ta \[14]       Ta one-fourth
   .It \e[34]   Ta \[34]       Ta three-fourths
 .El  .El
 .Pp  .Pp
 Ligatures:  Ligatures:
Line 481  Greek letters:
Line 484  Greek letters:
 .It \e(ts    Ta \(ts        Ta sigma terminal  .It \e(ts    Ta \(ts        Ta sigma terminal
 .El  .El
 .Sh PREDEFINED STRINGS  .Sh PREDEFINED STRINGS
 These are not recommended for use, as they differ across  Predefined strings are inherited from the macro packages of historical
 implementations:  troff implementations.
 .Pp  They are
 .Bl -column -compact -offset indent "Input" "Rendered" "Description"  .Em not recommended
   for use, as they differ across implementations.
   Manuals using these predefined strings are almost certainly not
   portable.
   .Bl -column -offset indent "Input" "Rendered" "Description"
 .It Em Input Ta Em Rendered Ta Em Description  .It Em Input Ta Em Rendered Ta Em Description
 .It \e*(Ba   Ta \*(Ba       Ta vertical bar  .It \e*(Ba   Ta \*(Ba       Ta vertical bar
 .It \e*(Ne   Ta \*(Ne       Ta not equal  .It \e*(Ne   Ta \*(Ne       Ta not equal
Line 512  implementations:
Line 519  implementations:
 .It \e*(>=   Ta \*(>=       Ta greater-than-equal  .It \e*(>=   Ta \*(>=       Ta greater-than-equal
 .It \e*(aa   Ta \*(aa       Ta acute  .It \e*(aa   Ta \*(aa       Ta acute
 .It \e*(ga   Ta \*(ga       Ta grave  .It \e*(ga   Ta \*(ga       Ta grave
   .It \e*(Px   Ta \*(Px       Ta POSIX standard name
   .It \e*(Ai   Ta \*(Ai       Ta ANSI standard name
 .El  .El
   .Sh UNICODE CHARACTERS
   The escape sequence
   .Pp
   .Dl \e[uXXXX]
   .Pp
   is interpreted as a Unicode codepoint.
   The codepoint must be in the range above U+0080 and less than U+10FFFF.
   For compatibility, points must be zero-padded to four characters; if
   greater than four characters, no zero padding is allowed.
   Unicode surrogates are not allowed.
   .\" .Pp
   .\" Unicode glyphs attenuate to the
   .\" .Sq \&?
   .\" character if invalid or not rendered by current output media.
 .Sh NUMBERED CHARACTERS  .Sh NUMBERED CHARACTERS
 For backward compatibility with existing manuals,  For backward compatibility with existing manuals,
 .Xr mandoc 1  .Xr mandoc 1
Line 529  For example, do not use \eN'34', use \e(dq, or even th
Line 552  For example, do not use \eN'34', use \e(dq, or even th
 .Sq \(dq  .Sq \(dq
 character where possible.  character where possible.
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 This section documents compatibility of  This section documents compatibility between mandoc and other other
 .Nm  troff implementations, at this time limited to GNU troff
 with older or existing versions of groff.  .Pq Qq groff .
 .Pp  .Pp
 The following render differently in  .Bl -dash -compact
 .Fl T Ns Ar ascii  .It
 output mode:  The \eN\(aq\(aq escape sequence is limited to printable characters; in
 .Bd -ragged -offset indent  groff, it accepts arbitrary character numbers.
   .It
   In
   .Fl T Ns Cm ascii ,
   the
 \e(ss, \e(nm, \e(nb, \e(nc, \e(ib, \e(ip, \e(pp, \e[sum], \e[product],  \e(ss, \e(nm, \e(nb, \e(nc, \e(ib, \e(ip, \e(pp, \e[sum], \e[product],
 \e[coproduct], \e(gr, \e(-h, \e(a.  \e[coproduct], \e(gr, \e(\-h, and \e(a. special characters render
 .Ed  differently between mandoc and groff.
 .Pp  .It
 The following render differently in  In
 .Fl T Ns Ar html  .Fl T Ns Cm html
 output mode:  and
 .Bd -ragged -offset indent  .Fl T Ns Cm xhtml ,
 \e(~=, \e(nb, \e(nc  the \e(~=, \e(nb, and \e(nc special characters render differently
 .Ed  between mandoc and groff.
 .Pp  .It
 Finally, the following have been omitted by being poorly documented or  The
 having no known representation:  .Fl T Ns Cm ps
 .Bd -ragged -offset indent  and
 \e[radicalex], \e[sqrtex], \e(ru  .Fl T Ns Cm pdf
 .Ed  modes format like
   .Fl T Ns Cm ascii
   instead of rendering glyphs as in groff.
   .It
   The \e[radicalex], \e[sqrtex], and \e(ru special characters have been omitted
   from mandoc either because they are poorly documented or they have no
   known representation.
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc 1  .Xr mandoc 1
 .Sh AUTHORS  .Sh AUTHORS
 The  The
 .Nm  .Nm
 manual page was written by  manual page was written by
 .An Kristaps Dzonsons Aq kristaps@bsd.lv .  .An Kristaps Dzonsons ,
   .Mt kristaps@bsd.lv .
 .Sh CAVEATS  .Sh CAVEATS
 The  The
 .Sq \e*(Ba  .Sq \e*(Ba

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.48

CVSweb