ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
Subject: Re: Where is ifforwardreference defined?
Date: Sun, 31 Dec 2006 21:10:43 +0000	[thread overview]
Message-ID: <E1H17x5-0007Ur-00@skye.ra.phy.cam.ac.uk> (raw)
In-Reply-To: Your message of "Sun, 31 Dec 2006 01:24:50 PST." <200612310124.51986.mgb-debian@yosemite.net>

> grep -r ifforwardreference .

That finds only the \newif and uses of the new if.  To find the
algorithm, you want

  egrep -r 'forwardreference(false|true)' .

because the assignments are done by \forwardreferencetrue and
\forwardreferencefalse (a property of the TeX macro language, so not
specific not ConTeXt).

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)

      parent reply	other threads:[~2006-12-31 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-31  9:24 Mike Bird
2006-12-31  9:39 ` Taco Hoekwater
2006-12-31 21:10 ` Sanjoy Mahajan [this message]

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=E1H17x5-0007Ur-00@skye.ra.phy.cam.ac.uk \
    --to=sanjoy@mrao.cam.ac.uk \
    --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).