General ⇒ How to add an email address
How to add an email address
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to add an email address
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}