ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Place footnote after reference
@ 2019-07-22  6:38 Huseyin Özoguz
  2019-07-22 14:27 ` Denis Maier
  0 siblings, 1 reply; 11+ messages in thread
From: Huseyin Özoguz @ 2019-07-22  6:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 results into one (or two?) fewer line on the first page.

Is there a possibility to implement the following rule? -> NEVER move 
lines onto the next page to achieve footnote and reference beging on the 
same page. If necessary set the footnote on the next page, after the 
reference.

Or would you suggest a better solution? I have a book with grid=yes, so 
the default-setting is not suitable.

Thanks
Huseyin


-- 
Huseyin Özoguz

E-Mail: h.oezoguz@mmnetz.de

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: Place footnote after reference
@ 2019-07-22 16:34 Huseyin Özoguz
  2019-07-22 17:11 ` Rik Kabel
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Huseyin Özoguz @ 2019-07-22 16:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: taco@elvenkind.com >> Taco Hoekwater


[-- Attachment #1.1: Type: text/plain, Size: 1008 bytes --]

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 everywhere in a 400-page project with hundrets of 
footnotes and no special grid settings at all. How would you solve this 
situation (my minexamle):

\showgrid
\starttext
\input tufte
\input tufte \footnote{Footnote 1}
\input tufte
\input tufte \dorecurse{35}{Blub or what }\footnote{Footnote 2} \input tufte
\stoptext

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 reference and footnote not on the same page seems the least bad workaround, if possible at all.

Thanks
Huseyin

-- 
Huseyin Özoguz

E-Mail: h.oezoguz@mmnetz.de


[-- Attachment #1.2: Type: text/html, Size: 2179 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: Place footnote after reference
@ 2019-07-23  8:48 Huseyin Özoguz
  0 siblings, 0 replies; 11+ messages in thread
From: Huseyin Özoguz @ 2019-07-23  8:48 UTC (permalink / raw)
  To: taco; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1370 bytes --]

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 tufte
\input tufte \dorecurse{35}{Blub or what }\footnote{Footnote 2} That 
does\footnote{Footnote 3} only\footnote{Footnote 4} work in special cases.
\stoptext

Now Context indeed sets the third and fourth footnote on the second 
page, but leaves the reference to them on the last line of the first 
page. This is exactly the behaviour I want in general. Could we force that?

/For testing: /If we add another footnote in the example above, it fails 
again - despite of the possibility to just typeset the lines exactly 
like in the example above, just move the footnotes on the next page, not 
the references - here might be some logic-mistake at work, because there 
should be no difference in my opinion between the examples:

\showgrid
\setupnote[footnote][before=]
\starttext
\input tufte
\input tufte \footnote{Footnote 1}
\input tufte
\input tufte \footnote{Footnote extra} \dorecurse{35}{Blub or what 
}\footnote{Footnote 2} That does\footnote{Footnote 3} 
only\footnote{Footnote 4} work in special cases.
\stoptext

-- 
Huseyin Özoguz

E-Mail: h.oezoguz@mmnetz.de


[-- Attachment #1.2: Type: text/html, Size: 1956 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-07-23  8:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22  6:38 Place footnote after reference Huseyin Özoguz
2019-07-22 14:27 ` Denis Maier
2019-07-22 14:37   ` Alan Braslau
2019-07-22 15:00     ` Taco Hoekwater
2019-07-22 18:01     ` Wolfgang Schuster
2019-07-22 16:34 Huseyin Özoguz
2019-07-22 17:11 ` Rik Kabel
2019-07-22 17:14 ` Alan Braslau
2019-07-22 18:46   ` Huseyin Özoguz
2019-07-23  7:41 ` Taco Hoekwater
2019-07-23  8:48 Huseyin Özoguz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).