ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "F. Miller Maley" <maley@idaccr.org>
Subject: Re: (pdfe)TeX register clash?
Date: Thu, 15 Nov 2001 20:07:37 -0500	[thread overview]
Message-ID: <3BF466AB.43C7382B@idaccr.org> (raw)
In-Reply-To: <5.1.0.14.1.20011115092246.0403c490@server-1>

Hans Hagen wrote:
> Context offers \newcount and \newbox (although the implementation is
> adapted to etex's >256 register count; i don't use the original etex macros).
>
> So, there must be something else going on. How does the macro that uses the 
> counter look? Maybe there is some unsafe testing going on there (lookahead 
> problem).

Thank you, this answers my question, and made me realize where my bug was.
Things are now working as expected, but perhaps there is a better solution
than the hack I came up with.  My real question is this:

Suppose I want to format something (a table, a section title) differently
depending on whether it appears on a left or right page.  I promise that
the two formats (left/right) will behave the same with regard to page
breaking.  What is the cleanest way to do this?

My idea was to (1) use the cross-reference mechanism to make a self-reference,
(2) extract the page number from the reference into a counter and (3) test it
with \ifodd.  Step (2) was a bit tricky, and my solution unfortunately relies
on ConTeXt internal macros (\doifreferencefoundelse, etc.).

-- Miller Maley


  reply	other threads:[~2001-11-16  1:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-15  4:12 F. Miller Maley
2001-11-15  8:25 ` Hans Hagen
2001-11-16  1:07   ` F. Miller Maley [this message]
2001-11-16  8:41     ` Hans Hagen

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=3BF466AB.43C7382B@idaccr.org \
    --to=maley@idaccr.org \
    /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).