Dear list, I have the following sample: \setuppapersize[A6] \showframe\showgrid \setupnote[footnote][paragraph=yes] %~ \setupnote[footnote][location=text, paragraph=yes] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startbuffer \startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \stopbuffer \getbuffer \placenotes[footnote] \stoptext I get no paragraph notes with \setupnote[footnote][location=text, paragraph=yes]. What am I missing here? Many thanks for your help, Pablo
AMHO, there is no text with dorecurse … Then the buffer is empty ! And if I remember the buffer setup should be placed before the starttext command. Am I wrong ?
Le 4 janv. 2022 à 19:23, Pablo Rodriguez via ntg-context
a écrit : Dear list,
I have the following sample:
\setuppapersize[A6] \showframe\showgrid \setupnote[footnote][paragraph=yes] %~ \setupnote[footnote][location=text, paragraph=yes] \setupnotation[footnote][alternative=serried, width=broad] \starttext \startbuffer \startlinenumbering[step=3] \dorecurse{25} {a\footnote{b} } \stoplinenumbering \stopbuffer
\getbuffer \placenotes[footnote] \stoptext
I get no paragraph notes with \setupnote[footnote][location=text, paragraph=yes].
What am I missing here?
Many thanks for your help,
Pablo ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 1/5/22 7:46 PM, Jean-Pierre Delange via ntg-context wrote:
AMHO, there is no text with dorecurse …
Jean-Pierre, many thanks for your reply. The second line is the content of \dorecurse: \dorecurse{25} {a\footnote{b} }
Then the buffer is empty !
No on my computer. Have you pasted the code and did you get an empty file?
And if I remember the buffer setup should be placed before the starttext command. Am I wrong ?
As far as I know, buffer contents can be defined before or after \starttext. If I comment out the only commented line (in the original sample), I cannot get paragraph notes. I thought this could be a bug. Could anyone confirm whether this is the intended behaviour? Many thanks for your help, Pablo
participants (2)
-
Jean-Pierre Delange
-
Pablo Rodriguez