Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
Hello people,
I think I spotted a bug either in ConTeXt or in my capability comprehension.
Take the following simple code:
\placefigure[here][testfigs]{Test cases}{ \startcombination[3*3]
...
It works --- on the first texexec run. On subsequent runs, ConTeXt complains that
figure tests/curves can not be found
Same problem here, even with only this:
\starttext \externalfigure[curves.1] \stoptext
I've copied curves.1 from the "tests" dir to its parent, and I still get a 'not found' on the second run. Makes no sense.
in core-fig.tex, locate: #1[#4][#5][#6]% % prefix in runs > 1 and add the conversion test: \doifsomething\@@efconversion % add test {\doifnotmode{\systemmodeprefix\v!first} {\doifsomething\@@efprefix {\edef\@@effilename{\@@efprefix\@@effilename}}% \let\@@effiletype\empty}}% add } what you run into is a side effect of new code (runtime conversion based on resource loggiles) some day i need to rewrite the figure code (the oldest part of context; but i will do that when i replace texutil.tuf support by the more generic resourse handling) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------