ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MPtoPDF problem
@ 2011-01-06 14:59 Michal Kvasnička
  2011-01-07  6:44 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Kvasnička @ 2011-01-06 14:59 UTC (permalink / raw)
  To: ConTeXt


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

Hallo.

Few days ago I migrated to Ubuntu 10.10 (Linux) and last stable ConTeXt
minimals (2010.07.30 11:35 MKII) (from very old ConTeXt version). Now I
found I can't run mptopdf:

Command
  mptopdf chart.1
just prints chart.1 and an empty line

Command
  mtxrun --script mptopdf chart.1
fails with these complaints:

This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 \write18 enabled.
entering extended mode
[MP to PDF]
(./charts08.1{/home/qasar/programy/context_stable/tex/texmf/fonts/m
ap/pdftex/plain/pdftex.map}) [1]
!pdfTeX error: pdftex (file lmmi9): Font lmmi9 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!

MPtoPDF 1.4.0 : error while processing tex file

And command

  mtxrun --script mptopdf chart.mp

starts to compile something, than reports that it cannot write the log file
and asks for another file name, and eventually fails with the same
complaints as above.

Can you possibly tell me what to do? Many thanks.

Best wishes,
Michal Kvasnicka

[-- Attachment #1.2: Type: text/html, Size: 1144 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] 4+ messages in thread

* Re: MPtoPDF problem
  2011-01-06 14:59 MPtoPDF problem Michal Kvasnička
@ 2011-01-07  6:44 ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2011-01-07  6:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 01/06/2011 03:59 PM, Michal Kvasnička wrote:
> Hallo.
>
> Few days ago I migrated to Ubuntu 10.10 (Linux) and last stable ConTeXt
> minimals (2010.07.30 11:35 MKII) (from very old ConTeXt version). Now I
> found I can't run mptopdf:
>
> Command
>    mptopdf chart.1
> just prints chart.1 and an empty line

Not sure what goes wrong here.

> Command
>    mtxrun --script mptopdf chart.1
> fails with these complaints:
>
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
>   \write18 enabled.
> entering extended mode
> [MP to PDF]
> (./charts08.1{/home/qasar/programy/context_stable/tex/texmf/fonts/m
> ap/pdftex/plain/pdftex.map}) [1]
> !pdfTeX error: pdftex (file lmmi9): Font lmmi9 at 600 not found
>   ==> Fatal error occurred, no output PDF file produced!

This probably means that you do not have the latin modern fonts
installed. Check to make sure that you have all the texlive packages
in ubuntu installed, the dependencies are not always perfect.

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
___________________________________________________________________________________

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

* Re: mptopdf problem
  2005-07-06  6:56 mptopdf problem Wolfgang Zillig
@ 2005-07-06  8:00 ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2005-07-06  8:00 UTC (permalink / raw)


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

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

* mptopdf problem
@ 2005-07-06  6:56 Wolfgang Zillig
  2005-07-06  8:00 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Zillig @ 2005-07-06  6:56 UTC (permalink / raw)


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.

Any suggestions?

Wolfgang

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

end of thread, other threads:[~2011-01-07  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-06 14:59 MPtoPDF problem Michal Kvasnička
2011-01-07  6:44 ` Taco Hoekwater
  -- strict thread matches above, loose matches on Subject: below --
2005-07-06  6:56 mptopdf problem Wolfgang Zillig
2005-07-06  8:00 ` Hans Hagen

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