On Mon, 12 Mar 2007, Oliver Buerschaper wrote:

> Hi all,
>
> is there a way to influence the linespacing of the footnote block?
> I'd like to typeset it in 9pt/11pt while the main text is set to 12pt/
> 14.5pt (using an OpenType font) ... Any help highly appreciated!

If you just want a smaller font size

\setupnotedefinition
   [footnote]
   [style=small]

or if you also want to set interline space

\setupnotedefinition
   [footnote]
   [before={\switchtobodyfont[9pt]\setupinterlinespace},
    after{\endgraf}]

You can also pass parameters to \setupinterlinespace to get the 
precise spacing that you want.

Aditya


_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to