ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: mptopdf problem
Date: Wed, 06 Jul 2005 10:00:25 +0200	[thread overview]
Message-ID: <42CB8F99.9040401@wxs.nl> (raw)
In-Reply-To: <42CB80B7.9060205@student.kuleuven.be>

Wolfgang Zillig wrote:
> Hello,
> 
> I have a miktex installed on xp. Not too long ago I made a update. 
> Yesterday I noticed that mptopdf won't do its job anymore. As I made a 
> copy before upgrading so I could check the behaviour with the old version.
> 
> The "old" version (which runs) is mptopdf 1.21
> The "new" version is 1.3
> 
> The errormessage is:
> 
> This is pdfeTeX, Version 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded 
> format=mptopdf 2005.7.5)  6 JUL 2005 08:53
> entering extended mode
> **fuenf.mp
> (fuenf.mp [MP to PDF]
> ! I can't find file `beginfig(1).tex'.
> <to be read again>
> 
> When I replace the new file by the old one everything works again.

Hm, strange. Can you print $command ?

       { if ($miktex)
           { if ($dosish)
               { $command = "pdfetex   &mptopdf" }
             else
               { $command = "pdfetex \\&mptopdf" } }
         else
           { if ($dosish)
               { $command = "pdfetex -progname=context &mptopdf" }
             else
               { $command = "pdfetex -progname=context \\&mptopdf" } }

maybe changing the &mptopdf into "-fmt=mptopdf" works better?

(we needed the & because of changes in the (e)fmt switch last year in pdftex, 
maybe we can drop that now, assuming that everyoen has a recent version)

Hans






-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  reply	other threads:[~2005-07-06  8:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-06  6:56 Wolfgang Zillig
2005-07-06  8:00 ` Hans Hagen [this message]
2011-01-06 14:59 MPtoPDF problem Michal Kvasnička
2011-01-07  6:44 ` Taco Hoekwater

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=42CB8F99.9040401@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).