ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* metapost not invoked? mpgraph.1 not created
@ 2001-02-22 15:55 Patrick Gundlach
  0 siblings, 0 replies; 28+ messages in thread
From: Patrick Gundlach @ 2001-02-22 15:55 UTC (permalink / raw)


Hi,

there is absolutely no hint about a misconfigurated PATH 
environment variable.

Viele Gruesse,

  Patrick Gundlach


^ permalink raw reply	[flat|nested] 28+ messages in thread
* metapost not invoked? mpgraph.1 not created
@ 2001-02-22 15:39 Patrick Gundlach
  0 siblings, 0 replies; 28+ messages in thread
From: Patrick Gundlach @ 2001-02-22 15:39 UTC (permalink / raw)


Hi,

> try to insert the absolute path to mpto here (for me it is 
> /opt/teTeX/bin/mpto)  If this works, there is a problem with your path.

OK, I really doubt that this is a 'path' problem. strace output gives 
me no hints of not found programs. Absolute path did not help.

> And please: try to "answer" the messages because not writing a reply 
> disturbs the threading ...

I *did* answer the message. Sorry your email reader is not 
capable of correct threading. (Kmail 2 bothers me with incorrect 
threading support, too.)

Viele Gruesse,

  Patrick Gundlach


^ permalink raw reply	[flat|nested] 28+ messages in thread
* metapost not invoked? mpgraph.1 not created
@ 2001-02-20 14:13 Patrick Gundlach
  0 siblings, 0 replies; 28+ messages in thread
From: Patrick Gundlach @ 2001-02-20 14:13 UTC (permalink / raw)


Hi,

I have tried to use the file with an older context format. There 
it worked :-):

This is pdfeTeX, Version 3.14159-13d-2.1 (Web2C 7.3.1)
entering extended mode
(tmpgraph.tex[/home/gundlach/TeX/texmf/pdftex/pdftex.cfg]

ConTeXt ver: 1999.5.11 fmt: 2001.2.1 int: english mes: english

texexec --interface=en --pdf mprun.tex
texexec --interface=en --mptex mpgraph.mp
only 
\runMPgraphicstrue
enabled

What about this extended mode (pdfetex)? Do I have to switch it
on? How do I switch it on?

Is it possible that it has to do with my context version? I have 
kept the texexec script, disabled my cont-en symbolic link to 
pdfetex, disabled pdfetex and removed my texmf/tex/context 
directory from my tex search path. I have also pointed the (e)fmt 
searchpath to the 'old' context.

Now I've tried  a new and old pdfetex with the old context format. The 
texexec --mptex mpgraph.mp gives an output.

ConTeXt ver: 1999.5.11 fmt: 2001.2.20 

texexec --verbose
             setting : 'MpToTeXExecutable' to 'mpto' for 'all'
               setting : 'MpToTeXExecutable' to 'mpto' for 'tetex'
          used setting : MpToTeXExecutable = mpto

gundlach@sarti:~/TeX/context/mprun$ which mpto
/usr/bin/mpto
gundlach@sarti:~/TeX/context/mprun$ mpto mpgraph.mp
\shipout\hbox{\smash{\hbox{\hbox{% line 3 mpgraph.mp
Hello world}\vrule width1sp}}}
\end{document}

Viele Gruesse,

  Patrick Gundlach


^ permalink raw reply	[flat|nested] 28+ messages in thread
[parent not found: <Your message of "Mon, 19 Feb 2001 17:22:59 +0100." <3.0.6.32.20010219172259.0157a600@server-1>]
[parent not found: <Your message of "Mon, 19 Feb 2001 15:59:52 +0100." <3.0.6.32.20010219155952.019f7180@server-1>]
[parent not found: <Your message of "Mon, 19 Feb 2001 11:47:49 +0100." <3.0.6.32.20010219114749.017fb4d0@server-1>]
* metapost not invoked? mpgraph.1 not created
@ 2001-02-17 15:24 Patrick Gundlach
  2001-02-19 10:47 ` Hans Hagen
  0 siblings, 1 reply; 28+ messages in thread
From: Patrick Gundlach @ 2001-02-17 15:24 UTC (permalink / raw)
  Cc: patrick

Hi,

I use the following line to generate my pdf file:
texexec --pdf  rahmen.tex 

I have enabled write18 feature. I have put the following lines in 
rahmen.tex:

\setupcolors[state=start]
\runMPgraphicstrue
\runMPTEXgraphicstrue
\useMETAFUNformattrue
\startuseMPgraphic{Kreis}
  fill fullcircle scaled 200pt withcolor .625yellow ;
\stopuseMPgraphic
\useMPgraphic{Kreis}
\stoptext
\endinput

everything is just fine. After the texexec run, the pdf file includes the 
circle.

But when I have the follwoing tex file:

\setupcolors[state=start]
\runMPgraphicstrue
\runMPTEXgraphicstrue
\useMETAFUNformattrue

\starttext
\startuseMPgraphic{Text}
 draw btex \framed[width=fit,align=middle]{\input tufte \relax} etex ; 
  for i within currentpicture : 
   draw boundingbox i withpen pencircle scaled .2pt withcolor .625yellow ; 
  endfor ;
\stopuseMPgraphic
\useMPgraphic{Text}
\stoptext
\endinput

the mpgraph.1 will not be generated. (And an error appears in the pdf file 
"file mpgraph.1 unknown"). The mpgraph.log tells me:

This is MetaPost, Version 0.641 (Web2C 7.3.1) (mem=metafun 2001.2.17)  17 
FEB 2001 12:42
**&metafun mpgraph
(mpgraph.mp )

when I run 'mpost' and answer '&metafun mpgraph' when mpost outputs the two 
**, the log looks like this:

This is MetaPost, Version 0.641 (Web2C 7.3.1) (mem=metafun 2001.2.17)  17 

FEB 2001 12:42
**&metafun mpgraph
(mpgraph.mp
{randomseed:=2151}
write0 = `mpgraph.mpo'.

 [1] )
1 output file written: mpgraph.1

then the next texexec run (exactly as above) looks correct to me.

Why does texexec (?) not create the mpgraph.1 ?

btw: TeXExec 2.5, pdfeTeX, Version 3.14159-13d-2.1, ConTeXt  ver: 2001.1.9 
-- 
Viele Grüße, 

    Patrick Gundlach


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

end of thread, other threads:[~2001-03-15 19:45 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Your message of "Tue, 20 Feb 2001 12:53:44 +0100." <3.0.6.32.20010220125344.01cc87b0@server-1>
2001-02-20 14:16 ` metapost not invoked? mpgraph.1 not created Patrick Gundlach
2001-02-20 16:46   ` Hans Hagen
2001-02-20 21:35     ` Ed L Cashin
2001-02-22 15:55 Patrick Gundlach
  -- strict thread matches above, loose matches on Subject: below --
2001-02-22 15:39 Patrick Gundlach
2001-02-20 14:13 Patrick Gundlach
     [not found] <Your message of "Mon, 19 Feb 2001 17:22:59 +0100." <3.0.6.32.20010219172259.0157a600@server-1>
2001-02-20 10:48 ` Patrick Gundlach
2001-02-20 11:53   ` Hans Hagen
2001-02-20 15:42     ` Ed L Cashin
2001-02-20 15:58       ` Marc van Dongen
2001-02-20 16:40         ` Hans Hagen
2001-03-15 11:10           ` Slawek Zak
2001-03-15 11:14             ` Slawek Zak
2001-03-15 12:41             ` Patrick Gundlach
2001-03-15 19:45             ` Ed L Cashin
2001-02-20 21:22         ` Ed L Cashin
2001-02-21 12:51           ` Marc van Dongen
2001-02-21 16:53             ` Ed L Cashin
2001-02-21 17:17               ` Marc van Dongen
2001-02-21 17:22                 ` Marc van Dongen
2001-02-21  2:08   ` Uwe Koloska
     [not found] <Your message of "Mon, 19 Feb 2001 15:59:52 +0100." <3.0.6.32.20010219155952.019f7180@server-1>
2001-02-19 15:47 ` Patrick Gundlach
2001-02-19 16:22   ` Hans Hagen
     [not found] <Your message of "Mon, 19 Feb 2001 11:47:49 +0100." <3.0.6.32.20010219114749.017fb4d0@server-1>
2001-02-19 12:57 ` Patrick Gundlach
2001-02-19 14:59   ` Hans Hagen
2001-02-21  2:16   ` Uwe Koloska
2001-02-17 15:24 Patrick Gundlach
2001-02-19 10:47 ` 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).