Andrea Valle mailto:valle@di.unito.it 9. Mai 2016 um 17:19 Dear all,
I’m finishing a book in ConTeXt. The publisher is pretty happy with the results. But he asks me:
When opting for paragraph indents, paragraphs following directly after a headline should no show the indent.
I guess that the first line of chapter/section/subsection should have no indent. Hmm, how to get this?
For chapter/section/subsection I have e.g.
\setuphead[chapter] [style=\ss\tfc, before={\blank[1cm]\startframedtext[width=local, foregroundcolor=black, background=color, backgroundcolor=bgGrey1, framecolor=bgGrey2,offset=0.25cm, rulethickness=0.05cm, frame=off, topframe=on, bottomframe=on]\crlf},after={\stopframedtext\blank[4cm]}]
Is there an available option to be set? You have to add \noindentation after \stopframedtext.
\setuphead [chapter] [before={\startframedtext}, after={\stopframedtext\noindentation}] \setupindenting[yes,medium] \starttext \chapter{Knuth} \input knuth \stoptext Wolfgang