Skip to content
Snippets Groups Projects
Commit 41a47471 authored by Simon Schuster's avatar Simon Schuster
Browse files

Enable shell-escape for minted

parent 6c9a3196
No related branches found
No related tags found
1 merge request!12Full rebase of Marco's changes
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
# For gnuplot support: $pdflatex="pdflatex -synctex=1 -interaction=nonstopmode -halt-on-error -shell-escape";
# For LuaTex: $pdflatex="lualatex -synctex=1 -interaction=nonstopmode -halt-on-error";
# You can mix lualatex, synctex and shellescape if you wish
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -halt-on-error';
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -halt-on-error -shell-escape';
$pdf_mode=1;
$postscript_mode=0;
$dvi_mode=0;
......
......@@ -7,7 +7,7 @@ TXSCWLPATH = ~/.config/texstudio/completion/user
all: $(PDFFILE)
# Options defined in ./.latexmkrc are used here, if you require --shell-escape or want to use another TeX-Engine,
# Options defined in ./.latexmkrc are used here, if you require special flags or want to use another TeX-Engine,
# please see the comments there.
$(PDFFILE): $(TEXFILE) $(DEPFILES)
latexmk $(TEXFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment