Setup footnotes mark placement
Dear list, in the following file: \setupinteraction[ state=start, focus=standard ] \definepapersize[kindle][width=90mm,height=117mm] \setuppapersize[kindle][kindle] \setuplayout[ backspace=2mm, topspace=2mm, header=0mm, footer=0mm, width=86mm, height=113mm ] \starttext a\footnote{b} \stoptext footnote mark in the footer is not visible because of the very narrow backspace (it is placed "off-paper"). Is it possible to make the mark visible without making the backspace broader? Many thanks for your help, M. Goliński
On 06/05/2015 12:17 PM, Michał Goliński wrote:
Dear list,
in the following file: [...] footnote mark in the footer is not visible because of the very narrow backspace (it is placed "off-paper"). Is it possible to make the mark visible without making the backspace broader?
Hi Michał, I guess \setupnotation[footnote][alternative=serried] may do what you want. Complete sample: \setupinteraction[ state=start, focus=standard ] \definepapersize[kindle][width=90mm,height=117mm] \setuppapersize[kindle][kindle] \setuplayout[ backspace=2mm, topspace=2mm, header=0mm, footer=0mm, width=86mm, height=113mm, ] \setupnotation[footnote][alternative=serried] \starttext a\footnote{\input knuth} \stoptext I hope it helps, Pablo -- http://www.ousia.tk
participants (2)
-
Michał Goliński
-
Pablo Rodriguez