ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Place footnote after reference
Date: Mon, 22 Jul 2019 17:00:27 +0200	[thread overview]
Message-ID: <47E0E610-9253-43C7-9C90-4EE55C4DBFAA@elvenkind.com> (raw)
In-Reply-To: <20190722083748.3fd0ef88@poo.hsd1.co.comcast.net>

Hi,

> On 22 Jul 2019, at 16:37, Alan Braslau <braslau.list@comcast.net> wrote:
> 
> On Mon, 22 Jul 2019 16:27:45 +0200
> Denis Maier <maier.de@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	other threads:[~2019-07-22 15:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22  6:38 Huseyin Özoguz
2019-07-22 14:27 ` Denis Maier
2019-07-22 14:37   ` Alan Braslau
2019-07-22 15:00     ` Taco Hoekwater [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E0E610-9253-43C7-9C90-4EE55C4DBFAA@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).