Hallo!
I have a little problem with the module 'verb-c'.
Backslashes in verbatim text seem to disturb colors.
----------------------------------------------------
\usemodule[verb-c]
\setupcolors[state=start]
\setuptyping[C][color=blue,palet=colorpretty,
numbering=line]
\starttext
Davor
\startC
#include
On 8/17/06, wwl@musensturm.de
Hallo!
I have a little problem with the module 'verb-c'.
Backslashes in verbatim text seem to disturb colors. ---------------------------------------------------- \usemodule[verb-c] \setupcolors[state=start] \setuptyping[C][color=blue,palet=colorpretty, numbering=line] \starttext Davor \startC #include
int main() { printf("Hallo\n"); } \stopC Danach \stoptext ---------------------------------------------------- Problem:
'Danach' is blue! Last line number has the same color as the quotet String "Hallo ConTeXt\n".
Delete the newline char and all is ok!
How can this be fixed?
puts("Hallo"); nikolai
participants (2)
-
Nikolai Weibull
-
wwl@musensturm.de