Command for printing-email-addresses #119
Closed
hochleitner
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Looks good! I suggest to place the definition in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using
\url{[email protected]}
for typesetting an e-mail address does not produce a correctmailto:[email protected]
link.Using
\href
from the hyperref package is a bit cumbersome, especially when used in combination with\url
so that the e-mail-addresses can break gracefully. Also,\href
produces invalid results for the PDF metadata when used in the\author
macro (where an e-mail address can usually be found).I propose the following command to be added to our collection of style files:
This produces a valid
mailto:
link with the given argument and generates a valid PDF string (in < > brackets), should the command be used in the preamble.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions