diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-09 16:29:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-09 16:29:51 +0000 |
commit | 3b27b81d914d73f41fb53f7ea8fc4af31eacceb7 (patch) | |
tree | 66bfa423484d2f49bea7426c1391d28cc3fda7e3 /Master/texmf-dist/tex/latex | |
parent | 2527a7b311b3d39a759e168a763718e6e5c22eaa (diff) |
coolthms (8apr12)
git-svn-id: svn://tug.org/texlive/trunk@25885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/coolthms/coolthms.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/coolthms/coolthms.sty b/Master/texmf-dist/tex/latex/coolthms/coolthms.sty index 4ed2c6fd0a4..e3739d5615b 100644 --- a/Master/texmf-dist/tex/latex/coolthms/coolthms.sty +++ b/Master/texmf-dist/tex/latex/coolthms/coolthms.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{coolthms}[2012/03/29 v1.0 Theorem markup and advanced referencing] +\ProvidesPackage{coolthms}[2012/04/01 v1.1 Theorem markup and advanced referencing] \let\Finv\@undefined \let\Game\@undefined \let\beth\@undefined @@ -46,7 +46,7 @@ \DeclareStringOption[\proofname]{proofname} \DeclareStringOption[$\Box$]{proofsymbol} \DeclareStringOption[\it]{proofcaptionstyle} -\DeclareStringOption[0em]{proofindent} +\DeclareStringOption[\coolthms@indent]{proofindent} \DeclareStringOption[:]{separator} \DeclareStringOption[0em]{indent} \DeclareStringOption[0pt]{minskip} @@ -104,7 +104,7 @@ }% \newcommandx*{\theoremmarkup}[6][1=\bf,2=\normalfont,3=\relax,% 4=\coolthms@indent,5=\coolthms@separator,6=arabic]{ - \theoremheaderfont{\hspace*{-#4}#1} + \theoremheaderfont{\hspace*{-\theorem@indent}#1} \theorembodyfont{#2} \theoremsymbol{#3} \theoremindent#4\relax |