g***@gmail.com
2009-05-02 19:15:39 UTC
Hi guys,
my apologies if this is a dumb question...
I'd like to compile the latex source code below (minimal example) with
PDFLaTeX, where I'm using the hyperref package in order to obtain a
PDF document with PDF bookmarks to the various sections as the output.
However I don't want the little "@mailto:provider.com" window to
appear in Acrobat reader when I hover the mouse over the
"@provider.com" portion of the email address. In other words, I would
like my email address "***@provider.com" to be interpreted as
plain text, and I don't want hyperref+PDFLaTeX to create a "mailto"
link. Is there any way I could achieve this?
Thanks a lot in advance.
=========================
\documentclass{article}
\usepackage{hyperref}
\begin{document}
Author: My Name
E-mail: ***@provider.com
\section{Section 1}
Some text.
\section{Section 2}
Some other text.
\end{document}
=========================
my apologies if this is a dumb question...
I'd like to compile the latex source code below (minimal example) with
PDFLaTeX, where I'm using the hyperref package in order to obtain a
PDF document with PDF bookmarks to the various sections as the output.
However I don't want the little "@mailto:provider.com" window to
appear in Acrobat reader when I hover the mouse over the
"@provider.com" portion of the email address. In other words, I would
like my email address "***@provider.com" to be interpreted as
plain text, and I don't want hyperref+PDFLaTeX to create a "mailto"
link. Is there any way I could achieve this?
Thanks a lot in advance.
=========================
\documentclass{article}
\usepackage{hyperref}
\begin{document}
Author: My Name
E-mail: ***@provider.com
\section{Section 1}
Some text.
\section{Section 2}
Some other text.
\end{document}
=========================