aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-23 22:20:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-23 22:20:17 +0000
commit658f8b398d78903a7e67a0d8fca420031bbde908 (patch)
tree17bbd773dc514f257f7934225a3c6898a6b4742d /TODO
parent15f1b4eb016473ee28ed3c95a14bc28cee720539 (diff)
downloadmandoc-658f8b398d78903a7e67a0d8fca420031bbde908.tar.gz
mandoc-658f8b398d78903a7e67a0d8fca420031bbde908.tar.zst
mandoc-658f8b398d78903a7e67a0d8fca420031bbde908.zip
eqn(1) output operator translation
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index c192cdcf..828cbcb0 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.237 2017/05/16 19:06:30 schwarze Exp $
+* $Id: TODO,v 1.238 2017/06/23 22:20:17 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -240,6 +240,13 @@ are mere guesses, and some may be wrong.
see User's Guide (Second Edition) page 5 section 15.
loc ** exist ** algo ** size ** imp **
+- GNU eqn converts some operators to special characters, for example,
+ input HYPHEN-MINUS becomes output \(mi, unless it is part of a
+ quoted word. mandoc(1) only does this when the operator is
+ surrounded by blanks, not when it is part of an unquoted word.
+ Also, check whether there are more such cases (e.g., +?).
+ reported by bentley@ 20 Jun 2017 02:04:29 -0600
+
--- missing misc features ----------------------------------------------
- italic correction (\/) in PostScript mode