Skip to content

Commit 8956279

Browse files
committed
added generation of pdf
1 parent 9961741 commit 8956279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build-latex.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ for file in $FILES; do
88
echo "Building $file"
99
pandoc --from=markdown --to=latex --output=build/$file.tex $file
1010
done
11+
12+
cp latex/template.tex build/
13+
pdflatex -output-directory=build build/template.tex

0 commit comments

Comments
 (0)