From cdc4596c7f86cca29a49c10f46700c3f20181cdc Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sat, 27 Apr 2024 19:24:58 -0400 Subject: [PATCH] Use hyperref --- tex/biblio.bib | 2 +- tex/main.tex | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tex/biblio.bib b/tex/biblio.bib index 13f5c3f..0c9587b 100644 --- a/tex/biblio.bib +++ b/tex/biblio.bib @@ -451,7 +451,7 @@ @article{chen-davis-hager-rajamanickam-2008 @techreport{fowkes-lister-montoison-orban-2024, author = {Fowkes, Jaroslav and Lister, Andrew and Montoison, Alexis and Orban, Dominique}, pages = {1-5}, - title = {LibHSL: the ultimate collection for large-scale scientific computation}, + title = {{LibHSL: the ultimate collection for large-scale scientific computation}}, year = {2024}, number = {G-2024-06}, type = {{Les Cahiers du GERAD}}, diff --git a/tex/main.tex b/tex/main.tex index 981cc0c..42759db 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -8,8 +8,14 @@ \usepackage{booktabs} \usepackage{array} \usepackage{tikz} -% \usepackage{cleveref} % cleveref is not working with Springer journal classes \usepackage{xspace} +\usepackage[hidelinks]{hyperref} +\hypersetup{ + colorlinks=false, + urlbordercolor=white, + breaklinks=true +} +% \usepackage{cleveref} % cleveref is not working with Springer journal classes % \newtheorem{theorem}{Theorem}[section] % \newtheorem{lemma}[theorem]{Lemma}