ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* No file 'mpx314.aux'
@ 2009-11-01  3:48 Joel Black
  2009-11-01  7:22 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Black @ 2009-11-01  3:48 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 965 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 2198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-01  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-01  3:48 No file 'mpx314.aux' Joel Black
2009-11-01  7:22 ` Taco Hoekwater
2009-11-01  9:43   ` Joel Black

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).