GeneralGreek script in hyperref bookmarks

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
greybadger
Posts: 13
Joined: Fri Aug 21, 2009 2:36 pm

Greek script in hyperref bookmarks

Post by greybadger »

Hi,

I am using the hyperref package to add PDF bookmarks to my document. This is working fine, except where there is 'fancy' formatting in chapter / section names. In particular, greek symbols and simple math-mode stuff.

I can modify the bookmark names by hand, following the documentation. However, this states that "bookmarks must be written in PDFEncoding". After lots of searching, I can't find any way to insert unicode charaters a this stage (i.e. escaping them \uxxxx). Does anybody know if / how this is possible?

Thanks,
GB.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Greek script in hyperref bookmarks

Post by phi »

You have to load the inputenc package with the utf8 option and the hyperref package with the unicode option, then it should work fine.
Post Reply