blob: 17c89c29b167fcc8225010f3837550ddf3d83c2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% config file for hyperref.sty with xetex
% Jonathan Kew
% Public domain
\ProvidesFile{hyperref.cfg}%
[2006/06/07 v1.2b hyperref configuration of XeTeX]
% Change default driver to "hdvipdfm" instead of "hypertex",
% requires hyperref 2002/06/05 v6.72s
\providecommand*{\Hy@defaultdriver}{hdvipdfm}%
% force the driver choice for xetex
\@ifundefined{XeTeXversion}{}{\ExecuteOptions{dvipdfm}}
\endinput
|