From 77ba2bade794ca3a2bf7f893d7d110c58fa7a8ce Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 9 Jan 2024 15:07:06 +0100 Subject: [PATCH] Slightly color the links. --- hdr.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hdr.tex b/hdr.tex index ed0d374..fdcf030 100644 --- a/hdr.tex +++ b/hdr.tex @@ -12,6 +12,7 @@ \usepackage{amssymb} \usepackage[dvipsnames]{xcolor} \definecolor{Prune}{RGB}{99,0,60} +\colorlet{PruneLink}{Prune!70!Blue} \usepackage{mdframed} \usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées \usepackage{multicol} %% Pour mettre un texte sur plusieurs colonnes @@ -43,7 +44,12 @@ theoretical biology }, pdfproducer={lualatex}, - pdfcreator={lualatex} + pdfcreator={lualatex}, + % + colorlinks=true, + urlcolor=PruneLink, + linkcolor=PruneLink, + anchorcolor=PruneLink, } \setmainfont{Linux Libertine O}