Whitespace before \placenotes
Hi all, please have a look at the following example. \setupnote[footnote][location=none] \starttext \dorecurse{5}{text\footnote{test}} \framed[align=normal]{\placenotes[footnote]} \stoptext How can I prevent the vertical space before the first note? Greeting Andreas
On 11-8-2010 7:24, Andreas Harder wrote:
\setupnote[footnote][location=none]
\starttext \dorecurse{5}{text\footnote{test}}
\framed[align=normal]{\placenotes[footnote]} \stoptext
\framed[align=normal,strut=no]{\placenotes[footnote][before=,after=]} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 11.08.2010 um 19:36 schrieb Hans Hagen:
On 11-8-2010 7:24, Andreas Harder wrote:
\setupnote[footnote][location=none]
\starttext \dorecurse{5}{text\footnote{test}}
\framed[align=normal]{\placenotes[footnote]} \stoptext
\framed[align=normal,strut=no]{\placenotes[footnote][before=,after=]}
Thank you Hans! Andreas
participants (2)
-
Andreas Harder
-
Hans Hagen