4 Oct
2011
4 Oct
'11
6:37 p.m.
On Tue, 4 Oct 2011, Meer, H. van der wrote:
I find that "abc \doifmode{mode}{text} more text" can introduce extra whitespace. I conclude therefore that there is no \ignorespaces at work here. As a consequence the \doifmode does not completely disappear if mode is not satisfied. Is this intentional or should this behaviour be changed?
Can you provide a minimal example. I don't get any extra spaces \enablemode[test] \starttext A\doifmode{test}{B}C A\doifmode{notest}{B}C \stoptext Aditya