diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-16 23:00:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-16 23:00:07 +0000 |
commit | 4c82da84d0b9601858c7f69f4855ebfd0f8f0ca6 (patch) | |
tree | ab935395c45cfe01003f2c8ed3f66242d4cd6b60 /Master/texmf-dist/tex/latex/computational-complexity/thcc.sty | |
parent | 83556912266859c0d8e6e1bc048b5b8ba1bfcc93 (diff) |
computational-complexity (16oct13)
git-svn-id: svn://tug.org/texlive/trunk@31923 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 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty b/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty index 7b18b8a21e2..bf9d5a58a48 100644 --- a/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty +++ b/Master/texmf-dist/tex/latex/computational-complexity/thcc.sty @@ -6,7 +6,7 @@ %% %% cc.dtx (with options: `thcc,chartab') %% -%% Copyright 2000-2012 +%% Copyright 2000-2013 %% Michael N"usken, Joachim von zur Gathen, computational complexity %% %% IMPORTANT NOTICE: @@ -32,7 +32,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{thcc}[2008/03/18 v2.08 +\ProvidesPackage{thcc}[2012/06/22 v2.25 computational complexity, theorem layouts. Michael Nuesken, Bonn.] \RequirePackage{theorem}[1995/11/23 v2.2c] @@ -60,13 +60,15 @@ }{}% \if@manualbibliography\def\activate@shortcite{}\fi } +\newskip\postthmcmtskip +\postthmcmtskip .5em plus .5em \def\th@cc{% \normalfont\slshape \def\@begintheorem##1##2{\item [\hskip\labelsep \theorem@headerfont ##1\ ##2.]}% \def\@opargbegintheorem##1##2##3{\item [\hskip\labelsep \theorem@headerfont ##1\ ##2]% - {\normalfont({\activate@shortcite{}##3}).}}% + {\normalfont({\activate@shortcite{}##3}).}\hskip\postthmcmtskip}% } \def\th@ccnn{% \normalfont\slshape @@ -74,15 +76,19 @@ [\hskip\labelsep \theorem@headerfont ##1.]}% \def\@opargbegintheorem##1##2##3{\item [\hskip\labelsep \theorem@headerfont ##1]% - {\normalfont({\activate@shortcite{}##3}).}}% + {\normalfont({\activate@shortcite{}##3}).}\hskip\postthmcmtskip}% } +\newskip\postprfcmtskip +\postprfcmtskip .5em plus 1em \def\th@ccproof{% \normalfont\upshape \def\@begintheorem##1##2{\item - [\hskip\labelsep \theorem@headerfont ##1.\ \ ]}% + [\hskip\labelsep \theorem@headerfont ##1.\ \ ]% + \itemindent\labelsep}% \def\@opargbegintheorem##1##2##3{\item - [\hskip\labelsep \theorem@headerfont ##1\ % - \normalfont({\activate@shortcite{}##3}).\ \ ]}% + [\hskip\labelsep \theorem@headerfont ##1]% + {\normalfont({\activate@shortcite{}##3}).}\hskip\postprfcmtskip + \itemindent\labelsep}% } \def\th@ccalgo{% \normalfont\upshape |