Re: [NTG-context] Linenumbering

2014-04-23 Thread MANUEL GONZALEZ SUAREZ
Thanks very much, Hans. De: ntg-context-boun...@ntg.nl ntg-context-boun...@ntg.nl en nombre de Hans Hagen pra...@wxs.nl Enviado: martes, 15 de abril de 2014 6:58 Para: ntg-context@ntg.nl Asunto: Re: [NTG-context] Linenumbering On 4/10/2014 12:46 AM

Re: [NTG-context] Linenumbering

2014-04-15 Thread Hans Hagen
On 4/10/2014 12:46 AM, MANUEL GONZALEZ SUAREZ wrote: Hello everyone. I give a small example: \setuppagenumbering [alternative=doublesided] \setuplinenumbering[location=outer, step=5, method=page, style=\tfxx, align=left, distance=1em, width=0.4em] \starttext \section{First section}

[NTG-context] Linenumbering

2014-04-09 Thread MANUEL GONZALEZ SUAREZ
Hello everyone. I give a small example: \setuppagenumbering [alternative=doublesided] \setuplinenumbering[location=outer, step=5, method=page, style=\tfxx, align=left, distance=1em, width=0.4em] \starttext \section{First section} \startlinenumbering text text text \stoplinenumbering

[NTG-context] Linenumbering and bidi

2014-03-28 Thread Rik Kabel
I have requirements similar to those of Stéphane Goujet to reproduce the typography of earlier times, and I tried to adapt the code presented in his note earlier today titled “Quotation blocs with repetition symbol in the left column.” The result of this attempt is the discovery of two issues

[NTG-context] Linenumbering and startnarrower

2014-03-28 Thread Rik Kabel
I have requirements similar to those of Stéphane Goujet to reproduce the typography of earlier times, and I tried to adapt the code presented in his note earlier today titled Quotation blocs with repetition symbol in the left column. The result of this attempt is the discovery of two issues

Re: [NTG-context] Linenumbering and bidi

2014-03-28 Thread Hans Hagen
On 3/28/2014 10:45 PM, Rik Kabel wrote: I have requirements similar to those of Stéphane Goujet to reproduce the typography of earlier times, and I tried to adapt the code presented in his note earlier today titled “Quotation blocs with repetition symbol in the left column.” The result of this

Re: [NTG-context] Linenumbering and bidi

2014-03-28 Thread Rik Kabel
On 2014-03-28 18:25, Hans Hagen wrote: On 3/28/2014 10:45 PM, Rik Kabel wrote: I have requirements similar to those of Stéphane Goujet to reproduce the typography of earlier times, and I tried to adapt the code presented in his note earlier today titled “Quotation blocs with repetition symbol

Re: [NTG-context] linenumbering in columnsets (or different solution?)

2013-07-10 Thread Hans Hagen
On 7/9/2013 7:36 PM, Thomas A. Schmitz wrote: Hi, I want a document with two columns; left column is poetry, so I want the lines to be numbered. Unfortunately, linenumbering doesn't appear to work in columns(ets), so my next attempt was to produce a third, very narrow column which displays the

Re: [NTG-context] linenumbering in columnsets (or different solution?)

2013-07-10 Thread Thomas A. Schmitz
On 07/10/2013 12:06 PM, Hans Hagen wrote: On 7/9/2013 7:36 PM, Thomas A. Schmitz wrote: I want a document with two columns; left column is poetry, so I want the lines to be numbered. Unfortunately, linenumbering doesn't appear to work in columns(ets), so my next attempt was to produce a third,

[NTG-context] linenumbering in columnsets (or different solution?)

2013-07-09 Thread Thomas A. Schmitz
Hi, I want a document with two columns; left column is poetry, so I want the lines to be numbered. Unfortunately, linenumbering doesn't appear to work in columns(ets), so my next attempt was to produce a third, very narrow column which displays the line numbers. However, columnsets with

Re: [NTG-context] linenumbering

2012-07-14 Thread Thomas A. Schmitz
On 07/12/2012 10:34 PM, Wolfgang Schuster wrote: The liner numbering environment has no before/after keys, you should always keep in mind that line numbers are added after the page is finished and the start/stop commands are mark the begin and end of the block where numbers are added. You can

Re: [NTG-context] linenumbering

2012-07-12 Thread Thomas A. Schmitz
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

Re: [NTG-context] linenumbering

2012-07-12 Thread Wolfgang Schuster
Am 12.07.2012 um 15:57 schrieb Thomas A. Schmitz: 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

[NTG-context] linenumbering

2012-07-09 Thread Thomas A. Schmitz
OK, here's another one. For the code, I must admit: http://www.alyssahiba.com/wp-content/uploads/2012/02/no-idea-what-im-doing-dog.jpg I think it was the Wolfgang who helped me with this a couple of months ago. I want a start/stop pair that will take as an argument a key-value to set the

Re: [NTG-context] linenumbering

2012-07-09 Thread Hans Hagen
On 9-7-2012 20:50, Thomas A. Schmitz wrote: \def\startnumberedblockquote {\dosingleempty\dostartnumberedblockquote} \def\dostartnumberedblockquote[#1]% {\getrawparameters[numberedblockquote][start=1,#1]% \blank[line]% \begingroup \setupindenting[no]%

Re: [NTG-context] linenumbering

2012-07-09 Thread Thomas A. Schmitz
On 7/9/12 10:46 PM, Hans Hagen wrote: fixed % \startlinenumbering[startvalue|continue|settings|name] % \startlinenumbering[name][startvalue|continue|settings] btw, you can define linenumberings ... Thanks for the fix, and for the code - I'll play with it later today! All best Thomas

Re: [NTG-context] linenumbering per page

2012-07-06 Thread Martin
Thanks that worked! \starttext \setuplinenumbering[method=page] \startlinenumbering \dorecurse{20}{\input knuth\par} \stoplinenumbering \stoptext Wolfgang ___ If your question is of interest to others as well,

Re: [NTG-context] linenumbering per page

2012-07-04 Thread Wolfgang Schuster
Am 04.07.2012 um 16:50 schrieb Martin: Hi, I would like to place line numbers in a multipage document. \startlinenumbering lots of text filling several pages \stoplinenumbering What I would like to have, and fail to find, is an option to that would restart the numbering on every page

[NTG-context] Linenumbering

2012-05-25 Thread Willi Egger
Hi all, may be i am mistaken, but I can't get line numbering to show in the beta of yesterday afternoon. \starttext \setuplinenumbering[step=5,location=intext] \startlines Een nieuwe lente en een nieuw geluid: Ik wil dat dit lied klinkt als het gefluit, Dat ik vaak hoorde voor een zomernacht,

Re: [NTG-context] Linenumbering

2012-05-25 Thread Hans Hagen
On 25-5-2012 10:07, Willi Egger wrote: Hi all, may be i am mistaken, but I can't get line numbering to show in the beta of yesterday afternoon. \starttext \setuplinenumbering[step=5,location=intext] \startlines Een nieuwe lente en een nieuw geluid: Ik wil dat dit lied klinkt als het gefluit,

Re: [NTG-context] Linenumbering

2012-05-25 Thread Willi Egger
Oh dear, stupid me… Still I have two things: - It appears that the intent option is not honored and the numbers appear always in the margin. - The numbers are flush right in the margin, but after line 99 the third number is placed outside the margin towards the text. Willi

Re: [NTG-context] Linenumbering

2012-05-25 Thread Rogers, Michael K
On May 25, 2012, at 6:33 AM, Willi Egger wrote: Hi, On May 25, 2012, at 12:30 PM, Willi Egger wrote: Oh dear, stupid me… Still I have two things: - It appears that the intent option is not honored and the numbers appear always in the margin. should read as intext .. ;-) - The

[NTG-context] linenumbering

2006-01-14 Thread Thomas A. Schmitz
All, I have a document with several sections and would like to have lines numbered consecutively across all sections. However, when the \startlinenumbering ... stoplinenumbering spans a \section command, it doesn't work any longer; lines are not numbered. Is there a solution or a