Well. \externalfigure[a.PDF][type=pdf] works for me. Thanks Zhichu and Luigi.
On Sat, Nov 1, 2008 at 3:47 PM, Zhichu Chen <zhichu.chen@gmail.com> wrote:
Hi Zhaopeng,
The following command works for me
On Sat, Nov 1, 2008 at 1:31 PM, Zhaopeng Xing <zpxing@gmail.com> wrote:
> Hi,
>
> There is a problem about a figure name. When I use pdf figures, capital
> "xx.PDF" can not be identified, while only "xx.pdf" is supported. I hope it
> can be fixed because my odf printer always give extension name "PDF".
> Thanks.
\externalfigure[a.PDF][type=pdf]
By the way, I'm not trying to be professional, could you just write a shell
to convert those figures with "correct" suffix?
for j in *\.PDF;
do
k=`basename $j .PDF`.pdf
mv $j $k
done
--
luigi
___________________________________________________________________________________
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 : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________