diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-23 09:47:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-23 09:47:25 +0000 |
commit | 2252d1a2cee8d276065b3b219c4566d375827af8 (patch) | |
tree | c1b1a99728def9cc78b05fe21964f45f99f36136 /index.sgml | |
parent | bf7102688102ef67c2fde9e395308692aa679c51 (diff) | |
download | mandoc-2252d1a2cee8d276065b3b219c4566d375827af8.tar.gz |
The circumflex is also a special space character.
Note this and clean up some documentation in eqn.7.
Also add some version notes, although I'm not ready for a release yet.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -311,6 +311,14 @@ <A NAME="news">News</A> </H1> <P CLASS="news"> + xx-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 equations + (although few GNU troff 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. + </P> + <P CLASS="news"> 12-07-2011: version 1.11.4 </P> <P> |