Skip to content

Commit 8220954

Browse files
committed
FIX path in compile-latex.sh.
1 parent 0b7088e commit 8220954

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compile-latex.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ fi
77
# cd in doc or handle error
88
cd doc || exit 1
99
# 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-format=pdf linux-2.tex
10+
lualatex -file-line-error -interaction=nonstopmode -synctex=1 -output-directory=../out -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

Comments
 (0)