At 01:36 AM 1/5/2002 +0000, Nigel King wrote:
>I am progressing reasonably well with context but I cannot get the
>btex..etex facility to work. In the texexec manual it says to include the
>lines
>
>openout_any = a
>shell_escape = t
>allow_multiple_suffixes = f
>TEX = texexec --once --batch

the last line is not really needed

>in texmf.cnf which I have put in the config file in the highest directory
>/sw/ using fink as the distribution mechanism.
>
>If I manually mpost mpgraph.mp then the generated files get included on
>subsequent texexec runs. What am I doing wrong?

there are two ways to process the mp graphics:

(1) at run time:

--- needs the changes in texmf.cnf that you already did
--- needs a couple of lines in your local cont-sys.tex (see cont-sys.rme)

here you have to give tex permission that you want to enable run time 
processing, and tell context that you did; when set up all right, btex-etex 
should work

(2) between runs

--- either run texexec --mptex yourfile-mpgraph.mp
--- or better, use the --automp switch

in this case, texexec will analyze the files and determine if and how to 
orun mpost (using the metafun format and calling tex if needed in order to 
resolve btex-etex)

Here i have set (1) and run realtime in most cases, but when i have many 
graphics, i say --automp

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------

Reply via email to