Re: [NTG-context] vertically centering line numbers

2018-12-01 Thread Pablo Rodriguez
On 12/1/18 9:49 AM, Wolfgang Schuster wrote:
> Pablo Rodriguez schrieb am 30.11.18 um 19:29:
>> [...]
>> Is there a way to center vertically the line numbers?
> 
> \defineshift [RaiseNumber] [dy=-0.25,style=\tfxx]
> 
> \setuplinenumbering [step=3,command=\RaiseNumber]
Many thanks for your help, Wolfgang.

Pablo
-- 
http://www.ousia.tk
___
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
___

Re: [NTG-context] vertically centering line numbers

2018-12-01 Thread Wolfgang Schuster

Pablo Rodriguez schrieb am 30.11.18 um 19:29:

Dear list,

I have the following sample:

 \setuplinenumbering[step=3, style=\tfxx]
 \starttext
 \startlinenumbering
 \dorecurse{40}{This is a verse.\\}
 \stoplinenumbering
 \stoptext

Is there a way to center vertically the line numbers?



\defineshift [RaiseNumber] [dy=-0.25,style=\tfxx]

\setuplinenumbering [step=3,command=\RaiseNumber]

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] vertically centering line numbers

2018-11-30 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\setuplinenumbering[step=3, style=\tfxx]
\starttext
\startlinenumbering
\dorecurse{40}{This is a verse.\\}
\stoplinenumbering
\stoptext

Is there a way to center vertically the line numbers?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
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
___