yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

add svg support #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can you add svg support? I'm using inkscape to convert svg to pdf/eps:

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

Original issue reported on code.google.com by giurrero on 26 Aug 2009 at 12:21

GoogleCodeExporter commented 9 years ago
Do me a favor and test out r54 to see if that works properly for you.

Thanks for the report.  I had long ago thought to add inkscape/svg support, but 
never 
got to it.  It wasn't too bad :)

Original comment by shiblon on 26 Aug 2009 at 12:31