diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hxetex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hxetex.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hxetex.def b/Master/texmf-dist/tex/latex/hyperref/hxetex.def index 8e2307fc428..61162629635 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hxetex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hxetex.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hxetex.def} - [2010/10/19 v6.81s + [2010/10/30 v6.81t Hyperref driver for XeTeX] \Hy@VersionCheck{hxetex.def} \HyPsd@LoadUnicode @@ -794,11 +794,13 @@ } \def\@@Radio#1{% \Fld@listcount=0 % + \EdefEscapeName\Fld@default{\Fld@default}% \setbox\pdfm@box=\hbox{% \MakeRadioField{\Fld@width}{\Fld@height}% }% \@for\@curropt:=#1\do{% \expandafter\Fld@checkequals\@curropt==\\% + \EdefEscapeName\@currValue{\@currValue}% \Hy@StepCount\Fld@listcount \@currDisplay\space \leavevmode @@ -1254,8 +1256,10 @@ \ifx\Fld@color\@empty\else\space\Fld@color\fi)% \ifx\@currValue\Fld@default /V/\Fld@default + /DV/\Fld@default \else /V/Off% + /DV/Off% \fi \Fld@additionalactions } |