diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hypertex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hypertex.def | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hypertex.def b/Master/texmf-dist/tex/latex/hyperref/hypertex.def index 13c604435b0..2d1c950ae67 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hypertex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hypertex.def @@ -29,7 +29,7 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hypertex.def} - [2012/05/13 v6.82q % + [2012/07/29 v6.82v % Hyperref driver for HyperTeX specials] \Hy@VersionCheck{hypertex.def} \providecommand*{\XR@ext}{dvi} @@ -133,7 +133,9 @@ \special{html:<img src=\hyper@quote#1\hyper@quote>}% \endgroup } -\def\@Form[#1]{\Hy@Message{Sorry, HyperTeX does not support FORMs}} +\def\@Form[#1]{% + \Hy@Message{Sorry, HyperTeX does not support FORMs}% +} \let\@endForm\ltx@empty \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum \Hy@Message{Sorry, HyperTeX does not support FORM gauges}% @@ -150,8 +152,12 @@ \def\@PushButton[#1]#2{% parameters, label \Hy@Message{Sorry, HyperTeX does not support FORM pushbuttons}% } -\def\@Reset[#1]#2{\Hy@Message{Sorry, HyperTeX does not support FORMs}} -\def\@Submit[#1]#2{\Hy@Message{Sorry, HyperTeX does not support FORMs}} +\def\@Reset[#1]#2{% + \Hy@Message{Sorry, HyperTeX does not support FORMs}% +} +\def\@Submit[#1]#2{% + \Hy@Message{Sorry, HyperTeX does not support FORMs}% +} \newlength\Hy@SectionHShift \def\Hy@SectionAnchorHref#1{% \ifx\protect\@typeset@protect |