On 2013–02–15 Hans Hagen wrote:

> location={global,local}

It still doesn't work for me. Here is a complete example:

\startbuffer [foo]
beginfig(1);
  fill unitsquare scaled 2cm withcolor red;
endfig;
\stopbuffer

\luacode{lfs.mkdir"graphics"}

\savebuffer
  [list=foo,
   file=graphics/foo.mp,
   prefix=no]

\setupexternalfigures
  [directory=graphics,
   location={global,local}]

\startMPrun
  %% works
  %% input graphics/foo;

  %% fails
  input foo;
\stopMPrun

\starttext
  \externalfigure [mprun.1]
\stoptext


Marco

Attachment: signature.asc
Description: Digital signature

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

Reply via email to