diff options
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 |