[XeTeX] hyperref bookmark problem

Dohyun Kim nomosnomos at gmail.com
Mon Oct 27 11:38:43 CET 2008


Hi,

Compiling the following code with xelatex renders incorrect character
in bookmark pane:
the ligature character of `--' is broken.

On the other hand, if I load hyperref package with [unicode] option,
`--' character becomes well displayed in bookmark; but now Korean
characters are broken.

Please inspect the problem.

----------
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Mapping=tex-text]{UnBatang} % UnBatang is a Korean
truetype font shipped with many linux distributions.
\usepackage{hyperref}
\begin{document}
\section{1997년--2001년}
\end{document}
----------


More information about the XeTeX mailing list