Hi all,

in a typing environment, I have the problem that not every line is numbered:

    \definetyping
        [code]
        [numbering=line,
         escape={@[,@]}]

    \setupcolors[state=start]
    \definecolor[nonsigpart][r=.7,g=.7,b=.7]
    \defineframed[nonsig]
        [location=low,frame=off,background=color,backgroundcolor=nonsigpart]

    \starttext
      \startcode
    lorem ipsum
    @[ @]

    @[foo@]
    @[\nonsig{bar}@]
    dolor sit amet
      \stopcode
    \stoptext

This will number

 * the first and last lines, containing normal text
 * the third line containing nothing at all
 * the forth line containing `foo` inside an escape sequence

It will skip

* the second line containing a space character inside an escape sequence
 * the fifth line which produces text with a gray background

Why does it skip those lines? This seems really strange as a completely empty line does get numbered. How can I number every line?

Regards,
Felix
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to