On Wed, 26 Apr 2006 21:26:08 +0200 (CEST), Peter Münster
On Wed, 26 Apr 2006, nico wrote:
On Wed, 26 Apr 2006 19:43:48 +0200 (CEST), Peter Münster
wrote: One (probably there will come more) question: How could I adjust the width of the tabulator?
Use the tab option (not specific to C):
Thanks! In fact I should have looked into texshow instead of relying on the old \chardef\spacespertab=...
I'm sorry, here comes already my second problem:
\usemodule[verb-c] \setupcolors[state=start] \setuptyping[option=C,tab=4] \starttext Contents of file \type{test.c}: \startC /** Doing this and that. \param i the index */ void do_this(int i){ int bla; } \stopC
Here we get \quotation{\type{! Missing number, treated as zero.}}: \typefile{test.c} \stoptext
Could you help again?
Sorry, this time I cannot help. I think it's a bug in verb-c that makes a mess with standard C comments on several lines. C++/ISO C99 comments (//) seem correctly handled. Regards, BG