[XeTeX] How to enable hyperlinks with hyperref
Ulrike Fischer
news3 at nililand.de
Mon Nov 23 11:17:35 CET 2009
Am Sun, 22 Nov 2009 19:20:20 -0500 schrieb Maxim Cournoyer:
> % XeTeX specific
> \usepackage{xunicode}
> \usepackage{xltxtra}
You don't need to load xunicode, it is loaded by xltxtra, but if you
load is separately, you should load it after fontspec (which is
loaded by xltxtra too) or the various commands offered by xunicode
won't work properly.
Check the difference:
\documentclass{book}
%\usepackage{xunicode}
\usepackage{fontspec}
\usepackage{xunicode}
\begin{document}
\texteuro
\end{document}
--
Ulrike Fischer
More information about the XeTeX
mailing list