diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-03 16:26:08 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-03 16:26:08 +0100 |
commit | 7b82664776fd2b211da212c4eb64a9123aeea12f (patch) | |
tree | 926ccd7a0bd7c60eec98fce9ec3b796bf8689590 /latexmkrc | |
parent | a11c6b48ee8e4e6c6f3711d387a8a8f25424551a (diff) |
shell-escape by default for latexmk + alias for tmuxline
Diffstat (limited to 'latexmkrc')
-rw-r--r-- | latexmkrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ $pdf_mode = 1; +$pdflatex = 'pdflatex --shell-escape'; $pdf_previewer = 'zathura -s -x "vim --servername SYNC --remote +%{line} %{input}" %O %S'; $clean_ext = "synctex.gz bbl pdf dvi"; $new_viewer_always [0]; |