What is the setting that forces ConTeXt to keep footnotes on the page where they are called? In the following example, \setupinteraction[state=start] \setupnotation[footnote][interaction=yes,way=bytext] \setupnotation[footnote][split=verystrict] \starttext \dorecurse{50}{some text\footnote{a footnote} } \stoptext the call for note 42 and the note itself are on different pages. I realize that this may be an extreme case, but, regrettably, that is what I have in a review that I am typesetting. Alan
On 7/23/2013 9:22 PM, Alan Bowen wrote:
What is the setting that forces ConTeXt to keep footnotes on the page where they are called?
In the following example,
\setupinteraction[state=start] \setupnotation[footnote][interaction=yes,way=bytext]
\setupnotation[footnote][split=verystrict]
\starttext \dorecurse{50}{some text\footnote{a footnote} } \stoptext
the call for note 42 and the note itself are on different pages. I realize that this may be an extreme case, but, regrettably, that is what I have in a review that I am typesetting.
you use the wrong command and there is also the scope parameter \setupnotes[footnote][split=verystrict,scope=page] ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Tue, 23 Jul 2013 22:24:50 +0200
Hans Hagen
you use the wrong command and there is also the scope parameter
\setupnotes[footnote][split=verystrict,scope=page]
Can you clarify this? The syntax is confusing, probably because it has evolved. Currently, I use: \setupnotation [footnote] [way=bypage,numberconversion=set 2] for example, but maybe this is no longer the recommended syntax? Also, in order to restore gobbled space following,% \startfootnote \stopfootnote I use the following setup: \setupnote [footnote] [next={ }] So \setupnotation, \setupnote, \setupnotes is confusing. Of course, there is strc-not.mkvi:\let\setupnotes\setupnote so \setupnotes is just a synonym for \setupnote. And then there is also: strc-not.mkvi:\let\setupnotations\setupnotation From what I understand, footnotes can be handled using different mechanisms, and this is why it gets confusing for users. Alan
On 2013–07–24 Alan BRASLAU wrote:
From what I understand, footnotes can be handled using different mechanisms, and this is why it gets confusing for users.
http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_... Marco
On Jul 24, 2013, at 11:57 AM, Marco Patzer
http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_...
I wasn't aware of this page - thanks a lot, this is VERY useful! Thomas
Thanks to all for drawing my attention to the wiki page on \setupnotation vs \setupnote and thanks to Hans for introducing the scope key. In the original example, only scope=page gets the footnote calls and the footnotes on the same page. So what is the difference between the split and scope keys and what does scope=text do? Alan On Wed, Jul 24, 2013 at 6:23 AM, Schmitz Thomas A. < thomas.schmitz@uni-bonn.de> wrote:
On Jul 24, 2013, at 11:57 AM, Marco Patzer
wrote: http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_...
I wasn't aware of this page - thanks a lot, this is VERY useful!
Thomas
___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
On 7/24/2013 1:34 PM, Alan Bowen wrote:
Thanks to all for drawing my attention to the wiki page on \setupnotation vs \setupnote and thanks to Hans for introducing the scope key.
not so much introducing ... the key was already there
In the original example, only scope=page gets the footnote calls and the footnotes on the same page.
So what is the difference between the split and scope keys and what does scope=text do?
being even more strict (using different control mechanism) ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On 7/24/2013 12:23 PM, Schmitz Thomas A. wrote:
On Jul 24, 2013, at 11:57 AM, Marco Patzer
wrote: http://wiki.contextgarden.net/Unexpected_behavior#Footnotes:_The_Difference_...
I wasn't aware of this page - thanks a lot, this is VERY useful!
a nice page indeed! ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (5)
-
Alan Bowen
-
Alan BRASLAU
-
Hans Hagen
-
Marco Patzer
-
Schmitz Thomas A.