ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Line Numbering (blank lines)
Date: Fri, 18 Jun 2010 18:46:36 +0200	[thread overview]
Message-ID: <4C1BA2EC.2090401@googlemail.com> (raw)
In-Reply-To: <SNT135-w16139A624F42AF3B6A1F4EBDC00@phx.gbl>

Am 18.06.10 17:55, schrieb David Abdurachmanov:
> Hi,
>
> How make ConTeXt to number blank lines? Blank lines by default are
> skipped. Especially when giving programming examples (source code) in
> ConTeXt documents, I would prefer blank lines still have number.


For mkiv it's works out of the box, for mkii it's not possible to change 
this with a simple key.

Here is a working solution but it redefined a *internal* macro:

% \def\doemptyverbatimline
%   {\vskip\verbatimbaselineskip
%    {\setbox0\hbox{\the\everyline}}%
%    \global\linepartrue}

\def\doemptyverbatimline
   {\dontleavehmode
    \strut
    \the\everyline
    \par}

\starttext
\setuptyping[numbering=line]
\starttyping
one
two

four
five
\stoptyping
\stoptext

Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2010-06-18 16:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-18 15:55 David Abdurachmanov
2010-06-18 16:46 ` Wolfgang Schuster [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-13  6:42 David Abdurachmanov

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=4C1BA2EC.2090401@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).