On Sat, Nov 1, 2008 at 3:47 PM, Zhichu Chen <[EMAIL PROTECTED]> wrote:

> Hi Zhaopeng,
>
> On Sat, Nov 1, 2008 at 1:31 PM, Zhaopeng Xing <[EMAIL PROTECTED]> 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.
>
> The following command works for me
> \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 : [email protected] / 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
___________________________________________________________________________________

Reply via email to