I'm trying to render the following prhase:
{\Huge \Colorhref{http://google.com}{Google} - This is a link}
the "This is a link" part renders with the huge modifier, however my Google link looks tiny.
How could I fix this?
I'm trying to render the following prhase:
{\Huge \Colorhref{http://google.com}{Google} - This is a link}
the "This is a link" part renders with the huge modifier, however my Google link looks tiny.
How could I fix this?
A small working example, where I removed the \small statement from the definition. The original command stems from https://tex.stackexchange.com/a/14309/31729
\documentclass{book}
\usepackage{xcolor}
\usepackage{hyperref}
\newcommand\Colorhref[3][cyan]{\href{#2}{\color{#1}#3}}
\begin{document}
{\Huge \Colorhref{http://google.com}{Google} - This is a link}
\end{document}

\documentclass{...}and ending with\end{document}. – Apr 17 '14 at 00:16\Colorhref{}to a post here: http://tex.stackexchange.com/questions/14306/link-formatting-colors-underlines-in-moderncv --- and there\smallcommand is used inside the definition – Apr 17 '14 at 00:32\Colorhrefalready? – Apr 17 '14 at 00:42