Comment 11 for bug 738973

Revision history for this message
Paaguti-hotmail (paaguti-hotmail) wrote :

As a point in the wishlist, I'd really love to see that the command line features are included. It's very convenient to have the SVG files in a directory and then have a Makefile to convert them to eps (for latex) or pdf (for pdflatex) when you are using Inkscape to produce the figures for longer manuscripts in a LaTex environment:

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

%.eps: %.svg
     inkscape -D -E $< $@

is always present in my LATeX environments ;-) And this command doesn't fire up the GUI and is therefore quite
fast.