source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: correct -Tutf8 and -Thtml rendering of \(~= and change the name
@ 2014-12-16 19:50 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-12-16 19:50 UTC (permalink / raw)
  To: source

Log Message:
-----------
correct -Tutf8 and -Thtml rendering of \(~=
and change the name of \(-~ to \(|= to agree with groff;
difference found by Carsten dot Kunze at arcor dot de

Modified Files:
--------------
    mdocml:
        chars.in
        mandoc_char.7

Revision Data
-------------
Index: chars.in
===================================================================
RCS file: /home/cvs/mdocml/mdocml/chars.in,v
retrieving revision 1.50
retrieving revision 1.51
diff -Lchars.in -Lchars.in -u -p -r1.50 -r1.51
--- chars.in
+++ chars.in
@@ -281,10 +281,10 @@ CHAR("!=",			"!=",		8800)
 CHAR("==",			"==",		8801)
 CHAR("ne",			"!==",		8802)
 CHAR("=~",			"=~",		8773)
-CHAR("-~",			"-~",		8771)
+CHAR("|=",			"-~",		8771)
 CHAR("ap",			"~",		8764)
 CHAR("~~",			"~~",		8776)
-CHAR("~=",			"~=",		8780)
+CHAR("~=",			"~=",		8776)
 CHAR("pt",			"oc",		8733)
 CHAR("es",			"{}",		8709)
 CHAR("mo",			"E",		8712)
Index: mandoc_char.7
===================================================================
RCS file: /home/cvs/mdocml/mdocml/mandoc_char.7,v
retrieving revision 1.57
retrieving revision 1.58
diff -Lmandoc_char.7 -Lmandoc_char.7 -u -p -r1.57 -r1.58
--- mandoc_char.7
+++ mandoc_char.7
@@ -369,11 +369,11 @@ Mathematical:
 .It \e(!=    Ta \(!=        Ta not equal
 .It \e(==    Ta \(==        Ta equivalent
 .It \e(ne    Ta \(ne        Ta not equivalent
-.It \e(=~    Ta \(=~        Ta congruent
-.It \e(-~    Ta \(-~        Ta asymptotically congruent
-.It \e(ap    Ta \(ap        Ta asymptotically similar
-.It \e(~~    Ta \(~~        Ta approximately similar
-.It \e(~=    Ta \(~=        Ta approximately equal
+.It \e(ap    Ta \(ap        Ta tilde operator
+.It \e(|=    Ta \(|=        Ta asymptotically equal
+.It \e(=~    Ta \(=~        Ta approximately equal
+.It \e(~~    Ta \(~~        Ta almost equal
+.It \e(~=    Ta \(~=        Ta almost equal
 .It \e(pt    Ta \(pt        Ta proportionate
 .It \e(es    Ta \(es        Ta empty set
 .It \e(mo    Ta \(mo        Ta element
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-16 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16 19:50 mdocml: correct -Tutf8 and -Thtml rendering of \(~= and change the name schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).