We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7088e commit 8220954Copy full SHA for 8220954
1 file changed
compile-latex.sh
@@ -7,5 +7,5 @@ fi
7
# cd in doc or handle error
8
cd doc || exit 1
9
# Compile LaTeX with lualatex, compile twice to get the table of contents
10
-lualatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf linux-2.tex
11
+lualatex -file-line-error -interaction=nonstopmode -synctex=1 -output-directory=../out -output-format=pdf linux-2.tex
0 commit comments