diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty index b9882e5fc06..e59293feab1 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-hyperref.sty @@ -33,7 +33,7 @@ \LWR@ensuredoingapar% } -\newcommand{\hyperimage}{% +\DeclareRobustCommand*{\hyperimage}{% \LWR@ensuredoingapar% \begingroup\catcode`\_=12 \LWR@hyperimageb% @@ -57,7 +57,7 @@ \endgroup% } -\newcommand{\hyperref}{% +\DeclareRobustCommand*{\hyperref}{% \LWR@ensuredoingapar% \begingroup\catcode`\_=12 \@ifnextchar[\LWR@hyperrefc\LWR@hyperrefb% @@ -97,17 +97,19 @@ \newcommand{\Acrobatmenu}[2]{} -\newcommand*{\TextField}[2][]{} +\DeclareRobustCommand{\TextField}[2][]{} -\newcommand*{\CheckBox}[2][]{} +\DeclareRobustCommand{\CheckBox}[2][]{} -\newcommand{\ChoiceMenu}[3][]{} +\DeclareRobustCommand{\ChoiceMenu}[3][]{} -\newcommand*{\PushButton}[2][]{} +\DeclareRobustCommand{\PushButton}[2][]{} -\newcommand*{\Submit}[2][]{} +\DeclareRobustCommand{\Submit}[2][]{} -\newcommand*{\Reset}[2][]{} +\DeclareRobustCommand{\Reset}[2][]{} + +\DeclareRobustCommand{\Gauge}[2][]{} \newcommand*{\LayoutTextField}[2]{} |