summaryrefslogtreecommitdiffstats
path: root/mandoc.1
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 /mandoc.1
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 'mandoc.1')
-rw-r--r--mandoc.16
1 files changed, 5 insertions, 1 deletions
diff --git a/mandoc.1 b/mandoc.1
index 1cb4d93c..fc203c3e 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -233,7 +233,7 @@ This is the default.
See
.Sx ASCII Output .
.It Fl T Ns Cm html
-Produce CSS1/HTML5 output.
+Produce HTML5, CSS1, and MathML output.
See
.Sx HTML Output .
.It Fl T Ns Cm lint
@@ -320,6 +320,10 @@ which will normalise to \(>=60.
Output produced by
.Fl T Ns Cm html
conforms to HTML5 using optional self-closing tags.
+Default styles use only CSS1.
+Equations rendered from
+.Xr eqn 7
+blocks use MathML.
.Pp
The
.Pa example.style.css