Hi Pablo!

···<date: 2012-06-02, Saturday>···<from: Pablo Rodríguez>···

> I have two questions:
> 
> Is inbetween the right option to add space only between notes?

Afaict *\setupnotation* has no “inbetween” key, but “\setupnote”
has. In the latter case it is only meaningful for paragraph-style
(serried) footnotes:

········································································
\setupnote[footnote][
  paragraph=yes,
  inbetween=\hskip 5em,
]
\starttext
\dorecurse{5}{foot\footnote{note}}
\stoptext
········································································

Unfortunately with ordinary settings it is ignored altogether.
The alternative you are looking for might be to locally set a
different parskip for the footnote inserts:

········································································
\setupnotation[footnote][
  before={\setupwhitespace[big]},
  numbercommand=,
]
\starttext
\dorecurse{5}{foot\footnote{note}}
\stoptext
········································································

Hth,
Philipp


> If the answer is yes, I'm afraid I have hit a bug.
> 
> If the answer is no, what is inbetween supposed to do?
> 
> Many thanks for your help,
> 
> 
> 
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgpRp1qZ5rUlV.pgp
Description: PGP signature

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

Reply via email to