<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Sam,</div><div><br></div>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 <a href="http://mintaka.sdsu.edu/GF/bibliog/latex/LaTeXtoPDF.html">http://mintaka.sdsu.edu/GF/bibliog/latex/LaTeXtoPDF.html</a> ) with something like:<div><br></div><div><div>%.eps: %.svg</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>inkscape $&lt; --export-eps=$@</div><div><br></div><div>%.pdf: %.svg</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>inkscape $&lt; -A $@</div><div><br></div><div>%.png: %.svg</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>inkscape $&lt; &nbsp;--export-png $@ &nbsp;--export-dpi=300</div><div><br></div><div>%.pdf: %.eps</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>epstopdf --nocompress $&lt; -outfile=$@</div><div><br></div><div>Laurent</div></div><br><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Laurent Perrinet - INCM (UMR6193)/CNRS<br><a href="http://incm.cnrs-mrs.fr/LaurentPerrinet">http://www.incm.cnrs-mrs.fr/LaurentPerrinet</a><br><br></div></div></span></div></span></span>
</div>
<br></body></html>