diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-10-16 01:11:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-10-16 01:11:20 +0000 |
commit | 1355393bef46aede0de7305138dd0b3b3dab287c (patch) | |
tree | aa6c81705b9c2da774d6f10414fe170e7b76162d /TODO | |
parent | b53f13bc3058beab88ad98e78c0ce6c0ff5be2a0 (diff) | |
download | mandoc-1355393bef46aede0de7305138dd0b3b3dab287c.tar.gz |
Implement in-line equations, much needed by Xenocara manuals.
Put the steering into the roff parser rather than into the mdoc
parser such that it works for all macro languages and on both text
and macro lines.
Line breaks and blank characters generated before and after in-line
equations are not perfect yet, but let's do one thing at a time.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -224,9 +224,6 @@ are mere guesses, and some may be wrong. --- missing eqn features ----------------------------------------------- -- delim - loc ** exist ** algo ** size * imp *** - - The "size" keyword is parsed, but ignored by the formatter. loc * exist * algo * size * imp * @@ -515,6 +512,9 @@ are mere guesses, and some may be wrong. - mention /usr/share/misc/mdoc.template in mdoc(7)? +- Is all the content from http://www.std.com/obi/BSD/doc/usd/28.tbl/tbl + covered in tbl(7)? + ************************************************************************ * performance issues ************************************************************************ |