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

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to