Adam Duck
2005-03-11 16:03:17 UTC
Hi,
while filing a bug report to the ConTeXt-ML I discovered a bug in the
new indentation-code. I have this code:
--- ConTeXt code ---
\setupFLOWcharts[offset=50pt]
\startFLOWchart[test]
\startFLOWcell
\name{one}
\location{1,1}
....
--- end ---
as you can see, there should be no indentation after a "\setup.*" or
"\define.*", and after "\define.*" there isn't. The funny thing is:
every line with a \setup-command gets indented -2 chars and the
following line +2 (so you don't see it if you have more than one line
of \setup-commands).
bye, Adam.
while filing a bug report to the ConTeXt-ML I discovered a bug in the
new indentation-code. I have this code:
--- ConTeXt code ---
\setupFLOWcharts[offset=50pt]
\startFLOWchart[test]
\startFLOWcell
\name{one}
\location{1,1}
....
--- end ---
as you can see, there should be no indentation after a "\setup.*" or
"\define.*", and after "\define.*" there isn't. The funny thing is:
every line with a \setup-command gets indented -2 chars and the
following line +2 (so you don't see it if you have more than one line
of \setup-commands).
bye, Adam.