[pdftex] eps files

Laurent Perrinet laurent.perrinet at gmail.com
Tue Nov 3 13:11:32 CET 2009


Hi Sam,

It is very easy to convert eps and svg format to pdf respectively with  
epstopdf and inkscape. you can usually include that in a makefile  
(such as described in http://mintaka.sdsu.edu/GF/bibliog/latex/LaTeXtoPDF.html 
  ) with something like:

%.eps: %.svg
	inkscape $< --export-eps=$@

%.pdf: %.svg
	inkscape $< -A $@

%.png: %.svg
	inkscape $<  --export-png $@  --export-dpi=300

%.pdf: %.eps
	epstopdf --nocompress $< -outfile=$@

Laurent


--
Laurent Perrinet - INCM (UMR6193)/CNRS
http://www.incm.cnrs-mrs.fr/LaurentPerrinet


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pdftex/attachments/20091103/83ce395f/attachment.html>


More information about the pdftex mailing list