\placenotes[endnote] puts a list of endnotes spaced out with the setting of \setupwhitespace. Is there a means to keep \setupwhitespace undisturbed but changing this for the endnotes alone? Some parameter to be specified in \setupnote, \setupnotation or one of its friends perhaps? Hans van der Meer
On 07/14/2017 02:44 PM, Meer, Hans van der wrote:
\placenotes[endnote] puts a list of endnotes spaced out with the setting of \setupwhitespace. Is there a means to keep \setupwhitespace undisturbed but changing this for the endnotes alone? Some parameter to be specified in \setupnote, \setupnotation or one of its friends perhaps? Hans,
I guess this is what you need: \startsetups[setups:endnotes] \setupwhitespace[5em] \stopsetups \setupnote [endnote] [before=\directsetup{setups:endnotes}] \starttext \dorecurse{5}{\input zapf\endnote{\input knuth}} \placenotes[endnote] \stoptext I hope it helps, Pablo -- http://www.ousia.tk
Exactly what I was looking for. Thanks! Hans van der Meer
On 14 Jul 2017, at 17:07, Pablo Rodriguez
wrote: On 07/14/2017 02:44 PM, Meer, Hans van der wrote:
\placenotes[endnote] puts a list of endnotes spaced out with the setting of \setupwhitespace. Is there a means to keep \setupwhitespace undisturbed but changing this for the endnotes alone? Some parameter to be specified in \setupnote, \setupnotation or one of its friends perhaps? Hans,
I guess this is what you need:
\startsetups[setups:endnotes] \setupwhitespace[5em] \stopsetups
\setupnote [endnote] [before=\directsetup{setups:endnotes}]
\starttext \dorecurse{5}{\input zapf\endnote{\input knuth}} \placenotes[endnote] \stoptext
I hope it helps,
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Meer, Hans van der
-
Pablo Rodriguez