XeLaTeX and Hyperref
Bug #1353081 reported by
bienchen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
moderncv |
New
|
Undecided
|
Unassigned |
Bug Description
When compiling with XeLaTeX, there are a couple of warnings
** WARNING ** Failed to convert input string to UTF16...
Changing the invocation of hyperref in moderncv.cls to
\ifxetex
\RequirePac
\else
\RequirePac
\fi
Solves the issue for me.
To post a comment you must log in.