We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
with inkscape 1.0 the convertion of svg to pdf does not work anymore. -z, --file and --export-pdf do not exist any more. See https://github.com/latextemplates/scientific-thesis-template/blob/master/config.tex#L406 Currently I have not figured out which switches have to be used instead.
-z
--file
--export-pdf
The text was updated successfully, but these errors were encountered:
inkscape \getgraphicspath#1.svg -o getgraphicspath#1.pdf --export-latex should do the trick.
inkscape \getgraphicspath#1.svg -o getgraphicspath#1.pdf --export-latex
Sorry, something went wrong.
Could you please submit a PR including an entry in CHANGELOG.md, please?
CHANGELOG.md
Well, the commands in config.tex did not work for me. So I build a bash script and make target for my thesis. So I cannot test this.
config.tex
No branches or pull requests
Hello,
with inkscape 1.0 the convertion of svg to pdf does not work anymore.
-z
,--file
and--export-pdf
do not exist any more. See https://github.com/latextemplates/scientific-thesis-template/blob/master/config.tex#L406 Currently I have not figured out which switches have to be used instead.The text was updated successfully, but these errors were encountered: