Re: [NTG-context] indenting \startlines... \stoplines

2012-01-01 Thread Wolfgang Schuster

Am 31.12.2011 um 20:33 schrieb Pablo Rodríguez:

 Hi there,
 
 I want to be a \startlines... \stoplines environment to be 10cm away
 from the left margin.
 
 I know this is a basic question, but I have no idea how to do it.


As the lines environment has no margin keys you need the narrower environment 
to increase the left margin.

\definenarrower[narrowlines][left=10cm]

\setuplines
  [before={\startnarrowlines[left]},
after=\stopnarrowlines]

\starttext \showframe

\startlines
One
Two
Three
\stoplines

\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
___


Re: [NTG-context] indenting \startlines... \stoplines

2012-01-01 Thread Pablo Rodríguez
On 01/01/2012 10:30 AM, Wolfgang Schuster wrote:
 Am 31.12.2011 um 20:33 schrieb Pablo Rodríguez:
 
 Hi there,

 I want to be a \startlines... \stoplines environment to be 10cm away
 from the left margin.

 I know this is a basic question, but I have no idea how to do it.
 
 As the lines environment has no margin keys you need the narrower environment 
 to increase the left margin.

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


[NTG-context] indenting \startlines... \stoplines

2011-12-31 Thread Pablo Rodríguez
Hi there,

I want to be a \startlines... \stoplines environment to be 10cm away
from the left margin.

I know this is a basic question, but I have no idea how to do it.

Since this is my last question to the list (this year ;-)), I'd really
appreciate, if anyone would be so kind to answer it.

Happy New Year,


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