source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Add `fat' font.
@ 2011-07-23 12:10 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-07-23 12:10 UTC (permalink / raw)
  To: source

Log Message:
-----------
Add `fat' font.  This pretty much brings us in line with the second
edition of eqn.

Modified Files:
--------------
    mdocml:
        eqn.7
        eqn.c
        mandoc.h

Revision Data
-------------
Index: eqn.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/eqn.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -Leqn.c -Leqn.c -u -p -r1.33 -r1.34
--- eqn.c
+++ eqn.c
@@ -184,6 +184,7 @@ static	const struct eqnstr eqnfonts[EQNF
 	{ "", 0 }, /* EQNFONT_NONE */
 	{ "roman", 5 }, /* EQNFONT_ROMAN */
 	{ "bold", 4 }, /* EQNFONT_BOLD */
+	{ "fat", 3 }, /* EQNFONT_FAT */
 	{ "italic", 6 }, /* EQNFONT_ITALIC */
 };
 
Index: mandoc.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.h,v
retrieving revision 1.92
retrieving revision 1.93
diff -Lmandoc.h -Lmandoc.h -u -p -r1.92 -r1.93
--- mandoc.h
+++ mandoc.h
@@ -306,6 +306,7 @@ enum	eqn_fontt {
 	EQNFONT_NONE = 0,
 	EQNFONT_ROMAN,
 	EQNFONT_BOLD,
+	EQNFONT_FAT,
 	EQNFONT_ITALIC,
 	EQNFONT__MAX
 };
Index: eqn.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/eqn.7,v
retrieving revision 1.21
retrieving revision 1.22
diff -Leqn.7 -Leqn.7 -u -p -r1.21 -r1.22
--- eqn.7
+++ eqn.7
@@ -83,7 +83,7 @@ pile    : \*qlpile\*q | \*qcpile\*q | \*
 pos     : \*qover\*q | \*qsup\*q | \*qsub\*q | \*qto\*q | \*qfrom\*q
 mark	: \*qdot\*q | \*qdotdot\*q | \*qhat\*q | \*qtilde\*q | \*qvec\*q
         | \*qdyad\*q | \*qbar\*q | \*qunder\*q
-font    : \*qroman\*q | \*qitalic\*q | \*qbold\*q
+font    : \*qroman\*q | \*qitalic\*q | \*qbold\*q | \*qfat\*q
 list    : eqn
         | list \*qabove\*q eqn
 space   : [\e^~ \et]
--
 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:[~2011-07-23 12:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-23 12:10 mdocml: Add `fat' font kristaps

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).