shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

Inkscape PDF conversion #114

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 101

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

Reported by stefan.aulbach on 2010-11-10 13:23:01

shiblon commented 8 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.

Reported by shiblon on 2010-11-11 14:53:54

shiblon commented 8 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

Reported by stefan.aulbach on 2010-11-11 15:28:48

shiblon commented 8 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.

Reported by shiblon on 2010-11-11 15:46:05