ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Felix Krause" <contact@flyx.org>
To: "Mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Line numbering skips lines
Date: Fri, 30 Oct 2020 15:43:38 +0100	[thread overview]
Message-ID: <54B64A7F-3771-4AB7-AECE-E7A9D54988F7@flyx.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 989 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1719 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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	other threads:[~2020-10-30 14:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54B64A7F-3771-4AB7-AECE-E7A9D54988F7@flyx.org \
    --to=contact@flyx.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).