I'm setting up my job application portfolio, and want to link my email address. However, when I insert the pdf with the linked email address to my portfolio, the link does not work properly anymore.
It works just fine without an underscore.
Creating document "email"
\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{hyperref} \begin{document} \href{mailto:fnm_lnm@abc.org}{fnm\_lnm@abc.org} \end{document}Inserting the pdf
\documentclass{article} \usepackage{pdfpages} \begin{document} \includepdf{email} \end{document}
I expect the hyperlink to be fnm_lnm@abc.org, but instead it reads lnm@abc.org.