summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-10-10 08:44:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-10-10 08:44:24 +0000
commit56fe72aebb64bb54a4bbaf3edf6673253fafdf24 (patch)
treee745d5bbd763f04d5208104d8d03abd46e6b2663 /html.h
parentab00e3652ae08997f4eb0cd41e34c86874cd4eb9 (diff)
downloadmandoc-56fe72aebb64bb54a4bbaf3edf6673253fafdf24.tar.gz
Re-write of eqn(7) parser and MathML output.
This adds parser-level support for the grammar described by the eqn second-edition technical paper, "Typesetting Mathematics — User's Guide" (Kernighan, Cherry). The reason for this re-write is the grouping rules, which were not possible given the existing implementation. The re-write has also considerably simplified the HTML (and, if it ever is completed, terminal) front-end.
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index 897c9364..5c97983f 100644
--- a/html.h
+++ b/html.h
@@ -82,6 +82,7 @@ enum htmlattr {
ATTR_CHARSET,
ATTR_OPEN,
ATTR_CLOSE,
+ ATTR_MATHVARIANT,
ATTR_MAX
};