Hi, \startnarrower doesn’t work for the left margin in lists. What is wrong in my minimal example? TIA! \starttext \startnarrower [5*middle] % 5*left,5*right \placecontent [criterium=local] \stopnarrower \part{First part} \chapter{Chapter one} \chapter{Chapter two} \chapter{Chapter three} \stoptext
Yes, it’s possible to fix it on this way. But what is the right conversion of 1*left in mm/em?
left, middle and right depend on the font size: left=1.5\emwidth right=1.5\emwidth which means for your example: \setuplist [margin=7.5em] Marco
Am 07.02.2013 um 13:22 schrieb Marco Patzer
On 2013–02–07 Markus Finke wrote:
\startnarrower doesn’t work for the left margin in lists. What is wrong in my minimal example?
I did not check why it doesn't work. But to add a left margin you can use:
\setuplist [margin=3cm]
Both environments use the same register to indent the content and the list overwrites the narrower value. Wolfgang
participants (3)
-
Marco Patzer
-
Markus Finke
-
Wolfgang Schuster