footnotes bychapter
This works with the November beta, but not the current: \setupfootnotes[way=bychapter, location=page, rule=off] \starttext \startchapter[title=One] Chapter\footnote{Note 1} with two\footnote{Note 2} footnotes. \stopchapter \startchapter[title=Two] Chapter\footnote{Should be Note 1} with two additional\footnote{should be Note 2} footnotes. \stopchapter \stoptext Bug, or has the syntax changed? Thomas
On 6-3-2012 18:29, Thomas A. Schmitz wrote:
This works with the November beta, but not the current:
\setupfootnotes[way=bychapter, location=page, rule=off]
\starttext
\startchapter[title=One]
Chapter\footnote{Note 1} with two\footnote{Note 2} footnotes.
\stopchapter
\startchapter[title=Two]
Chapter\footnote{Should be Note 1} with two additional\footnote{should be Note 2} footnotes.
\stopchapter
\stoptext
Bug, or has the syntax changed?
no, just something 'not done yet' (but will be done asap, some setup synchronization code needed) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 06.03.2012 um 19:46 schrieb Hans Hagen:
On 6-3-2012 18:29, Thomas A. Schmitz wrote:
This works with the November beta, but not the current:
\setupfootnotes[way=bychapter, location=page, rule=off]
\starttext
\startchapter[title=One]
Chapter\footnote{Note 1} with two\footnote{Note 2} footnotes.
\stopchapter
\startchapter[title=Two]
Chapter\footnote{Should be Note 1} with two additional\footnote{should be Note 2} footnotes.
\stopchapter
\stoptext
Bug, or has the syntax changed?
no, just something 'not done yet' (but will be done asap, some setup synchronization code needed)
Is there meanwhile a context version that provides "way=..." again? Steffen
Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
Is there meanwhile a context version that provides "way=..." again?
What doesn’t work? \setupnotation[footnote][way=chapter] \starttext \chapter{One} text\footnote{One: first} text\footnote{One: second} \chapter{Two} text\footnote{Two: first} text\footnote{Two: second} \stoptext Wolfgang
Am 24.03.2012 um 17:34 schrieb Wolfgang Schuster:
Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
Is there meanwhile a context version that provides "way=..." again?
What doesn’t work?
\setupnotation[footnote][way=chapter]
\starttext
\chapter{One}
text\footnote{One: first} text\footnote{One: second}
\chapter{Two}
text\footnote{Two: first} text\footnote{Two: second}
\stoptext
ah, \setupfootnotes[way=bychapter] didn't became \setupnote[footnote][way=bychapter] but \setupnotation[footnote][way=bychapter] good to know ;o) st.
Am 24.03.2012 um 17:54 schrieb Steffen Wolfrum:
Am 24.03.2012 um 17:34 schrieb Wolfgang Schuster:
Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
Is there meanwhile a context version that provides "way=..." again?
What doesn’t work?
\setupnotation[footnote][way=chapter]
\starttext
\chapter{One}
text\footnote{One: first} text\footnote{One: second}
\chapter{Two}
text\footnote{Two: first} text\footnote{Two: second}
\stoptext
ah, \setupfootnotes[way=bychapter] didn't became \setupnote[footnote][way=bychapter]
That would make no sense because \setupfootnotes is defined as \def\setupfootnotes{\setupnote[footnote]} which means both are the same setup.
\setupnotation[footnote][way=bychapter]
The footnote counter is created by \definenotation (which is called when you create a new note with \definenote) and the fore you need \setupnotation to change it. Wolfgang
Am 24.03.2012 um 18:14 schrieb Wolfgang Schuster:
Am 24.03.2012 um 17:54 schrieb Steffen Wolfrum:
Am 24.03.2012 um 17:34 schrieb Wolfgang Schuster:
Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
Is there meanwhile a context version that provides "way=..." again?
What doesn’t work?
\setupnotation[footnote][way=chapter]
\starttext
\chapter{One}
text\footnote{One: first} text\footnote{One: second}
\chapter{Two}
text\footnote{Two: first} text\footnote{Two: second}
\stoptext
ah, \setupfootnotes[way=bychapter] didn't became \setupnote[footnote][way=bychapter]
That would make no sense because \setupfootnotes is defined as \def\setupfootnotes{\setupnote[footnote]} which means both are the same setup.
\setupnotation[footnote][way=bychapter]
The footnote counter is created by \definenotation (which is called when you create a new note with \definenote) and the fore you need \setupnotation to change it.
ok, interesting thanks a lot! steffen
participants (4)
-
Hans Hagen
-
Steffen Wolfrum
-
Thomas A. Schmitz
-
Wolfgang Schuster