Shell escape in PdfLaTeX

theTeXFactortheTeXFactor
1 min read

To generate vector images using Inkscape, you'll to allow LaTeX to leave its shell to run the Inkscape code necessary. You can do this in Texmaker by editing the PdfLaTeX command.

pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex

Adding the --shell-escape option makes this possible.

0
Subscribe to my newsletter

Read articles from theTeXFactor directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

theTeXFactor
theTeXFactor