ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* whitespace between endnotes
@ 2017-07-14 12:44 Meer, Hans van der
  2017-07-14 15:07 ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Meer, Hans van der @ 2017-07-14 12:44 UTC (permalink / raw)
  To: NTG ConTeXt

\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




___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: whitespace between endnotes
  2017-07-14 12:44 whitespace between endnotes Meer, Hans van der
@ 2017-07-14 15:07 ` Pablo Rodriguez
  2017-07-14 15:28   ` Meer, Hans van der
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2017-07-14 15:07 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: whitespace between endnotes
  2017-07-14 15:07 ` Pablo Rodriguez
@ 2017-07-14 15:28   ` Meer, Hans van der
  0 siblings, 0 replies; 3+ messages in thread
From: Meer, Hans van der @ 2017-07-14 15:28 UTC (permalink / raw)
  To: NTG ConTeXt

Exactly what I was looking for. Thanks!

Hans van der Meer




> On 14 Jul 2017, at 17:07, Pablo Rodriguez <oinos@gmx.es> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-14 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14 12:44 whitespace between endnotes Meer, Hans van der
2017-07-14 15:07 ` Pablo Rodriguez
2017-07-14 15:28   ` Meer, Hans van der

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).