I have written the following command to create a link with black or green color :
\documentclass[11pt,twoside,a4paper]{article}
\usepackage[margin=1.5in]{geometry}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linktoc=all,
linkcolor=black,
}
\begin{document}
For online \LaTeX ~solution click on the link :
\href{http://stackexchange.com/}{http://stackexchange.com/}
\end{document}
Produces :
I want to change the link color as my choice ? How can I do that ?
\hypersetup{colorlinks=true,linkcolor=,urlcolor=black}– jub0bs Apr 27 '13 at 02:13hidelinks! – Speravir Apr 27 '13 at 02:17