diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-11 00:03:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-11 00:03:26 +0000 |
commit | 130bb9a91a661f6ea625aa23be6bd42ff14a81c3 (patch) | |
tree | 7e94b3ae227142fdd3979fefe34ddb722bf865da /Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | |
parent | c61fcfb7cf4bd44af3cb127ad454a677857f405a (diff) |
hyperref (10apr11)
git-svn-id: svn://tug.org/texlive/trunk@22039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def index 21526da6a4d..5372f20764f 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def +++ b/Master/texmf-dist/tex/latex/hyperref/hvtexhtm.def @@ -29,13 +29,13 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hvtexhtml.def} - [2011/03/09 v6.82d % + [2011/04/09 v6.82f % Hyperref driver for VTeX in HTML mode] \Hy@VersionCheck{hvtexhtm.def} \providecommand*{\XR@ext}{htm} \RequirePackage{vtexhtml} \newif\if@Localurl -\def\PDF@FinishDoc{} +\let\PDF@FinishDoc\ltx@empty \def\PDF@SetupDoc{% \ifx\@baseurl\@empty \else @@ -48,7 +48,7 @@ \leavevmode \special{!direct <a href=% \hyper@quote\hyper@hash\HyperDestNameFilter{#2}\hyper@quote>}% - #3% + #3\Hy@xspace@end \special{!direct </a>}% } \def\hyper@linkurl#1#2{% @@ -58,7 +58,7 @@ \MathBSuppress=1\relax \special{!direct <a href=% \hyper@quote\HyperDestNameFilter{#2}\hyper@quote>}% - #1% + #1\Hy@xspace@end \MathBSuppress=0\relax \special{!direct </a>}% \endgroup @@ -122,7 +122,7 @@ \def\@Form[#1]{% \Hy@Message{Sorry, TeXpider does not yet support FORMs}% } -\def\@endForm{} +\let\@endForm\ltx@empty \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum \Hy@Message{Sorry, TeXpider does not yet support FORM gauges}% } |