diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-20 18:12:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-20 18:12:53 +0000 |
commit | c7529bba4b9ee042b3afac75519d193644572dbd (patch) | |
tree | 5b6dff743e99e8c8fd4b182bc12a464c8723b3b7 /Master/texmf-dist/tex/latex/computational-complexity/thcc.sty | |
parent | e0d729e2be657ab085b3ba0238ca79ed8fd2becb (diff) |
computational-complexity 2.08 (19mar08)
git-svn-id: svn://tug.org/texlive/trunk@7045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/computational-complexity/thcc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/thcc.sty | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty b/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty index a8b751dd098..e7aa3f8eaa7 100644 --- a/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty +++ b/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty @@ -35,7 +35,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{thcc}[2000/02/29 v2.05 +\ProvidesPackage{thcc}[2008/03/18 v2.08 computational complexity, theorem layouts. Michael Nuesken, Bonn.] \RequirePackage{theorem}[1995/11/23] @@ -47,15 +47,16 @@ \AtBeginDocument{% \@ifpackageloaded{cccite}{% \def\activate@shortcite{\let\cite\shortcite} - }{} + }{}% \@ifpackageloaded{natbib}{% \def\activate@shortcite{% \let\cite\citealt \let\citet\citealt \let\citep\citealp - } - }{} - } + }% + }{}% + \if@manualbibliography\def\activate@shortcite{}\fi +} \def\th@cc{% \normalfont\slshape \def\@begintheorem##1##2{\item |