On Tue, 2 Dec 2014, Wolfgang Schuster wrote:
Am 02.12.2014 um 08:33 schrieb 19cat
: I have another question, using this \setupheads solution.
When I use \title and \subject the result of "first" and "next" options of \setupindenting are omitted.
While in \chapter and \sections with \setupheads[indentnext={yes,first}] command, first paragraph indent is controled with "first/next" option in \setupindenting[yes,medium,next], in \title and \subject only change modifying indentnext to yes/no in \setuphead[subject].
Is this normal?
The indentnext key accepts only the three values
- yes, - no and - auto.
Other values like your “yes,first” (which is here a single keyword with a comma in the name and not a list) are ignored by context.
Ah, of course. Sorry for giving the wrong info. Aditya