diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-29 00:28:34 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-29 00:28:34 -0500 |
commit | db70f1d595d32666c594e5250e5a90dec0f8198a (patch) | |
tree | 60203973510e8a0e6db10b403097e8f891cd37ff | |
parent | b3301517837ea1afb4505a3c62252a9d30dd9b29 (diff) |
Option to color hyperlinks a different color, instead of usual box
-rw-r--r-- | Hallsby_Karl.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index a9b5ad6..82b8d6d 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -8,6 +8,9 @@ \usepackage[usenames,dvipsnames,x11names]{xcolor} \usepackage{hyperref} +% \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color +% \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} % Set link colors throughout the document + \usepackage[noabbrev,nameinlink]{cleveref} \usepackage{nameref} |