mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -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:
parent
37b88433f9
commit
b2a1608e0b
@ -47,7 +47,26 @@
|
|||||||
\lstset{showstringspaces=false,
|
\lstset{showstringspaces=false,
|
||||||
breaklines=true}
|
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{psfrag}
|
||||||
\usepackage{makeidx}
|
\usepackage{makeidx}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
|
Loading…
Reference in New Issue
Block a user