Am 07.03.2015 um 00:08 schrieb mf
: 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.