diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-28 23:04:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-28 23:04:33 +0000 |
commit | af14dce2ed8e2cd8157783358de054b25e3e07c3 (patch) | |
tree | a1f5531d4e306fe8fb8210a83d0fe90acf982a45 /Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty | |
parent | a3177f6a8eb3a69943fa03301bd7579494b23e3e (diff) |
computational-complexity 2.19 (28jul11)
git-svn-id: svn://tug.org/texlive/trunk@23259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty b/Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty index 7b2f96a4475..e41bff4367c 100644 --- a/Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty +++ b/Master/texmf-dist/tex/latex/computational-complexity/cc4llncs.sty @@ -6,7 +6,7 @@ %% %% cc.dtx (with options: `cc4llncs,chartab') %% -%% Copyright 2000-2010 +%% Copyright 2000-2011 %% Michael N"usken, Joachim von zur Gathen, computational complexity %% %% IMPORTANT NOTICE: @@ -58,6 +58,7 @@ \let\thesis\relax \let\endthesis\relax \let\warning\relax \let\endwarning\relax \let\example\relax \let\endexample\relax +\let\proof\relax \let\endproof\relax \RequirePackage{amsmath}[1997/03/20 v1.2d] \RequirePackage{amsfonts}[1997/09/17 v2.2e] \RequirePackage{amssymb}[1996/11/03 v2.2b] @@ -65,7 +66,8 @@ \@longarticletrue \RequirePackage{ccreltx}% deactivate amsthm.sty and reactive LaTeX's % definitions. -\RequirePackage{ccthm} +\RequirePackage{ccref} +\RequirePackage{ccthm,ccproof} \theoremheaderfont{\upshape\bfseries} \RequirePackage{ccalgo} \let\origthebibliography\thebibliography @@ -84,7 +86,6 @@ \pagebreak[3]% \vskip 0pt plus -#1% \relax} -%%% \endinput %% %% End of file `cc4llncs.sty'. |