我如何输入电子邮件地址中的下划线字符(_)?

我如何输入电子邮件地址中的下划线字符(_)?

我现在正在使用 latex 编写一篇科学文章。我的电子邮件地址是[email protected]。Latex 无法识别命令。请帮助我。\ead{[email protected]}

答案1

\documentclass{article}
\usepackage{hyperref}

\begin{document}
\href{mailto: [email protected]}{ufukkaya\[email protected]}
\end{document}

相关内容