13 Feb
2011
13 Feb
'11
9:58 p.m.
Am 13.02.2011 um 21:40 schrieb Tom:
My intention is to indent all paragraphs that do not follow whitespace. However, my code isn't making that happen. What am I doing wrong?
\definestartstop[dedication][style={\switchtobodyfont[dedication,20pt]}] \definehead [dedication][chapter]
Don’t define two commands with the same name, \definestartstop[dedication] was meant as alternative to \definehead[dedication]. To force a page break you can add “before=\page“ to \definestartstop.
\setupindenting[medium] \indenting[next]
Enable indenting, \indenting is just a synonym for \setupindenting but use the \setup-command. \setupindenting[yes,medium,next]
\dedication{}
??? Wolfgang