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]
{\externalfigure[tests/curves.1]}{Testcase~1}
{\externalfigure[tests/curves.2]}{Testcase~2}
{\externalfigure[tests/curves.3]}{Testcase~3}
{\externalfigure[tests/curves.4]}{Testcase~4}
{\externalfigure[tests/curves.5]}{Testcase~5}
{\externalfigure[tests/curves.6]}{Testcase~6}
{\externalfigure[tests/curves.7]}{Testcase~7}
{}{}
{\externalfigure[tests/curves.8]}{Testcase~8}
\stopcombination
}

It works --- on the first texexec run. On subsequent runs,
ConTeXt complains that

figure tests/curves can not be found

The problem is that I have a file curves (no extension in
tests/ ... but why is ConTeXt looking for it, if I *did*
specify an extension?

-- 
Giuseppe "Oblomov" Bilotta

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to