Skip to content

Commit

Permalink
missing compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmm committed Oct 14, 2018
1 parent d537208 commit 44a11c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pdflatex -draftmode main
makeindex main.idx -s StyleInd.ist
makeglossaries main
biber main
pdflatex -draftmode main
pdflatex main

#pdflatex main.tex && makeglossaries main && bibtex main.aux && pdflatex main.tex && pdflatex main.tex && gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf main.pdf
#rm main.pdf

0 comments on commit 44a11c0

Please sign in to comment.