summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty')
-rw-r--r--Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty b/Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty
index b5ff2b5b442..93f256b6dcb 100644
--- a/Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty
+++ b/Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty
@@ -35,7 +35,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{ccaux}[2005/08/27 v2.04
+\ProvidesPackage{ccaux}[2005/08/27 v2.05
computational complexity, auxiliaries.
Michael Nuesken, Bonn.]
\newif\if@longarticle \@longarticletrue
@@ -125,11 +125,11 @@
cc@\string#1\endcsname}{#2}{#1}}
\newcommand{\ccaddto}[3]{%
\ifx#1\@undefined
- \def#1{#2}%
+ \gdef#1{#2}%
\AtBeginDocument{\expandafter\ccaddtonow\expandafter{#1}#3}%
\else
\ifx#1\relax
- \def#1{#2}%
+ \gdef#1{#2}%
\AtBeginDocument{\expandafter\ccaddtonow\expandafter{#1}#3}%
\else
{\toks@\expandafter{#1#2}%
@@ -139,10 +139,10 @@
}
\newcommand{\ccaddtoINDOC}[3]{%
\ifx#1\@undefined
- \def#1{#2}%
+ \gdef#1{#2}%
\else
\ifx#1\relax
- \def#1{#2}%
+ \gdef#1{#2}%
\else
{\toks@\expandafter{#1#2}%
\xdef#1{\the\toks@}}%
@@ -152,10 +152,10 @@
\AtBeginDocument{\global\let\ccaddto\ccaddtoINDOC}
\newcommand{\ccaddtonow}[2]{%
\ifx#2\@undefined
- \def#2{#1}%
+ \gdef#2{#1}%
\else
\ifx#2\relax
- \def#2{#1}%
+ \gdef#2{#1}%
\else
{\toks@\expandafter{#2#1}%
\xdef#2{\the\toks@}}%