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