Hi Pablo!

···<date: 2012-06-01, Friday>···<from: Pablo Rodríguez>···

> Hi there,
> 
> I'm trying to add some space between footnotes, such as:
> 
> \setupnotation[footnote][numbercommand=,inbetween=\hskip.25em]
                                                    ^^^^^^
Assuming instead that you intend to put some vertical distance
between the notes, you can try the “after” key:

\setupnotation[footnote][
  numbercommand=,
  after=\blank, %% hook you spacing macro in here
]

Else if you meant the space that separates the footnote number
from the note inserts, that would be the “distance” key:

\setupnotation[footnote][
  numbercommand=,
  distance=5em, %% expects dimension
]

Regards
Philipp



> \starttext
> \dorecurse{5}{foot\footnote{note}}
> \stoptext
> 
> But neither inbetween or before work here, only after seems to work
> (with beta from 2012.05.30).
> 
> Am I missing something or have I hit a bug?
> 
> 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: pgpuHW4ItzPAe.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