diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/htex4ht.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/htex4ht.def | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def index 3d2c14ce9ba..1f01772ae4e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/htex4ht.def +++ b/Master/texmf-dist/tex/latex/hyperref/htex4ht.def @@ -7,6 +7,8 @@ %% hyperref.dtx (with options: `tex4ht') %% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, +%% with portions written by David Carlisle and Heiko Oberdiek, +%% 2001-2007 Heiko Oberdiek. %% %% This file is part of the `Hyperref Bundle'. %% ------------------------------------------- @@ -22,7 +24,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{htex4ht.def} - [2007/06/14 v6.76i + [2007/10/30 v6.77b Hyperref driver for TeX4ht] \@ifpackageloaded{tex4ht}{% \typeout{hyperref tex4ht: tex4ht already loaded}% @@ -68,7 +70,10 @@ \ifx\Hy@tempa\@urltype \special{t4ht=<a href=\hyper@quote#2\hyper@quote>}% \else - {\hyper@chars\special{t4ht=<a href=\hyper@quote\##2\hyper@quote>}}% + \begingroup + \hyper@chars + \special{t4ht=<a href=\hyper@quote\##2\hyper@quote>}% + \endgroup \fi } \def\hyper@linkend{% @@ -175,17 +180,17 @@ \def\Fld@name{#2}% \def\Fld@default{}% \let\Hy@reserved@a\relax - \bgroup - \expandafter\Fld@findlength#3\\% - \Field@toks={ }% - \setkeys{Field}{#1}% - #2% - \ifFld@radio - \expandafter\@@Radio#3\\% - \else - \expandafter\@@Menu#3\\% - \fi - \egroup + \begingroup + \expandafter\Fld@findlength#3\\% + \Field@toks={ }% + \setkeys{Field}{#1}% + #2% + \ifFld@radio + \expandafter\@@Radio#3\\% + \else + \expandafter\@@Menu#3\\% + \fi + \endgroup } \def\Fld@findlength#1\\{% \Fld@menulength=0 % |