I have written a Venn diagram metapost file, which I successfully ran on Troy Henderson's metapost previewer while at work. prologues:=3; verbatimtex %&latex \documentclass{minimal} \begin{document} etex beginfig(1); draw (0,0)--(200,0)--(200,160)--(0,160)--(0,0); draw fullcircle scaled 80 shifted (80,80); draw fullcircle scaled 80 shifted (120,80); label.lrt (btex $\xi$ etex,(0,160)); label.lrt (btex $A$ etex, (40, 120)); label.llft (btex $B$ etex,(160,120)); endfig; end; However, now that I am working on it at home, the error message "no file 'mpx314.aux'" appears when I try to compile it. I have tried it on my older system (Miktex 2.6 running on Vista) and on my laptop (Miktex 2.8 running on Vista Home Premium). Actually, on the laptop I also get a popup telling me that "dvitomp.exe has stopped working" and directing me to the Windows update page. Am I doing something silly, or is this a bug, or what? Thanks kindly. Joel.
Hi Joel, Joel Black wrote:
I have written a Venn diagram metapost file, which I successfully ran on Troy Henderson's metapost previewer while at work.
Are you sure this relates to ConTeXt? It looks like you are having a problem with LaTeX (combined with metapost and/or miktex). There is a dedicated mailing list for metapost questions: metapost@tug.org, see http://tug.org/metapost . Also, I am pretty sure that miktex has a support mailing list. I could have helped you with metapost problems if they were strictly about metapost itself, but I have no idea how the interaction with latex under miktex works out these days (and I doubt anyone else on this list will). Best wishes, Taco
Taco,
Thanks for the sending me in the right direction. I notice in the archives
that you answer alot of questions, so thanks for taking the time for mine.
Joel.
----- Original Message -----
From: "Taco Hoekwater"
Hi Joel,
Joel Black wrote:
I have written a Venn diagram metapost file, which I successfully ran on Troy Henderson's metapost previewer while at work.
Are you sure this relates to ConTeXt? It looks like you are having a problem with LaTeX (combined with metapost and/or miktex).
There is a dedicated mailing list for metapost questions: metapost@tug.org, see http://tug.org/metapost .
Also, I am pretty sure that miktex has a support mailing list.
I could have helped you with metapost problems if they were strictly about metapost itself, but I have no idea how the interaction with latex under miktex works out these days (and I doubt anyone else on this list will).
Best wishes, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Joel Black
-
Taco Hoekwater