Multi-par footnotes. Indent second and later paragraphs?
I have a few footnotes that are longer. New paragraphs are not indented, I’d like to have everything except the first paragraph indented. By hand is OK, but the only thing I can think of is a couple of ~ at the start of each new par, not very nice and it doesn’t by definition align perfectly. Is there a nicer way? G
Am 05.08.2014 um 17:44 schrieb Gerben Wierda
I have a few footnotes that are longer. New paragraphs are not indented, I’d like to have everything except the first paragraph indented. By hand is OK, but the only thing I can think of is a couple of ~ at the start of each new par, not very nice and it doesn’t by definition align perfectly. Is there a nicer way?
\setupindenting[yes,medium,next] \setupnotation[footnote][indenting={yes,medium}] \starttext \input knuth \startfootnote \input knuth \stopfootnote \stoptext Wolfgang
On 05 Aug 2014, at 22:57, Wolfgang Schuster
Am 05.08.2014 um 17:44 schrieb Gerben Wierda
: I have a few footnotes that are longer. New paragraphs are not indented, I’d like to have everything except the first paragraph indented. By hand is OK, but the only thing I can think of is a couple of ~ at the start of each new par, not very nice and it doesn’t by definition align perfectly. Is there a nicer way?
\setupindenting[yes,medium,next]
\setupnotation[footnote][indenting={yes,medium}]
\starttext
\input knuth \startfootnote \input knuth \stopfootnote
\stoptext
Thanks, Can this also be used with \footnote{}? And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary? G
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 ___________________________________________________________________________________
On 06 Aug 2014, at 17:46, Gerben Wierda
[…] Thanks,
Can this also be used with \footnote{}?
And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
G
Hi Gerben, The command \setupindenting is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes. On the other hand the command \setupnotation[footnote][indenting={yes,medium}] is there for your footnotes to have the desired indentation, and it is clear that you can use also \footnote{\input knuth.tex} and get your footnote with indentation (just try it… :-) Best regards: OK
On 06 Aug 2014, at 18:25, Otared Kavian
On 06 Aug 2014, at 17:46, Gerben Wierda
wrote: […] Thanks,
Can this also be used with \footnote{}?
And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
G
Hi Gerben,
The command \setupindenting is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.
On the other hand the command \setupnotation[footnote][indenting={yes,medium}] is there for your footnotes to have the desired indentation, and it is clear that you can use also \footnote{\input knuth.tex} and get your footnote with indentation (just try it… :-)
I tried. It gets me: ! Undefined control sequence. l.141 \setupnotation [footnote][indenting={yes,medium}] G
Am 09.08.2014 um 14:29 schrieb Gerben Wierda
On 06 Aug 2014, at 18:25, Otared Kavian
wrote: On 06 Aug 2014, at 17:46, Gerben Wierda
wrote: […] Thanks,
Can this also be used with \footnote{}?
And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
G
Hi Gerben,
The command \setupindenting is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.
On the other hand the command \setupnotation[footnote][indenting={yes,medium}] is there for your footnotes to have the desired indentation, and it is clear that you can use also \footnote{\input knuth.tex} and get your footnote with indentation (just try it… :-)
I tried. It gets me:
! Undefined control sequence. l.141 \setupnotation [footnote][indenting={yes,medium}]
When you use MkII you have to replace \setupnotation with \setupnotedefinition. Wolfgang
On 09 Aug 2014, at 14:33, Wolfgang Schuster
Am 09.08.2014 um 14:29 schrieb Gerben Wierda
: On 06 Aug 2014, at 18:25, Otared Kavian
wrote: On 06 Aug 2014, at 17:46, Gerben Wierda
wrote: […] Thanks,
Can this also be used with \footnote{}?
And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
G
Hi Gerben,
The command \setupindenting is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.
On the other hand the command \setupnotation[footnote][indenting={yes,medium}] is there for your footnotes to have the desired indentation, and it is clear that you can use also \footnote{\input knuth.tex} and get your footnote with indentation (just try it… :-)
I tried. It gets me:
! Undefined control sequence. l.141 \setupnotation [footnote][indenting={yes,medium}]
When you use MkII you have to replace \setupnotation with \setupnotedefinition.
That works. Thanks. G
participants (3)
-
Gerben Wierda
-
Otared Kavian
-
Wolfgang Schuster