diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-14 22:32:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-14 22:32:53 +0000 |
commit | bae65b4503c39d25a32b48636d2859b38711ab0e (patch) | |
tree | bebc53ba2f70b541147a66ef25b3facda2450e56 /Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty | |
parent | 4e69abcc90c59fa14487dae2bec50281054e6b49 (diff) |
computational-complexity update (15oct06)
git-svn-id: svn://tug.org/texlive/trunk@2329 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/ccaux.sty | 14 |
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@}}% |