ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Johannes Hüsing" <hannes@ruhrau.de>
Subject: Re: "Unable to make mpx file"
Date: Wed, 29 May 2002 23:43:54 +0200	[thread overview]
Message-ID: <20020529234354.B1601@ruhrau.de> (raw)
In-Reply-To: <5.1.0.14.1.20020529095656.045a0ed8@server-1>

On Wed, May 29, 2002 at 09:57:39AM +0200, Hans Hagen wrote:
> At 06:54 AM 5/29/2002 +0200, Johannes Hüsing wrote:
[...]
> >inclusions \global\loadfontfileoncetrue are not to TeX's liking.
> >
[...]
> >grep \\ifloadfontfileonce *.tex
> font-ini.tex:\newif\ifloadfontfileonce
> font-ini.tex:     {\ifloadfontfileonce
> 
> so, adding \newif\ifloadfontfileonce to your cont-new.tex will solve th 
> eproblem

Indeed, this solves the problem.

I have another problem with an "Emergency stop" message from MetaPost 
which doesn't show up when I include the MP code in beginfig/endfig and 
process it through Metapost: Could anyone give me a clue?

\setupoutput[pdftex]
\runMPgraphicstrue

\startMPinclusions
input boxes
\stopMPinclusions

\starttext
\startuseMPgraphic{hinkepott}

  boxit.eins(btex 1 etex);
  boxit.zwei(btex 2 etex);
  boxit.drei(btex 3 etex);
  boxit.vier(btex 4 etex);
  boxit.fuenf(btex 5 etex);
  boxit.sechs(btex 6 etex);
  boxit.sieben(btex 7 etex);
  boxit.acht(btex 8 etex);
  boxit.neun(btex 9 etex);

  boxjoin(eins.n=zwei.s;
    zwei.n=drei.s;
    drei.n=vier.s;
    drei.nw=fuenf.so;
    drei.no=sechs.sw;
    vier.n=sieben.s;
    sieben.n=acht.so=neun.sw;);

  drawboxed(eins, zwei, drei, vier, fuenf, sechs, sieben, acht, neun);

\stopuseMPgraphic

\useMPgraphic{hinkepott}
\stoptext

-- 
Johannes Hüsing   There is something fascinating about science. One gets
hannes@ruhrau.de  such wholesale returns of conjecture from such a 
                  trifling investment of fact.                Mark Twain


  reply	other threads:[~2002-05-29 21:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-29  4:54 Johannes Hüsing
2002-05-29  7:57 ` Hans Hagen
2002-05-29 21:43   ` Johannes Hüsing [this message]
2002-07-07 10:04 Johannes Hüsing
2002-07-08  7:46 ` Hans Hagen
2002-07-08 19:54   ` Johannes Hüsing
2002-07-09  8:50     ` 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=20020529234354.B1601@ruhrau.de \
    --to=hannes@ruhrau.de \
    --cc=johannes.huesing@ruhrau.de \
    /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).