26 Apr
2006
26 Apr
'06
6:25 p.m.
On Wed, 26 Apr 2006 19:43:48 +0200 (CEST), Peter Münster
Hello, thanks to Nikolai for the verb-c module!
One (probably there will come more) question: How could I adjust the width of the tabulator?
Use the tab option (not specific to C): \usemodule[verb-c] \setupcolors[state=start] \starttext \startC[tab=2] if (i == 0) { a = b; } else { a = c; } \stopC \startC[tab=4] if (i == 0) { a = b; } else { a = c; } \stopC \startTEX[tab=8] \startC[tab=4] if (i == 0) { a = b; } else { a = c; } \stopC \stopTEX \stoptext Regards, BG