Broken \setupexternalfigures in mkIV ?
The setupexternalfigures seems to be broken. In the example below, the first \placefigure doesnt work, but the second with the entire path does. I'm running the latest minimals via the GUI installer on winxp. Best regards Reimund Trost Example: % mptest.tex: \starttext \setupcolors [state=start] \setupexternalfigures [directory={fig}] \placefigure [top] [fig:three-point-setup] {This is the caption.} {\externalfigure[figures.1]} \placefigure [top] [fig:three-point-setup] {This is the caption.} {\externalfigure[fig/figures.1]} \stoptext % fig/figures.mp: beginfig(1) pickup pencircle scaled 5bp; draw (0,0) withcolor (1,0,0); endfig; end
On 19-5-2010 3:28, Reimund Trost wrote:
The setupexternalfigures seems to be broken. In the example below, the first \placefigure doesnt work, but the second with the entire path does.
I'm running the latest minimals via the GUI installer on winxp.
in the beta i get two graphics ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Reimund Trost