ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Setup footnotes mark placement
@ 2015-06-05 10:17 Michał Goliński
  2015-06-05 15:59 ` Pablo Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Goliński @ 2015-06-05 10:17 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Setup footnotes mark placement
  2015-06-05 10:17 Setup footnotes mark placement Michał Goliński
@ 2015-06-05 15:59 ` Pablo Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Rodriguez @ 2015-06-05 15:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-05 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 10:17 Setup footnotes mark placement Michał Goliński
2015-06-05 15:59 ` Pablo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).