Text Formatting ⇒ Verbatim
-
- Posts: 29
- Joined: Mon Oct 06, 2014 12:42 am
Verbatim
I know that I can use verbatim command to put unformatted text. But this does not work inside \author command before beginning the document. What can be done for this?
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
-
- Posts: 29
- Joined: Mon Oct 06, 2014 12:42 am
Re: Verbatim
An email ID, for example. Lets take abcdefgh75@gmail.com
Actually, I need to add email ID along with the author's name. I want to add the email in unformatted text.
Actually, I need to add email ID along with the author's name. I want to add the email in unformatted text.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Verbatim
Looks like you mean formatted though, but monospaced / typewriter font. I even would add a hyperlink so we could click the address.
You could use hyperref:
Stefan
You could use hyperref:
Code: Select all
\usepackage{hyperref}
...
\author{Abcdefgh75, \href{mailto:abcdefgh75@gmail.com}{abcdefgh75@gmail.com}}
LaTeX.org admin