diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-24 10:09:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-24 10:09:03 +0000 |
commit | 0db02e2364d93cad88a1df785984438635066e39 (patch) | |
tree | e2692c9f56fe6ad6ad2dd87adb78c02298d14a2f /index.sgml | |
parent | 7151bb8eeed729397435c0c693efc5546cfda123 (diff) | |
download | mandoc-0db02e2364d93cad88a1df785984438635066e39.tar.gz |
Tuned the initial eqn output, making it completely simple. This
completes a full initial eqn system, so I'm tagging a release on it.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -311,14 +311,14 @@ <A NAME="news">News</A> </H1> <P CLASS="news"> - xx-07-2011: version 1.11.5 + 24-07-2011: version 1.11.5 </P> <P> Significant <A HREF="eqn.7.html">eqn</A> improvements. <SPAN CLASS="nm">mdocml</SPAN> can now parse arbitrary eqn input (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the <A HREF="eqn.7.html">eqn</A> manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies the language specified in the <A CLASS="external" HREF="http://www.kohala.com/start/troff/v7man/eqn/eqn2e.ps">Second - Edition eqn User's Guide</A>. + Edition User's Guide</A>. </P> <P CLASS="news"> 12-07-2011: version 1.11.4 |