From b6cb4a1f2b7735c04af6fbe823e1d6bad4197d4b Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Fri, 1 Mar 2019 23:27:52 +0100 Subject: [PATCH] option to keep hyperlinks in pdf --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index d826cd9..3e701ab 100644 --- a/compile.sh +++ b/compile.sh @@ -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