Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169https://stackoverflow.com/a/4697003/865169 and this: https://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: https://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: https://stackoverflow.com/a/4697003/865169 and this: https://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

replaced http://tex.stackexchange.com/ with https://tex.stackexchange.com/
Source Link

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: http://tex.stackexchange.com/a/111796/13780https://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: http://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: https://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

Package as code
Source Link
Joseph Wright
  • 271.3k
  • 35
  • 729
  • 1.1k

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperrefhyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: http://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: http://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

I am trying to make names with special Danish characters in email addresses look right in the email the address in a hyperref link in the document compiled to PDF. I have attempted:

\documentclass{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[unicode]{hyperref} \begin{document} \href{mailto:Ole-Bent Kjær <[email protected]>}{some.address}@some.domain.dk \end{document} 

I found and tried this answer: http://stackoverflow.com/a/4697003/865169 and this: http://tex.stackexchange.com/a/111796/13780 to fix it, with no luck. The link in the resulting PDF file turns out mailto:Ole-Bent Kj\T1\ae r <[email protected]>. Is this a PDF problem that I cannot solve from LaTeX?

Fix mark up
Source Link
Joseph Wright
  • 271.3k
  • 35
  • 729
  • 1.1k
Loading
Source Link
Thomas Arildsen
  • 1.9k
  • 1
  • 22
  • 27
Loading