From 743b3325552ce453df0599985505cc4697076e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sat, 3 Mar 2018 15:11:39 +0100 Subject: [PATCH] Fix compilation --- header.tex | 2 ++ my_hyperref.sty | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 my_hyperref.sty diff --git a/header.tex b/header.tex index a65a5a8..9daefb0 100644 --- a/header.tex +++ b/header.tex @@ -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 ---~<>} diff --git a/my_hyperref.sty b/my_hyperref.sty new file mode 100644 index 0000000..21c5f45 --- /dev/null +++ b/my_hyperref.sty @@ -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 Acrobat’s bookmarks +% pdftoolbar=true, % show Acrobat’s toolbar? +% pdfmenubar=true, % show Acrobat’s 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 +}