Slightly color the links.
This commit is contained in:
parent
cb3bb51ef4
commit
77ba2bade7
1 changed files with 7 additions and 1 deletions
8
hdr.tex
8
hdr.tex
|
@ -12,6 +12,7 @@
|
||||||
\usepackage{amssymb}
|
\usepackage{amssymb}
|
||||||
\usepackage[dvipsnames]{xcolor}
|
\usepackage[dvipsnames]{xcolor}
|
||||||
\definecolor{Prune}{RGB}{99,0,60}
|
\definecolor{Prune}{RGB}{99,0,60}
|
||||||
|
\colorlet{PruneLink}{Prune!70!Blue}
|
||||||
\usepackage{mdframed}
|
\usepackage{mdframed}
|
||||||
\usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées
|
\usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées
|
||||||
\usepackage{multicol} %% Pour mettre un texte sur plusieurs colonnes
|
\usepackage{multicol} %% Pour mettre un texte sur plusieurs colonnes
|
||||||
|
@ -43,7 +44,12 @@
|
||||||
theoretical biology
|
theoretical biology
|
||||||
},
|
},
|
||||||
pdfproducer={lualatex},
|
pdfproducer={lualatex},
|
||||||
pdfcreator={lualatex}
|
pdfcreator={lualatex},
|
||||||
|
%
|
||||||
|
colorlinks=true,
|
||||||
|
urlcolor=PruneLink,
|
||||||
|
linkcolor=PruneLink,
|
||||||
|
anchorcolor=PruneLink,
|
||||||
}
|
}
|
||||||
|
|
||||||
\setmainfont{Linux Libertine O}
|
\setmainfont{Linux Libertine O}
|
||||||
|
|
Loading…
Reference in a new issue