Added colors for links

This commit is contained in:
Alejandro Angulo 2022-12-15 21:00:49 -08:00
parent a9f8447192
commit 7355d169dc
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -3,7 +3,7 @@
\usepackage{array} \usepackage{array}
\usepackage{enumitem} \usepackage{enumitem}
\usepackage[letterpaper, portrait, top=0.5in, right=0.5in, left=0.5in, bottom=1in]{geometry} \usepackage[letterpaper, portrait, top=0.5in, right=0.5in, left=0.5in, bottom=1in]{geometry}
\usepackage{hyperref} \usepackage[colorlinks=true, linkcolor=blue, urlcolor=blue, citecolor=blue, anchorcolor=blue]{hyperref}
\usepackage{multirow} \usepackage{multirow}
\usepackage{titlesec} \usepackage{titlesec}
\usepackage{comment} \usepackage{comment}