source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: in eqn, "prime" is equivalent to \(fm, and - is equivalent to
@ 2015-03-04 12:20 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-03-04 12:20 UTC (permalink / raw)
  To: source

Log Message:
-----------
in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi;
patch from bentley@

Modified Files:
--------------
    mdocml:
        eqn.c

Revision Data
-------------
Index: eqn.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/eqn.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -Leqn.c -Leqn.c -u -p -r1.57 -r1.58
--- eqn.c
+++ eqn.c
@@ -194,6 +194,7 @@ enum	eqn_symt {
 	EQNSYM_equiv,
 	EQNSYM_lessequal,
 	EQNSYM_moreequal,
+	EQNSYM_minus,
 	EQNSYM__MAX
 };
 
@@ -249,7 +250,7 @@ static	const struct eqnsym eqnsyms[EQNSY
 	{ "cdot", "pc" }, /* EQNSYM_cdot */
 	{ "nothing", "&" }, /* EQNSYM_nothing */
 	{ "approx", "~~" }, /* EQNSYM_approx */
-	{ "prime", "aq" }, /* EQNSYM_prime */
+	{ "prime", "fm" }, /* EQNSYM_prime */
 	{ "half", "12" }, /* EQNSYM_half */
 	{ "partial", "pd" }, /* EQNSYM_partial */
 	{ "inf", "if" }, /* EQNSYM_inf */
@@ -262,6 +263,7 @@ static	const struct eqnsym eqnsyms[EQNSY
 	{ "==", "==" }, /* EQNSYM_equiv */
 	{ "<=", "<=" }, /* EQNSYM_lessequal */
 	{ ">=", ">=" }, /* EQNSYM_moreequal */
+	{ "-", "mi" }, /* EQNSYM_minus */
 };
 
 static	struct eqn_box	*eqn_box_alloc(struct eqn_node *, struct eqn_box *);
--
 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:[~2015-03-04 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04 12:20 mdocml: in eqn, "prime" is equivalent to \(fm, and - is equivalent to 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).