Using pdflatex, I'm looking to add PDF information into by document, including an accented name (Rónán Daly). Normally I'd use hyperref to do this; however, the conference I'm submitting to is complaining about generated links and bookmarks - I can stop the generation of bookmarks, but not links. So I'm looking at the option of using \pdfinfo, with /Author, /Title and /Keyword. However, I can't seem to add the accented characters correctly. I'm currently using ASCII, but could change this if necessary. Any ideas on how to solve either of these problems?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
This works:
|
|||||
|

hidelinks: "Hide links (removing color and border)". The links are still "clickable" but you no longer see the links (link-border or link colour). Once I had the same issue with an editor, who was satisfied with hidden links. – Stephen Apr 5 '12 at 19:09