handbook: use more sensible options for the hyperref package

this gets rid of the ugly red and green boxes around references. Note
that for some reason, hyperlinks do not seem to work anyway and that
using pdflatex directly does not work either :/
This commit is contained in:
Andreas Lauser 2017-01-16 15:25:01 +01:00
parent 37b88433f9
commit b2a1608e0b

View File

@ -47,7 +47,26 @@
\lstset{showstringspaces=false,
breaklines=true}
\usepackage{hyperref}
\usepackage[
pdfpagelabels=true,
%draft,
final,
bookmarks=true,
bookmarksnumbered=true,
bookmarksopen=true,
bookmarksopenlevel=1,
breaklinks=true,
colorlinks=true,
hyperindex=true,
linkcolor=black,
citecolor=black,
urlcolor=black,
pdfpagelayout=SinglePage,
%ps2pdf
%dvips
%dvipdf
%pdftex
]{hyperref}
\usepackage{psfrag}
\usepackage{makeidx}
\usepackage{graphicx}