texlive[72153] Master/texmf-dist: coloredtheorem (31aug24)

commits+karl at tug.org commits+karl at tug.org
Sat Aug 31 22:18:56 CEST 2024


Revision: 72153
          https://tug.org/svn/texlive?view=revision&revision=72153
Author:   karl
Date:     2024-08-31 22:18:56 +0200 (Sat, 31 Aug 2024)
Log Message:
-----------
coloredtheorem (31aug24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.pdf
    trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.tex
    trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty

Modified: trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.tex	2024-08-31 20:17:48 UTC (rev 72152)
+++ trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.tex	2024-08-31 20:18:56 UTC (rev 72153)
@@ -40,9 +40,9 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% MAIN DOCUMENT
 \begin{document}
-  \title{The \tcthrm package {\footnotesize(v1.0.2)}}
+  \title{The \tcthrm package {\footnotesize(v1.0.3)}}
   \author{João M. Lourenço\\\texttt{\small joao.lourenco at fct.unl.pt}}
-  \date{March 31, 2024}
+  \date{August 28, 2024}
   
   \maketitle
   

Modified: trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty	2024-08-31 20:17:48 UTC (rev 72152)
+++ trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty	2024-08-31 20:18:56 UTC (rev 72153)
@@ -14,7 +14,7 @@
 %%
 \NeedsTeXFormat{LaTeX2e}[2020/06/01]
 \ProvidesPackage{coloredtheorem}
-  [2024/04/03 v1.0.2 - A colorful boxed theorem environment]
+  [2024/08/28 v1.0.3 - A colorful boxed theorem environment]
 
 \RequirePackage{tcolorbox}
 \tcbuselibrary{breakable}
@@ -27,7 +27,7 @@
   \expandafter\gdef\csname\tcbth list#1name\endcsname{List of #2s}%
   \expandafter\gdef\csname#1autorefname\endcsname{#2}%
   \AtEndPreamble{%
-      \ifdefined\crefname\expandafter\crefname\csname\tcbth#1\endcsname{#2}{#2s}\fi}%
+      \ifdefined\crefname\expandafter\crefname\expandafter{\tcbth#1}{#2}{#2s}\fi}%
   \expandafter\gdef\csname\tcbth listof#1s\endcsname
   {%
     \section*{\csname\tcbth list#1name\endcsname}%
@@ -53,6 +53,9 @@
                                    ~\csname the\tcbth#1\endcsname\fi}~~##2},
                         #3, ##3,
                        ]%
+      \let\origpar=\par%
+      \def\par{\origpar\medskip}%
+      \ignorespaces%
   }{% \end{tcb<SOMETHING>}
        \end{tcolorbox}%
      \end{center}%



More information about the tex-live-commits mailing list.