We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e80da commit cb418ccCopy full SHA for cb418cc
1 file changed
vrdu/compile_latex.sh
@@ -23,7 +23,7 @@ bib_file=$(find . -maxdepth 1 -type f -name "*.bib" | head -n 1)
23
if [ -z "$bib_file" ]; then
24
# Compile the main LaTeX file using pdflatex only
25
pdflatex -interaction=nonstopmode "$main_file.tex" > /dev/null
26
- pdflatex -interaction=nonstopmode "$main_file.tex" > /dev/null
+ pdflatex -interaction=nonstopmode -synctex=1 "$main_file.tex" > /dev/null
27
else
28
# Remove the "./" prefix from the bib_file path
29
bib_file=${bib_file#./}
0 commit comments