GeneralHow to add an email address

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kuki
Posts: 1
Joined: Sat Nov 08, 2008 7:45 pm

How to add an email address

Post by kuki »

Hi, doesn't anybody know how to put an email address into latex document?

my email is "name.surname@gmail.com", but if I use plain text only without any command and then I click on it in final pdf file, it offers me only link ".surname@gmail.com" which is also used in email client. I have absolutely no clue what to do with it.

Thank you for any advice

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10344
Joined: Mon Mar 10, 2008 9:44 pm

How to add an email address

Post by Stefan Kottwitz »

Hi kuki,

welcome to the board!
You could use the hyperref package, for example:

Code: Select all

\usepackage{hyperref}
...
\href{mailto:name.surname@gmail.com}{name.surname@gmail.com}
Stefan
LaTeX.org admin
Post Reply