X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Flatex.mk;h=ad46f0763065825f968fdb423012f6c6f91f6ca1;hb=139a21003b07452b08c8d721d1f9342c5320d10e;hp=3892b372275653c179d3f7389431883721f40462;hpb=d59e32339d512e4655b250563080e2507b58c698;p=dotfiles.git diff --git a/shell/.local/bin/latex.mk b/shell/.local/bin/latex.mk index 3892b37..ad46f07 100644 --- a/shell/.local/bin/latex.mk +++ b/shell/.local/bin/latex.mk @@ -2,7 +2,7 @@ DOCUMENT:=$(shell grep -Fl documentclass *.tex) LATEX?=pdflatex -LATEXFLAGS?=--no-shell-escape -file-line-error -halt-on-error +LATEXFLAGS?=-synctex=1 -no-shell-escape -file-line-error -halt-on-error BIBTEX?=bibtex MAKEGLOSSARIES?=makeglossaries MAKEINDEX?=makeindex