Re: [NTG-context] Place footnote after reference

2019-07-23 Thread Huseyin Özoguz
Thank Taco, that worked in the example, of course the general problem stays (thanks to Rik Kabel, too). But with your suggestion I dicovered a interesting behaviour, see this example: \showgrid \setupnote[footnote][before=] \starttext \input tufte \input tufte \footnote{Footnote 1} \input

Re: [NTG-context] Place footnote after reference

2019-07-23 Thread Taco Hoekwater
Hi, > On 22 Jul 2019, at 18:34, Huseyin Özoguz wrote: > > > The problem is, that Context (or Tex) skips lines, which is poor typesetting, > too many even than necessary in some cases, and that is not suitable. ConTeXt does not skip too much in this example, it the second footnote will just

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Huseyin Özoguz
So why not place footnotes in a (sufficiently large) reserved bottom space? The typeset text area would then be uniform across all pages and notes would appear where needed. Would be possibe in some cases, but not in mine: I have many small footnones, only a few words, and some very long with

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Wolfgang Schuster
Alan Braslau schrieb am 22.07.2019 um 16:37: I do not know the details, but take a look at the following keywords (which do the *opposite* of what you are seeking): \setupnote [footnote] [split=verystrict,scope=page] The scope setting isn't used in the current beta and the code is

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Rik Kabel
On 7/22/2019 12:34, Huseyin Özoguz wrote: Hi, But I admit that I do not understand the problem all that well. I have never run into a situation where I want the footnote to explicitly *not* appear with its reference (except in endnotes). If my grid settings were that specific, I would be

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Alan Braslau
On Mon, 22 Jul 2019 18:34:34 +0200 Huseyin Özoguz wrote: > The problem is, that Context (or Tex) skips lines, which is poor > typesetting, too many even than necessary in some cases, and that is > not suitable. Endnotes are no solutions aswell, I need footnotes. So > the solution to have

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Huseyin Özoguz
Hi, But I admit that I do not understand the problem all that well. I have never run into a situation where I want the footnote to explicitly *not* appear with its reference (except in endnotes). If my grid settings were that specific, I would be using endnotes anyway. I have this problem

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Taco Hoekwater
Hi, > On 22 Jul 2019, at 16:37, Alan Braslau wrote: > > On Mon, 22 Jul 2019 16:27:45 +0200 > Denis Maier wrote: > >> llI don't know a solution for this, but would be very interested. >> With LaTeX you can use the `atbegshi`-package that gives you a >> command ` \AtBeginShipoutNext`: >> >>

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Alan Braslau
On Mon, 22 Jul 2019 16:27:45 +0200 Denis Maier wrote: > llI don't know a solution for this, but would be very interested. > With LaTeX you can use the `atbegshi`-package that gives you a > command ` \AtBeginShipoutNext`: > > ``` > \footnotemark > \clearpage >

Re: [NTG-context] Place footnote after reference

2019-07-22 Thread Denis Maier
llI don't know a solution for this, but would be very interested. With LaTeX you can use the `atbegshi`-package that gives you a command ` \AtBeginShipoutNext`: ``` \footnotemark \clearpage \AtBeginShipoutNext{\footnotetext{Text.}} ``` This only works for individual footnotes, but it's already

[NTG-context] Place footnote after reference

2019-07-22 Thread Huseyin Özoguz
Hello, ConText seems to try to place the footnote on the same page as the footenotereference. See this example: \showgrid \starttext \input tufte \input tufte \footnote{Footnote 1} \input tufte \input tufte \dorecurse{35}{Blub or what }\footnote{Footnote 2} \input tufte \stoptext But that