Linked Questions

9 votes
1 answer
2k views

EDIT: It looks like this solution \detokenize{} is working in my situation. Mark it for answered. I've searched all over Internet including Stackoverflow, but I can not found a solution in this ...
user2215964's user avatar
1 vote
2 answers
3k views

I have a rather big project where I need multiple packages at the same time. I have problems in using "german umlaute" (äöü) and other special characters in \href links. Here is what I have: \...
Maxi's user avatar
  • 11
6 votes
1 answer
975 views

Possible Duplicate: Hyperref: Scandinavian characters (æø) don't work in \url, hyperlink is wrong Consider the following example: \documentclass[a4paper]{article} \usepackage[latin1]...
daleif's user avatar
  • 58.2k
3 votes
1 answer
1k views

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{...
Thomas Arildsen's user avatar
1 vote
0 answers
319 views

Refer to this question and answer. When I compile the file below (encoded in utf-8) with pdflatex, only the middle option produces a working link as opposed to all three in the linked question. In ...
Peter's user avatar
  • 379
1 vote
3 answers
128 views

Special characters in the URL in a hyperref href generates a wrong URL \documentclass{article} \usepackage{hyperref} \begin{document} \href{https://www.målogmæle.dk/MoM-arkiv/MoM_36/MoM36_3.pdf}{En ...
Finn Årup Nielsen's user avatar
6 votes
1 answer
704 views

I'm using LuaLaTex, TexShop, class Memoir. I'm trying to make a hyperlinked text with the destination URL containing Unicode characters. For example, https://namu.wiki/w/대전역. Manually converting ...
guest's user avatar
  • 61
3 votes
2 answers
431 views

Some URLs include unicode characters. For example https://en.wikipedia.org/wiki/Durbin–Watson_statistics. All (most?) webbrowsers are able to handle such URLs but some PDF viewers (like Mac's Preview ...
Ryo's user avatar
  • 1,073
5 votes
2 answers
291 views

The following forces an error \href{https://fr.wikipedia.org/wiki/Gouvernement_de_la_République_française}{France} replacing or deleting the ç stops the error Error reported: ! Illegal parameter ...
Mack's user avatar
  • 155
1 vote
2 answers
523 views

I want to print an URL with greek chars (compiling with XeLaTeX), but the below script fails to display the greek chars in the URL (they are displayed as underscores), while if I enclose the greek ...
mmj's user avatar
  • 1,702
1 vote
1 answer
527 views

I'm trying to link to a file in a folder named Códigos. My minimal code looks like this. \documentclass{article} \usepackage{hyperref} \begin{document} \href{run:./Códigos/test.c}{\...
ViHdzP's user avatar
  • 144
1 vote
1 answer
184 views

I have seen questions like this and this but I think my question is different because it is in an RTL environment and uses non-Roman script. I have a url that appears mixed-script in the address bar ...
Tim's user avatar
  • 1,589