Search found 1 match

by mzagar
Thu Mar 08, 2012 1:50 pm
Forum: Graphics, Figures & Tables
Topic: Include converted SVG Graphics from Inkscape inside Document
Replies: 0
Views: 1121

Include converted SVG Graphics from Inkscape inside Document

Hi,

I have a LaTeX file that works on my Linux machine. The code for SVG graphics is the following:
\graphicspath{{gen/}{fig/}}


\newcommand{\includegraphicsvg}[2][]{%
\ifnum\pdfstrcmp{\pdffilemoddate{fig/#2.svg}}%
{\pdffilemoddate{gen/#2.pdf}}>0%
{\immediate\write18{inkscape -z -D --file ...