paragraph notes located in text
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? Many thanks for your help, Pablo
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
On 1/31/22 10:11 PM, Wolfgang Schuster via ntg-context wrote:
Pablo Rodriguez via ntg-context schrieb am 31.01.2022 um 19:49:
Dear list, [...] 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. Many thanks for your reply, Wolfgang.
I wonder whether it would make sense that the use of "location=text" and "paragraph=yes" in \setupnote could trigger "\setupnotation[display=no]". Otherwise, for the average user "display" seems to invoke a similar function to "placehead" in "\setuphead". Many thanks for your help, Pablo
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster