[NTG-context] paragraph footnotes line height
mf
massifr at fastwebnet.it
Sun Mar 8 00:46:55 CET 2015
> > Am 07.03.2015 um 00:08 schrieb mf <massifr at fastwebnet.it>:
> >
> > Hello,
> > I'd like to know how I can set the line height of paragraph footnotes.
> > They get the line height set with \setupinterlinespace, whether I use
> > the grid or not.
> > Here's my configuration:
> >
> > \setupnotation[footnote][
> > alternative=serried,
> > numbercommand=,
> > numberstopper=,
> > numbercommand=\high,
> > numberconversion=a,
> > way=bypage,
> > width=0pt,
> > location=page
> > ]
> > \setupnote[footnote][
> > paragraph=yes,
> > inbetween= \emdash{} ,
> > location=page
> > ]
>
> \startsetups[footnote:interlinespace]
> \setupinterlinespace[line=10pt]
> \stopsetups
>
> \setupnote[footnote][setups=footnote:interlinespace]
>
> Wolfgang
Comment out the "paragraph=yes" and it works.
But paragraph footnotes don't seem to work with it,
as also Pablo pointed out.
Anyway, thank you both.
More information about the ntg-context
mailing list