4 Feb
2013
4 Feb
'13
8:17 p.m.
Am 04.02.2013 um 21:11 schrieb Devendra Ghate
Hello,
I am trying to indent my section/subsection etc. progressively. I am using *numbercommand* and added *hspace* before the numbers. But the section title is not moved to the right along with the section number and overlaps with it. I tried adding *loffset=2cm* (since all the options of *\framed* are valid for *setuplist*) also, but doesn't seem to have any effect.
Please point out the mistake.
Regards, Devendra
*MWE*
\definehspace[myem][2em] \def\secnum#1{\hspace[myem]#1} \setuplist [section] [numbercommand={\secnum}]
\setuplist[…][margin=2em] Wolfgang