yochju / latex-makefile

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

Inkscape PDF conversion #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

the Inkscape to PDF conversion is broken. Line 2071 should read like this.

convert-svg     = $(INKSCAPE) --without-gui $(if $(filter 
%.pdf,$2),--export-pdf,--export-eps)='$2' '$1'

Thanks for the great Makefile.

Stefan

Original issue reported on code.google.com by stefan.a...@gmail.com on 10 Nov 2010 at 1:23

GoogleCodeExporter commented 9 years ago
Thanks for the patch!  I like those one-character fixes.

r65c9d53eb9a3 should fix this.  If it does, let me know and I'll push the new 
rc version.

Original comment by shiblon on 11 Nov 2010 at 2:53

GoogleCodeExporter commented 9 years ago
Hi,

not really fixed. There is still a "=" sign right after --export-pdf which 
causes filenames of generated pdfs to start with "=".

Stefan

Original comment by stefan.a...@gmail.com on 11 Nov 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Oops!  How did I miss that!  2 characters, then.  r82ea21d44eb0 contains the 
new magic.

Thanks for your patience.  It's been a long week.

Original comment by shiblon on 11 Nov 2010 at 3:46