ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
Subject: Re: btex..etex fails in reusableMPgraphic (2006.09.28 beta)
Date: Sat, 30 Sep 2006 16:13:15 +0100	[thread overview]
Message-ID: <E1GTgWh-0007NJ-00@skye.ra.phy.cam.ac.uk> (raw)
In-Reply-To: Your message of "Fri, 29 Sep 2006 12:32:22 BST." <E1GTGbO-0004ul-00@skye.ra.phy.cam.ac.uk>

> > > ================ btex.tex ===================
> > > \starttext
> > > \startreusableMPgraphic{fig}
> > >   label(btex in b/e tex etex, origin);
> > > \stopreusableMPgraphic
> > >
> > > outside btex..etex\quad
> > > \reuseMPgraphic{fig}
> > > \stoptext
> > > ============================================
> 
> > works here 
> 
> Hmm, it works on the garden as well.  With more testing I found that
> it fails when I use \runMPTEXgraphicstrue (set in my cont-sys.tex),
> but works when that parameter is false.

Just tested it again, and I think I had it backwards.  This fails
(2006.09.28 22:43 beta):

===========================
\runMPgraphicstrue
\runMPTEXgraphicsfalse
\starttext

\startreusableMPgraphic{fig}
label(btex sun etex, origin);
\stopreusableMPgraphic

\reuseMPgraphic{fig}

\stoptext
===========================

This works:

===========================
\runMPgraphicstrue
\runMPTEXgraphicstrue
\starttext

\startreusableMPgraphic{fig}
label(btex sun etex, origin);
\stopreusableMPgraphic

\reuseMPgraphic{fig}

\stoptext
===========================

Should one always turn on runMPTEXgraphics along with runMPgraphics?
Or just give up on btex..etex and use \sometxt, which works fine with
either setting of runMPTEXgraphics?

-Sanjoy

`Never underestimate the evil of which men of power are capable.'
         --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.

      reply	other threads:[~2006-09-30 15:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-29  0:40 Sanjoy Mahajan
2006-09-29  7:35 ` Hans Hagen
2006-09-29 11:32   ` Sanjoy Mahajan
2006-09-30 15:13     ` 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=E1GTgWh-0007NJ-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).