mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #133 from andlaus/handbook_improve_hyperref
handbook: use more sensible options for the hyperref package
This commit is contained in:
commit
bc01257087
@ -1,11 +1,11 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# this script build the eWoms handbook from its LaTeX sources. The
|
# this script builds the eWoms handbook from its LaTeX sources. The
|
||||||
# result file is called "ewoms-handbook.pdf"
|
# result file is called "ewoms-handbook.pdf"
|
||||||
|
|
||||||
latex ewoms-handbook
|
latex ewoms-handbook || exit $?
|
||||||
bibtex ewoms-handbook
|
bibtex ewoms-handbook || exit $?
|
||||||
latex ewoms-handbook
|
latex ewoms-handbook || exit $?
|
||||||
latex ewoms-handbook
|
latex ewoms-handbook || exit $?
|
||||||
dvipdf ewoms-handbook
|
dvipdf ewoms-handbook || exit $?
|
||||||
rm ewoms-handbook.dvi
|
rm ewoms-handbook.dvi
|
||||||
|
@ -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