report/shared/my_hyperref.sty

27 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2018-07-31 12:27:12 +02:00
\usepackage{hyperref}
\usepackage{xcolor}
2018-07-31 19:39:03 +02:00
\definecolor{linkcolor}{HTML}{251BC7}
\definecolor{citecolor}{HTML}{2BC027}
2018-07-31 12:27:12 +02:00
\hypersetup{
% bookmarks=true, % show bookmarks bar?
% unicode=false, % non-Latin characters in Acrobats bookmarks
% pdftoolbar=true, % show Acrobats toolbar?
% pdfmenubar=true, % show Acrobats menu?
% pdffitwindow=false, % window fit to page when opened
% pdfstartview={FitH}, % fits the width of the page to the window
% pdftitle={My title}, % title
% pdfauthor={Author}, % author
% pdfsubject={Subject}, % subject of the document
% pdfcreator={Creator}, % creator of the document
% pdfproducer={Producer}, % producer of the document
% pdfkeywords={keyword1} {key2} {key3}, % list of keywords
% pdfnewwindow=true, % links in new PDF window
2018-07-31 19:39:03 +02:00
colorlinks=true, % false: boxed links; true: colored links
linkcolor=linkcolor, % color of internal links (change box color with linkbordercolor)
citecolor=citecolor, % color of links to bibliography
2018-07-31 12:27:12 +02:00
filecolor=magenta, % color of file links
2018-07-31 19:39:03 +02:00
urlcolor=linkcolor % color of external links
2018-07-31 12:27:12 +02:00
}