liantze / AltaCV

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

active links in personal info #20

Closed shannonpileggi closed 5 years ago

shannonpileggi commented 5 years ago

Can we convert hompages, github, etc. in the personal info to be active links?

liantze commented 5 years ago

Yes, you'll need to load the hyperref package, and use the \href command:

\usepackage[hidelinks]{hyperref}
...
\linkedin{\href{https://linkedin.com/in/someone}{someone}}