-
Notifications
You must be signed in to change notification settings - Fork 28
/
BUGS
58 lines (42 loc) · 2.09 KB
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Known bugs or problems
======================
* --> is an operator, not a comment
(reported by Neil Mitchell)
[ Fixed on 15 Nov 2007. ]
* catcode of @ is wrong after including standard files
(reported by Jeremy Gibbons)
[ Hopefully fixed on 15 Nov 2007. ]
* backquotes in operators don't render nicely and should at least
be configurable
[ Made configurable 15 Nov 2007, behaviour unchanged though. ]
* special characters in string literals are formatted in a way
that assumes the font used is tt; same holds for verbatim; make
configurable
* \perform { ... } (with space) doesn't seem to work
* opening %{ parenthesis without closing %}
causes (Fail: Main.lhs:186: Non-exhaustive patterns in lambda)
[ I think this is fixed. ]
* document command line options more systematically
- for instance, document --path=:bla and --path=bla:
[ This is at least in the manpage now. ]
* add @@ and || quoting with typical errors as FAQ
* operator sections involving `infix` operators don't render nicely
* "default" style, i.e. if no style is selected, seems to be --tt;
this isn't a good choice -- should there be a default style at all?
[ This is --poly now. ]
* in --tt mode, the <- is formatted as the \in-symbol of the tt
symbol font, where the \leftarrow would seem more appropriate;
maybe the default should be changed to \char''30 for <-, but
compatibility is also worth a thing.
* the manual does not explain how ' is treated in TeX strings, such
as occur in formatting statements.
* the manual and most of all INSTALL should mention the texmf-tree
location procedure and the --with-texmf as well as the
--disable-polytable flag ...
* there is some bad interaction between parametrized formatting
directives and directly connecting alignment columns; an example
is in Experiments/FormatAlign.lhs.
* there are hardcoded maximum sizes in TeX parser for commands and
environments; this should at least be mentioned, better be made
configurable, best be removed somehow
* improperly nested parentheses can still lead to non-displayed code