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
[EMAIL PROTECTED]  such wholesale returns of conjecture from such a 
                  trifling investment of fact.                Mark Twain

Reply via email to