mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user