On 02/06/12 17:03, Wolfgang Schuster wrote:
Am 02.06.2012 um 16:17 schrieb Pablo Rodríguez:
On 02/06/12 15:42, Philipp Gesang wrote:
[...] 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.
If this isn't a bug, I wonder whether this shouldn't be implemented. It makes sense.
Add \setupnotation[footnote][display=no] and the example will work.
Many thanks for your reply, Wolfgang. If I didn't get your explanation wrong, this example should work: \setupnote[footnote][inbetween=\blank] \setupnotation[footnote][display=no] \starttext \dorecurse{5}{foot\footnote{note}} \stoptext I'm afraid it doesn't. What is wrong here?
The alternative you are looking for might be to locally set a different parskip for the footnote inserts:
It adds the space also before or after the first or last one (I guess this is the way these options should work).
It’s a bug because in the following example even the space between the notes is too big, it should be 5mm but actually it’s 10mm.
\setupnotation[footnote][before={\blank[5mm]},after={\blank[5mm]}]
Are you sure that this is buggy? If each note should have 5mm before and after it, I think the right space between notes should be 10mm (5mm after the previous note plus 5mm before the next note). Maybe I'm being too simplistic, but I think it's right. Many thanks for your help, Pablo -- http://www.ousia.tk