liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.27k stars 331 forks source link

href does not work #65

Closed naarkhoo closed 3 years ago

naarkhoo commented 3 years ago

It seems href does not work even if I do like \href{http://www.google.com}{Google} - neither in the text nor in the cvevent title. Am perhaps I missing something ?

I am using the template provided on overleaf. Thank you again for making this package

naarkhoo commented 3 years ago

I had to use

\usepackage[hidelinks]{hyperref}
...
\href{www.google.com}{Google}

why isn't this by default there ? don't people put href to where they use to work?!

liantze commented 3 years ago

See README re withhyper option.