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
With inkscape it is possible to generate a .tex version of a .svg using the command:
inkscape
.tex
.svg
inkscape -D -z --file=image.svg --export-pdf=image.pdf --export-latex
The current sphinxcontrib.inkscapeconverter does not support this feature.
sphinxcontrib.inkscapeconverter
http://tug.ctan.org/info/svg-inkscape/InkscapePDFLaTeX.pdf
It would be better to include the figure with the document font.
The text was updated successfully, but these errors were encountered:
... but it doesn't work with certain figures such as program.svg
program.svg
Sorry, something went wrong.
No branches or pull requests
With
inkscape
it is possible to generate a.tex
version of a.svg
using the command:The current
sphinxcontrib.inkscapeconverter
does not support this feature.http://tug.ctan.org/info/svg-inkscape/InkscapePDFLaTeX.pdf
It would be better to include the figure with the document font.
The text was updated successfully, but these errors were encountered: