Skip to content
Snippets Groups Projects
Commit ef4f3958 authored by Haniel Barbosa's avatar Haniel Barbosa Committed by Hans-Jörg Schurr
Browse files

Activate Synctex when compiling the document

parent 8efa1d66
No related branches found
No related tags found
1 merge request!2Backport specification from my PhD thesis
......@@ -18,3 +18,4 @@ _minted-*/
*.idx
*.ilg
*.ind
*.synctex.gz
\ No newline at end of file
......@@ -2,7 +2,7 @@ nix:
SOURCE_DATE_EPOCH=$(date +%s) latexmk -pdf -pvc -interaction=nonstopmode -shell-escape -lualatex doc
doc:
latexmk -pdf -shell-escape -lualatex doc
latexmk -pdf -shell-escape -lualatex -synctex=1 doc
nonstop:
latexmk -interaction=nonstopmode -pdf -shell-escape -lualatex doc
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