[NTG-context] external figure extension name PDF not supported

2008-11-01 Thread 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.

-- 
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
___


Re: [NTG-context] external figure extension name PDF not supported

2008-11-01 Thread Zhichu Chen
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?


 --
 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

___
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
___


Re: [NTG-context] external figure extension name PDF not supported

2008-11-01 Thread luigi scarso
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 : 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
___


Re: [NTG-context] external figure extension name PDF not supported

2008-11-01 Thread Zhaopeng Xing
Well. \externalfigure[a.PDF][type=pdf] works for me. Thanks Zhichu and
Luigi.

2008/11/1 luigi scarso [EMAIL PROTECTED]



 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 : 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
___
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
___