ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
Cc: pragma@wxs.nl (Hans Hagen),
	Denis.Roegel@loria.fr (Denis B. Roegel),
	lwang@amath8.amt.ac.cn (Mr. Wang Lei),
	ntg-context@ntg.nl (NTG-ConTeXt)
Subject: Re: texexec not launching mpost
Date: Thu, 19 Oct 2000 21:30:44 +0200 (MET DST)	[thread overview]
Message-ID: <200010191930.VAA27526@bar.loria.fr> (raw)
In-Reply-To: <200010191917.VAA27211@bar.loria.fr> from "Denis B. Roegel" at Oct 19, 2000 09:17:20 PM

I have narrowed the problem down. It is certainly
connected with btex/etex. If I comment the first draw below,
it works. If it is not commented, the mpgraph is not found.
I'd welcome an explanation!

Denis

=========
\starttext
\runMPgraphicstrue
\setupcolors[state=start]
\startuniqueMPgraphic{concept}
%  draw btex \bf CONCEPT etex rotated 60 withcolor .8white;
  draw origin -- (1cm,1cm);
  currentpicture := currentpicture ysized (\overlaywidth-.5cm);
\stopuniqueMPgraphic

\defineoverlay[concept][\uniqueMPgraphic{concept}]

\setupbackgrounds[page][background=concept]

Some text Some text Some text Some text Some text Some text 
Some text Some text
...
=========

In both runs, there is only the .tex file at the beginning.
No auxiliary files and no mpgraph*

=========
1) First run, with line not commented:
=========

bar context2 291 % texexec test17.tex

 TeXExec 2.2 - ConTeXt / PRAGMA ADE 1997-2000

            executable : pdfetex
                format : cont-en
             inputfile : test17
                output : standard
             interface : en
          current mode : all
               TeX run : 1

This is pdfeTeX, Version 3.14159-14f-released-20000525-2.1 (Web2C 7.3.2x)
entering extended mode
(./test17.tex{/local/hugo/texlive5/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2000.9.21  fmt: 2000.10.5  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(/usr/local/tex5/texmflocal/tex/context/base/cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
)
system         : cont-old loaded
(/usr/local/tex5/texmflocal/tex/context/base/cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(/usr/local/tex5/texmflocal/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(./cont-sys.tex)
bodyfont       : 12pt rm is loaded
language       : patterns 2-en-2 2-de-2 2-fr-2 2-nl-2 loaded
specials       : tex,postscript,rokicki loaded
system         : test17.top loaded
(./test17.top)
systems        : begin file test17 at line 1
color          : rgb color space is supported
color          : cmyk color space is supported
color          : system rgb is global activated
layout         : calculating backgrounds
Randomizer initialized to 1505245913.
 TeXExec 2.2 - ConTeXt / PRAGMA ADE 1997-2000

       metapost to tex : mpgraph
            executable : pdfetex
                format : cont-en
             inputfile : tmpgraph
                output : standard
             interface : en
               options : once batch nomp
          current mode : all

This is pdfeTeX, Version 3.14159-14f-released-20000525-2.1 (Web2C 7.3.2x)
entering extended mode

              run time : 1 seconds
       dvi to metapost : mpgraph
              metapost : mpgraph
                format : metafun
This is MetaPost, Version 0.641 (Web2C 7.3.2x)

figures        : figure mpgraph can not be found
[1.1] [2.2]
systems        : end file test17 at line 107
 )
Output written on test17.dvi (2 pages, 4744 bytes).
Transcript written on test17.log.

....

==================================================================

=========
1) Second run, with line commented:
=========

bar context2 294 % texexec test17.tex

 TeXExec 2.2 - ConTeXt / PRAGMA ADE 1997-2000

            executable : pdfetex
                format : cont-en
             inputfile : test17
                output : standard
             interface : en
          current mode : all
               TeX run : 1

This is pdfeTeX, Version 3.14159-14f-released-20000525-2.1 (Web2C 7.3.2x)
entering extended mode
(./test17.tex{/local/hugo/texlive5/texmf/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2000.9.21  fmt: 2000.10.5  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(/usr/local/tex5/texmflocal/tex/context/base/cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
)
system         : cont-old loaded
(/usr/local/tex5/texmflocal/tex/context/base/cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(/usr/local/tex5/texmflocal/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(./cont-sys.tex)
bodyfont       : 12pt rm is loaded
language       : patterns 2-en-2 2-de-2 2-fr-2 2-nl-2 loaded
specials       : tex,postscript,rokicki loaded
system         : test17.top loaded
(./test17.top)
systems        : begin file test17 at line 1
color          : rgb color space is supported
color          : cmyk color space is supported
color          : system rgb is global activated
layout         : calculating backgrounds
Randomizer initialized to 1506412629.This is MetaPost, Version 0.641 (Web2C 7.3.2x)
(mpgraph.mp [1] )
1 output file written: mpgraph.1
Transcript written on mpgraph.log.

figures        : dimensions of ./mpgraph.1 loaded from figurefile itself
[MP fonts ./mpgraph.1] [1.1] [2.2]
systems        : end file test17 at line 107
 )
Output written on test17.dvi (2 pages, 4604 bytes).
Transcript written on test17.log.

              run time : 2 seconds
  sorting and checking : running texutil

...
==========

My texmf.cnf file has

shell_escape = t

and my ./cont-sys.tex file is

   \runMPgraphicstrue 
\runMPTEXgraphicstrue
  \recycleMPslotstrue 
\useMETAFUNformattrue

And the September 21 context is in /usr/local/tex5/texmflocal,
since it is newer than the texlive 5 CD.

Denis


  reply	other threads:[~2000-10-19 19:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-18 21:18 Denis B. Roegel
2000-10-19  3:21 ` Mr. Wang Lei
2000-10-19  9:04   ` Hans Hagen
2000-10-19 11:41     ` Mr. Wang Lei
2000-10-19 13:01   ` Denis B. Roegel
2000-10-19 13:45     ` Hans Hagen
2000-10-19 19:17       ` Denis B. Roegel
2000-10-19 19:30         ` Denis B. Roegel [this message]
2000-10-20  2:34           ` Mr. Wang Lei
2000-10-20 14:13             ` Denis B. Roegel
2000-10-20 15:59               ` Hans Hagen
2000-10-20 18:56                 ` Denis B. Roegel
2000-10-20 19:09                   ` Marc van Dongen
2000-10-21 21:46                     ` Denis B. Roegel
2000-10-22 18:49                       ` Hans Hagen
2000-10-22 18:30                   ` Hans Hagen
2000-10-23 19:34                     ` Denis B. Roegel
2000-10-24  6:48                       ` Hans Hagen
2000-10-20 17:36               ` Mr. Lei Wang
     [not found] <3.0.6.32.20001027113959.0154f7a0@pop.wxs.nl>
     [not found] ` <200010271431.QAA03427@bar.loria.fr>
2000-10-27 15:55   ` Hans Hagen

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=200010191930.VAA27526@bar.loria.fr \
    --to=denis.roegel@loria.fr \
    --cc=lwang@amath8.amt.ac.cn \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.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).