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

Activate Synctex when compiling the document

parent 78f5f4cf
No related branches found
No related tags found
No related merge requests found
Pipeline #11159 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -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