2011年7月14日 星期四

[Tex + convert] convert JPG to EPS

use convert xxx.jpg xxx.eps

this command can convert jpg to eps.

convert all file under folder
for file in *.png; do file2=${file%.png};convert $file2.png $file2.eps; done;

\includegraphics[width=3cm]{./pic/IMG_65472.eps}

put pic at pic this folder.

Reference:
  • http://randomtech.blogspot.com/2004/11/latex-inserting-jpg-files.html
  • http://www.imagemagick.org/script/convert.php
  • http://amath.colorado.edu/documentation/LaTeX/reference/figures.html

0 意見:

張貼留言