external figure extension name PDF not supported
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. -- Zhaopeng XING Tinbergen Institute
Hi Zhaopeng,
On Sat, Nov 1, 2008 at 1:31 PM, Zhaopeng Xing
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?
-- Zhaopeng XING
Tinbergen Institute
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- Best Regards Chen ---------------------------------------------------------------- Zhi-chu Chen | Shanghai Synchrotron Radiation Facility No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China tel: 086 21 5955 3405 | zhichu.chen.googlepages.com | www.sinap.ac.cn ----------------------------------------------------------------
On Sat, Nov 1, 2008 at 3:47 PM, Zhichu Chen
Hi Zhaopeng,
On Sat, Nov 1, 2008 at 1:31 PM, Zhaopeng Xing
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
Well. \externalfigure[a.PDF][type=pdf] works for me. Thanks Zhichu and
Luigi.
2008/11/1 luigi scarso
On Sat, Nov 1, 2008 at 3:47 PM, Zhichu Chen
wrote: Hi Zhaopeng,
On Sat, Nov 1, 2008 at 1:31 PM, Zhaopeng Xing
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 : 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
___________________________________________________________________________________
-- Zhaopeng XING Tinbergen Institute
participants (3)
-
luigi scarso
-
Zhaopeng Xing
-
Zhichu Chen