X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Flatex.mk;h=ad46f0763065825f968fdb423012f6c6f91f6ca1;hb=40cb4bb8a128ed51b9b41b97d3d6f75fdf13820b;hp=3892b372275653c179d3f7389431883721f40462;hpb=1556f87ad6e07f3ce342464b38952003530661d9;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