Hi,

> On 22 Jul 2019, at 16:37, Alan Braslau <braslau.l...@comcast.net> wrote:
> 
> On Mon, 22 Jul 2019 16:27:45 +0200
> Denis Maier <maier...@gmail.com> 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
>> \AtBeginShipoutNext{\footnotetext{Text.}}

ConTeXt has a token register called \everybeforeoutput, which sounds
somewhat similar to me. The only problem is that it does not auto-reset,
so you have to do that yourself (by globally redefining the macro
that is called)

  \def\outstuff
    {\footnotetext{Whatever}%
     \gdef\outstuff{}}
  \prependtoks \outstuff  \to \everybeforeoutput

(there is also \everyafteroutput)

Whether that is usable or not for this problem, I do not know …

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.

Best wishes,

Taco




___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to