[location=text] breaks setups in \setupnotes
Dear list, I have the following sample: \setuppapersize[A6] \startsetups[setups:footnote] \setupinterlinespace[line=5ex] \stopsetups \setupnote[footnote][way=bytext, location=text, setups=setups:footnote, style=\itxx] \starttext Hi\footnote{\input knuth}. \placefootnotes \stoptext For some strange reason, when location=text is set \setupnote, the setups option isn’t honored? Could anyone confirm the bug? Many thanks for your help, Pablo -- http://www.ousia.tk
Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez
: Dear list,
I have the following sample:
\setuppapersize[A6] \startsetups[setups:footnote] \setupinterlinespace[line=5ex] \stopsetups
\setupnote[footnote][way=bytext, location=text, setups=setups:footnote, style=\itxx]
\starttext Hi\footnote{\input knuth}. \placefootnotes \stoptext
For some strange reason, when location=text is set \setupnote, the setups option isn’t honored?
Could anyone confirm the bug?
It’s not a bug, the setups key is only used when notes are placed at the bottom of the page but not when you flush them with the \placenotes command. Wolfgang
On 12/11/2014 08:02 PM, Wolfgang Schuster wrote:
Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez: [...] For some strange reason, when location=text is set \setupnote, the setups option isn’t honored?
Could anyone confirm the bug?
It’s not a bug, the setups key is only used when notes are placed at the bottom of the page but not when you flush them with the \placenotes command.
Many thanks for your reply. Wolfgang. Is there no other way to apply setups to a chapter? Many thanks for your help, Pablo -- http://www.ousia.tk
Am 11.12.2014 um 20:31 schrieb Pablo Rodriguez
: On 12/11/2014 08:02 PM, Wolfgang Schuster wrote:
Am 11.12.2014 um 19:14 schrieb Pablo Rodriguez: [...] For some strange reason, when location=text is set \setupnote, the setups option isn’t honored?
Could anyone confirm the bug?
It’s not a bug, the setups key is only used when notes are placed at the bottom of the page but not when you flush them with the \placenotes command.
Many thanks for your reply. Wolfgang.
Is there no other way to apply setups to a chapter?
You can try to add "before=\directsetup{setups:footnote}” to \setupnotes. Wolfgang
On 12/11/2014 08:38 PM, Wolfgang Schuster wrote:
Am 11.12.2014 um 20:31 schrieb Pablo Rodriguez: On 12/11/2014 08:02 PM, Wolfgang Schuster wrote:
[...] It’s not a bug, the setups key is only used when notes are placed at the bottom of the page but not when you flush them with the \placenotes command.
Many thanks for your reply. Wolfgang.
Is there no other way to apply setups to a chapter?
You can try to add "before=\directsetup{setups:footnote}” to \setupnotes.
Many thanks for your reply, Wolfgang. It worked like charm. Many thanks for your help, Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster