Re: [NTG-context] Setup footnotes mark placement

2015-06-05 Thread Pablo Rodriguez
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
___

[NTG-context] Setup footnotes mark placement

2015-06-05 Thread Michał Goliński

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