Hi,

this code compiles without problems on a Windows-XP machine with:
This is pdfeTeX, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5)
ConTeXt  ver: 2005.11.30  fmt: 2005.12.19  int: english  mes: english

Willi

Hans Hagen wrote:

Hans van der Meer wrote:

Panic using metapost in context.
This used to work. I did a file that previously (\thisisutilityversion {1998.12.20}) had good output but now has "unknown" everywhere for textext calls!

\starttext
\startuseMPgraphic{one}
    draw (0,0)--(100,0)--(100,50)--(50,50)--(50,100)--(0,100)--(0,0);
    label (textext("label"), (10,25));
\stopuseMPgraphic
\useMPgraphic{one}
\stoptext

But now I see "unknown" as the text typeset instead of "label"!
What happened. This is disastrous.


this normally points to an error in mp processing (unknown is the fall back text), not so much to something wrong with context (i hope)

it runs ok here; how does it runs at other machines?

(this intermediate mp runnig tex is a kind of messy mp feature and errors are hard to trace)

Hans
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to