Re: [NTG-context] \startMPrun ... \stopMPrun

2010-10-24 Thread Hans Hagen

On 23-10-2010 3:02, Taco Hoekwater wrote:

On 10/23/2010 02:47 PM, Herbert Voss wrote:

Is it possible to run this also under mkiv?
Example is from the meafun manual.

\startMPrun
input Grafik.mp;
\stopMPrun
\externalfigure[Grafik.1]
\stoptext


It seems not.

Also, if I create Grafik.1 externally, it does not work either:


\startMPrun
  input graphic.mp ;
\stopMPrun

\starttext
\externalfigure[mprun.1]
\stoptext

seems to work on my machine

The mprun mechanism is somewhat odd, and dates from the time that 
integration was not that tight; it's mostly there so that we can process 
company logos (all variants are defined in one file) runtime because i'm 
too lazy to contexify these first mp works


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] \startMPrun ... \stopMPrun

2010-10-24 Thread Aditya Mahajan

On Sun, 24 Oct 2010, Hans Hagen wrote:


On 23-10-2010 3:02, Taco Hoekwater wrote:

On 10/23/2010 02:47 PM, Herbert Voss wrote:

Is it possible to run this also under mkiv?
Example is from the meafun manual.

\startMPrun
input Grafik.mp;
\stopMPrun
\externalfigure[Grafik.1]
\stoptext


It seems not.

Also, if I create Grafik.1 externally, it does not work either:


\startMPrun
 input graphic.mp ;
\stopMPrun

\starttext
   \externalfigure[mprun.1]
\stoptext

seems to work on my machine

The mprun mechanism is somewhat odd, and dates from the time that integration 
was not that tight; it's mostly there so that we can process company logos 
(all variants are defined in one file) runtime because i'm too lazy to 
contexify these first mp works


\usemodule[filter]

\defineexternalfilter
[externalMP]
[filtercommand={texexec --mptex \externalfilterinput},
 read=no]

\starttext
\processexternalMP[graphic.mp]
\externalfigure[graphic.1]
\stoptext

Perhaps --mpgraphic is better than --mptex as it gives a pdf.

You can add continue=yes and the processing will be done if the file has 
changed.


Aditya

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


[NTG-context] \startMPrun ... \stopMPrun

2010-10-23 Thread Herbert Voss
Is it possible to run this also under mkiv?
Example is from the meafun manual.

\startMPrun
input Grafik.mp;
\stopMPrun
\externalfigure[Grafik.1]
\stoptext

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


Re: [NTG-context] \startMPrun ... \stopMPrun

2010-10-23 Thread Taco Hoekwater

On 10/23/2010 02:47 PM, Herbert Voss wrote:

Is it possible to run this also under mkiv?
Example is from the meafun manual.

\startMPrun
input Grafik.mp;
\stopMPrun
\externalfigure[Grafik.1]
\stoptext


It seems not.

Also, if I create Grafik.1 externally, it does not work either:

[MP to PDF]
! LuaTeX error /opt/tex/texmf-local/tex/context/base/meta-pdf.lua:57: 
attempt to call upvalue 'pdfliteral' (a nil value)

stack traceback:
/opt/tex/texmf-local/tex/context/base/meta-pdf.lua:57: in 
function 'pdfcode'
/opt/tex/texmf-local/tex/context/base/meta-pdf.lua:532: in 
function 'convertmpstopdf'

main ctx instance:1: in main chunk.

system   error on line 4 in file trymp.tex: LuaTeX error  ...

1 \startMPrun
2 input Grafik.mp;
3 \stopMPrun
4   \externalfigure[Grafik.1]
5 \stoptext
6
___
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
___