I am trying to make references in my document hyperlinked (clickable) in Blue color (I saw this is a standard in many online papers). I can get everything working except from the color. Can someone help? I included a minimal code example.
Thank you!
Asaf
Code: Select all
\documentclass[11pt]{article}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb,amsfonts}
\usepackage{threeparttable}
\usepackage[mathscr]{eucal}
\usepackage{hyperref}
\usepackage[dvips]{graphicx}
\usepackage{graphics}
\usepackage{geometry}
\usepackage{times}
\usepackage{enumerate}
\usepackage{courier}
\usepackage[round]{natbib}
%\usepackage[round]{natbib}
%\input{/Users/assafweinstein/Dropbox/Research/04-pre-am-short.tex}
%\renewcommand{\baselinestretch}{1.3}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
\newtheorem{remark}{Remark}
%commands specific to current document
\begin{document}
\centerline{\sc Title Goes Here}
\medskip
\centerline{ \today}
blah blah \citet{edelman1988estimation}
\bibliographystyle{abbrvnat}
\bibliography{sample}
\end{document}