[NTG-context] Indentation within footnotes
Wolfgang Schuster
schuster.wolfgang at gmail.com
Sun Mar 15 17:55:31 CET 2015
> Am 15.03.2015 um 14:42 schrieb Idris Samawi Hamid ادريس سماوي حامد <ishamid at colostate.edu>:
>
> Dear gang,
>
> In the attached example: For a given footnote I would like for the first line of each paragraph after paragraph one to be indented. What do I need to do to get this right? Thanks in advance, and
>
> Best wishes
> Idris
>
> ============
> \setupindenting[big,yes]
> \setupheads[indentnext=no]
> \setupnotation[footnote][command={\setupindenting[big,yes]},indenting=yes,next]
1. You have to put braces around the arguments for the indenting key.
2. Change the notation setup to \setupnotation[footnote][indenting={yes,big}] because notes ignore the global indent value.
Wolfgang
More information about the ntg-context
mailing list