aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-10-10 10:49:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-10-10 10:49:38 +0000
commit49d7281ce6b0994cd2dff338b2f098217baa219f (patch)
treef18f24f9e0120e8a81cd9af70d1c7a9606e40cb1 /TODO
parent8efd5a91fbe28e75b3e32b561fd71c6d1a0934c1 (diff)
downloadmandoc-49d7281ce6b0994cd2dff338b2f098217baa219f.tar.gz
mandoc-49d7281ce6b0994cd2dff338b2f098217baa219f.tar.zst
mandoc-49d7281ce6b0994cd2dff338b2f098217baa219f.zip
tasks found while reading the eqn(7) User's Guide
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 18 insertions, 6 deletions
diff --git a/TODO b/TODO
index fbf1be4f..03cd3a46 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.181 2014/10/10 08:44:24 kristaps Exp $
+* $Id: TODO,v 1.182 2014/10/10 10:49:38 schwarze Exp $
************************************************************************
************************************************************************
@@ -163,6 +163,18 @@
delimiter instead of being thrown away as a no-op roff line
reported by Yuri Pankov, Wed 18 May 2011 11:34:59 CEST
+--- missing eqn features -----------------------------------------------
+
+- set, delim, fonts
+
+- The "size" keyword is parsed, but ignored by the formatter.
+
+- The spacing characters `~', `^', and tab are currently ignored,
+ see User's Guide (Second Edition) page 2 section 4.
+
+- Mark and lineup are parsed and ignored,
+ see User's Guide (Second Edition) page 5 section 15.
+
--- missing misc features ----------------------------------------------
- italic correction (\/) in PostScript mode
@@ -296,6 +308,11 @@
- check https://github.com/trentm/mdocml
+--- eqn issues ---------------------------------------------------------
+
+- If .EQ follows preceding text, a space should be output between the
+ text and the equation.
+
************************************************************************
* formatting issues: gratuitous differences
************************************************************************
@@ -462,8 +479,3 @@ Several areas can be cleaned up to make mandoc even faster. These are
- Have Mac OSX systems automatically disable -static compilation of the
CGI: -static isn't supported.
-************************************************************************
-* eqn missing features
-************************************************************************
-
- - set, delim, fonts