aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/eqn.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 12:10:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 12:10:16 +0000
commita83e8b87ddf1712de4e78f26949891740aa3898a (patch)
treedc5dca8d7477394778028f1aa6ca92b8a040ac07 /eqn.c
parent15167b135d8ee142da17dff191c3d1a1450ba18d (diff)
downloadmandoc-a83e8b87ddf1712de4e78f26949891740aa3898a.tar.gz
mandoc-a83e8b87ddf1712de4e78f26949891740aa3898a.tar.zst
mandoc-a83e8b87ddf1712de4e78f26949891740aa3898a.zip
Add `fat' font. This pretty much brings us in line with the second
edition of eqn.
Diffstat (limited to 'eqn.c')
-rw-r--r--eqn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/eqn.c b/eqn.c
index 29110e53..94ff6798 100644
--- a/eqn.c
+++ b/eqn.c
@@ -1,4 +1,4 @@
-/* $Id: eqn.c,v 1.33 2011/07/23 12:08:43 kristaps Exp $ */
+/* $Id: eqn.c,v 1.34 2011/07/23 12:10:16 kristaps Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -184,6 +184,7 @@ static const struct eqnstr eqnfonts[EQNFONT__MAX] = {
{ "", 0 }, /* EQNFONT_NONE */
{ "roman", 5 }, /* EQNFONT_ROMAN */
{ "bold", 4 }, /* EQNFONT_BOLD */
+ { "fat", 3 }, /* EQNFONT_FAT */
{ "italic", 6 }, /* EQNFONT_ITALIC */
};