On 07/09/2012 10:46 PM, Hans Hagen wrote:
btw, you can define linenumberings ...

Hi Hans,

I finally had time to play a bit with your code, and AFAICS, the settings for "before" and "after" in \definelinenumbering are quietly ignored; at least, I get no blank lines:

\definelinenumbering
  [blocked]
  [width=1cm,
   location=text,
   before={\blank[line]},
   after={\blank[line]}]

\getrawparameters
  [numberedblockquote]
  [start=1]

\unexpanded\def\startnumberedblockquote
  {\dosingleempty\dostartnumberedblockquote}

\def\dostartnumberedblockquote[#1]%
  {\begingroup
   \setupindenting[no]%
   \getrawparameters[numberedblockquote][#1]%
   \startlinenumbering[blocked][start=\numberedblockquotestart]}

\unexpanded\def\stopnumberedblockquote
  {\stoplinenumbering
   \endgroup}

\starttext

\input tufte

\startnumberedblockquote[start=3]

\input knuth

\stopnumberedblockquote

\input tufte

\stoptext

All best

Thomas
___________________________________________________________________________________
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 via email to