From 08be124a58f07e4e41c58ea794f3e9eb04230e2b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 10 Oct 2014 08:44:24 +0000 Subject: =?UTF-8?q?Re-write=20of=20eqn(7)=20parser=20and=20MathML=20output?= =?UTF-8?q?.=20This=20adds=20parser-level=20support=20for=20the=20grammar?= =?UTF-8?q?=20described=20by=20the=20eqn=20second-edition=20technical=20pa?= =?UTF-8?q?per,=20"Typesetting=20Mathematics=20=E2=80=94=20User's=20Guide"?= =?UTF-8?q?=20(Kernighan,=20Cherry).=20The=20reason=20for=20this=20re-writ?= =?UTF-8?q?e=20is=20the=20grouping=20rules,=20which=20were=20not=20possibl?= =?UTF-8?q?e=20given=20the=20existing=20implementation.=20The=20re-write?= =?UTF-8?q?=20has=20also=20considerably=20simplified=20the=20HTML=20(and,?= =?UTF-8?q?=20if=20it=20ever=20is=20completed,=20terminal)=20front-end.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mandoc.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index 95f52689..e280a262 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.115 2014/10/07 14:07:03 schwarze Exp $ +.\" $Id: mandoc.1,v 1.116 2014/10/10 08:44:24 kristaps Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2012, 2014 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 7 2014 $ +.Dd $Mdocdate: October 10 2014 $ .Dt MANDOC 1 .Os .Sh NAME @@ -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 -- cgit v1.2.3