liantze / AltaCV

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

e-Mail Hyperlink seems not to work #29

Closed jenskr closed 5 years ago

jenskr commented 5 years ago

When the e-Mail link in the sample pdf is clicked, I get the following e-Mail Address: 'your@email.comÓ000-00-0000RAddress' (without quotes).

Any suggestions how to remedy this?

liantze commented 5 years ago

The sample PDF actually doesn't have any active hyperlinks at all.

If you want hyperlinks, including mailto links, you need to load \usepackage{hyperref} and do up the links yourself:

\email{\href{mailto:your@email.com}{your@email.com}}
mishal23 commented 4 years ago

Hi @liantze

Tried using the hyperref package in Overleaf with pdflatex compiler, it gives an error:

TeX capacity exceeded, sorry [input stack size=5000].

Any suggestions to prevent this?

liantze commented 4 years ago

Works fine for me with AltaCV v1.3.2 using withhyper document class option in pdflatex TeX Live 2019:

Screenshot 2020-06-04 at 3 20 07 PM