Skip to content

Commit

Permalink
option to keep hyperlinks in pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmm committed Mar 1, 2019
1 parent c03c820 commit b6cb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ 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
#pdflatex main.tex && makeglossaries main && bibtex main.aux && pdflatex main.tex && pdflatex main.tex && gs -sDEVICE=pdfwrite -dPrinted=false -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf main.pdf
#rm main.pdf

0 comments on commit b6cb4a1

Please sign in to comment.