footnote width in specific paragraph instance
I need to typeset a document that contains many poetry/verse examples, and am using \defineparagraphs[mypar][n=2] for the purpose. In one specific case a footnote is required. All good except that the footnote is the width of one of those two 'columns', not the usual textarea width. Here is the current setup (the 'poem' environment is previously defined and not relevant here for my problem): \startmypar \startpoem red desert dust invades every crevice – vast deserts that we inhabit inhabit us\footnote{The ‘reddesert dust...’ is adapted from Matthew diNevop. 103.} \stoppoem \nextmypar \startpoem {\emI will lead you into the wilderness, speak fondly to you of my everlasting love my unfailing kindness} \stoppoem \stopmypar The resulting footnote: 1. The ‘red desert dust...’ verse overleaf is adapted from Matthew di Nevo p. 103 Is there a way I can get the footnote not to break after 'overleaf' and be normal textarea width instead? I did try \setupfootnotes[width=broad] but that did not help. Julian
On Sunday, February 20, 2022 5:57 AM jbf via ntg-context wrote:
Is there a way I can get the footnote not to break after 'overleaf' and be normal textarea width instead? I did try \setupfootnotes[width=broad] but that did not help.
\setupnote[footnote][width=\textwidth] seems to work. [Not sure if that is the right way though] śrīrāma (Sreeram)
And indeed it does! I should have just kept playing with my basic "width=" insight, especially since I was already talking about "textarea"! Thanks Sreeram, Julian On 20/2/22 16:00, śrīrāma wrote:
On Sunday, February 20, 2022 5:57 AM jbf via ntg-context wrote:
Is there a way I can get the footnote not to break after 'overleaf' and be normal textarea width instead? I did try \setupfootnotes[width=broad] but that did not help. \setupnote[footnote][width=\textwidth] seems to work.
[Not sure if that is the right way though]
śrīrāma (Sreeram)
participants (2)
-
jbf
-
śrīrāma