2 Dec
2014
2 Dec
'14
9:49 a.m.
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. Wolfgang