Skip to content

Change of parameter of inkscape in latex/images/Makefile  #87

@albertiniufu

Description

@albertiniufu

inkscape changed how to identify export file.

Now it is
%.pdf : %.svg
inkscape --export-pdf=$@ $<

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

It should be now:

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions