[NTG-context] line number overwriting
Pierre-François Bonnefoi
bonnefoi at unilim.fr
Thu Apr 30 11:24:09 CEST 2015
Hello,
thank you for your solution.
As I understand this code, it's a patch to some internal processing code, so I've integrated it in my environment file.
The result is similar to the previous result :
I've two columns paragraph, with a verbatim zone in the left column that gets two numbering : 1 to 25 then 26 to 50.
If I change the numbering style with the command "\definelinenumbering" associated to the verbatim zone from the global numbering style, I get one numbering with the
particular style and the other with the global style.
I don't know if this gives insight into the process that occurs in the rendering engine.
Thank you very much for your help,
Pierre-François.
> On 29 Apr 2015, at 18:51, Wolfgang Schuster <schuster.wolfgang at gmail.com> wrote:
>
>>
>> Am 29.04.2015 um 17:00 schrieb Pierre-François Bonnefoi <bonnefoi at unilim.fr>:
>>
>> Thank you very much for your solution.
>>
>> When using it into a paragraph, the line number disappears :
>>
>> \defineframed[numeroLigneCode][location=low,width=fit,strut=yes,frame=off,rightframe=on]
>>
>> \definetyping[code][numbering=line,page=yes,bodyfont=9pt,tab=2]
>>
>> \setuplinenumbering[code][location=text,align=left,style={\switchtobodyfont[9pt,tt]},command=\numeroLigneCode,distance=-.5em,width=2em]
>>
>> \defineparagraphs[TwoCols][n=2,before=,after=]
>>
>> \starttext
>> \startTwoCols
>> \startcode
>> one
>> two
>> three
>> \stopcode
>> \TwoCols
>> hum
>> \stopTwoCols
>> \stoptext
>>
>> I've tried to use the command "\definelinenumbering" without success.
>>
>> I don't know what happened…
>
> To add line numbers to text in a box some kind of post processing is necessary and the paragraphs
> environment doesn’t perform this yet but it can be added with a single line in the code. I don’t if there
> are side effect from this change and if this is the right place for the line but it works in the following example.
>
> \unprotect
>
> \def\typo_paragraphs_stop_cell_yes
> {\ifvmode
> \removelastskip
> \else
> \removeunwantedspaces
> \endstrut
> \endgraf
> \fi
> \paragraphsparameter\c!bottom
> \egroup % (2)
> % The following is necessary to show line numbers in a paragraphs environment
> \page_postprocessors_linenumbers_box\scratchbox
> \dontleavehmode\hbox{\raise\strutheight\box\scratchbox}%
> \endgroup}
>
> \protect
>
> \defineparagraphs[Test][n=2]
>
> \setuptyping[numbering=line,tab=no]
>
> \starttext
>
> \startparagraphs[Test]
>
> \startparagraphscell
>
> \input ward
>
> \starttyping
> One
> Two
> Three
> \stoptyping
>
> \stopparagraphscell
>
> \startparagraphscell
> Second column
> \stopparagraphscell
>
> \stopparagraphs
>
> \stoptext
>
> Wolfgang
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context at 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
> ___________________________________________________________________________________
--
Bonnefoi Pierre-Francois | E-mail : bonnefoi at unilim.fr http://libpfb.so/
Universite de Limoges, Laboratoire XLIM | Tel : 06 28 18 03 38
123 av Albert Thomas | Mrs. Peel, we're needed...
87060 Limoges CEDEX - FRANCE | The Avengers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150430/1f0e4e4f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-2.png
Type: image/png
Size: 94299 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150430/1f0e4e4f/attachment-0001.png>
More information about the ntg-context
mailing list