Pablo Rodriguez via ntg-context schrieb am 31.01.2022 um 19:49:
Dear list,
with current latest (2022.01.21 20:13), I cannot get paragraph footnotes when located in text.
Here you have the mandatory sample:
\setuppapersize[A6] \showframe\showgrid %~ \setupnote[footnote][paragraph=yes] \setupnote[footnote][location=text, paragraph=yes] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \placenotes[footnote] \stoptext
I already asked this twice (https://mailman.ntg.nl/pipermail/ntg-context/2022/104770.html, https://mailman.ntg.nl/pipermail/ntg-context/2022/104929.html).
Could anyone confirm that the is no way to get paragraph notes when location is text, or tell me what I’m missing?
You forgot \setupnotation[footnote][display=no] otherwise each footnote entry starts at a new line. Wolfgang