On 8/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 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 <stdio.h>
>
> 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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to