[NTG-context] indenting \startlines... \stoplines
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Sun Jan 1 10:30:56 CET 2012
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
More information about the ntg-context
mailing list