[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.39 and 1.43

version 1.39, 2010/05/12 08:29:23 version 1.43, 2011/04/20 22:50:22
Line 481  Greek letters:
Line 481  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.
   They are
   .Em not recommended
   for use, as they differ across implementations.
   Manuals using these predefined strings are almost certainly not
   portable.
 .Pp  .Pp
 .Bl -column -compact -offset indent "Input" "Rendered" "Description"  .Bl -column -compact -offset indent "Input" "Rendered" "Description"
 .It Em Input Ta Em Rendered Ta Em Description  .It Em Input Ta Em Rendered Ta Em Description
Line 512  implementations:
Line 517  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 COMPATIBILITY  .Sh NUMBERED CHARACTERS
 This section documents compatibility of  For backward compatibility with existing manuals,
 .Nm  .Xr mandoc 1
 with older or existing versions of  also supports the
 .Xr groff 1 .  
 .Pp  .Pp
 The following render differently in  .Dl \eN\(aq Ns Ar number Ns \(aq
 .Fl T Ns Ar ascii  
 output mode:  
 .Bd -ragged -offset indent  
 \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.  
 .Ed  
 .Pp  .Pp
 The following render differently in  escape sequence, inserting the character
 .Fl T Ns Ar html  .Ar number
 output mode:  from the current character set into the output.
 .Bd -ragged -offset indent  Of course, this is inherently non-portable and is already marked
 \e(~=, \e(nb, \e(nc  as deprecated in the Heirloom roff manual.
 .Ed  For example, do not use \eN'34', use \e(dq, or even the plain
   .Sq \(dq
   character where possible.
   .Sh COMPATIBILITY
   This section documents compatibility between mandoc and other other
   troff implementations, at this time limited to GNU troff
   .Pq Qq groff .
 .Pp  .Pp
 Finally, the following have been omitted by being poorly documented or  .Bl -dash -compact
 having no known representation:  .It
 .Bd -ragged -offset indent  In
 \e[radicalex], \e[sqrtex], \e(ru  .Fl T Ns Cm ascii ,
 .Ed  the
   \e(ss, \e(nm, \e(nb, \e(nc, \e(ib, \e(ip, \e(pp, \e[sum], \e[product],
   \e[coproduct], \e(gr, \e(\-h, and \e(a. special characters render
   differently between mandoc and groff.
   .It
   In
   .Fl T Ns Cm html
   and
   .Fl T Ns Cm xhtml ,
   the \e(~=, \e(nb, and \e(nc special characters render differently
   between mandoc and groff.
   .It
   The
   .Fl T Ns Cm ps
   and
   .Fl T Ns Cm pdf
   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

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.43

CVSweb