Fix compilation

This commit is contained in:
Théophile Bastian 2018-03-03 15:11:39 +01:00
parent 08078ea180
commit 743b332555
2 changed files with 27 additions and 0 deletions

View File

@ -8,6 +8,8 @@
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{my_hyperref}
\usepackage[normalem]{ulem}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\title{Les recettes de l'Arcoloc ---~<>}

25
my_hyperref.sty Normal file
View File

@ -0,0 +1,25 @@
\usepackage{hyperref}
\usepackage{xcolor}
\definecolor{link_blue}{RGB}{0,0,97}
\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
colorlinks=true, % false: boxed links; true: colored links
linkcolor=link_blue, % color of internal links (change box color with linkbordercolor)
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=link_blue % color of external links
}