0
votes
0answers
94 views

The spaces in a URL are wrongly encoded [closed]

My browser fails to navigate when I click the hyperlink on the produced PDF. \documentclass{article} \usepackage{filecontents} \begin{filecontents*}{"a b c.tex"} one two \end{filecontents*} ...
2
votes
1answer
479 views

Glyph not defined in PD1 encoding, removing `\H'

I've got the message when I try to convert my project into pdf: Glyph not defined in PD1 encoding, removing `\H' on input line 73. I use MiKTeX 2.9 with TeXnicCenter 1.0. What does input mean? ...
6
votes
1answer
262 views

National characters in URLs not working with hyperref [duplicate]

Possible Duplicate: Hyperref: Scandinavian characters (æø) don't work in \url, hyperlink is wrong Consider the following example: \documentclass[a4paper]{article} ...
13
votes
3answers
949 views

Using non ASCII characters in author names and titles within hyperref pdfinfo

I am trying to generate a PDF file (using pdflatex) with hyperref references; both the title and author should be visible as pdf properties, and both contain accents or non us-ASCII. The rest of the ...