From 81c03f4199db0f63072ab077246428be6dd1c257 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 4 Aug 2021 21:22:00 -0400 Subject: [PATCH] ENH make hyperlinks less loud --- tex/thesis.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tex/thesis.tex b/tex/thesis.tex index a813fba..26a5d86 100644 --- a/tex/thesis.tex +++ b/tex/thesis.tex @@ -21,6 +21,14 @@ \usepackage{listings} \usepackage{tocloft} +\hypersetup{ + colorlinks=true, + linkcolor=black, + filecolor=black, + citecolor=black, + urlcolor=black, +} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % my attempt to make MATLAB code look pretty