texlive[73397] Master/texmf-dist: coloredtheorem (11jan25)
commits+karl at tug.org
commits+karl at tug.org
Sat Jan 11 00:03:30 CET 2025
Revision: 73397
https://tug.org/svn/texlive?view=revision&revision=73397
Author: karl
Date: 2025-01-11 00:03:30 +0100 (Sat, 11 Jan 2025)
Log Message:
-----------
coloredtheorem (11jan25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/coloredtheorem/README.md
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/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/coloredtheorem/README.md 2025-01-10 23:03:17 UTC (rev 73396)
+++ trunk/Master/texmf-dist/doc/latex/coloredtheorem/README.md 2025-01-10 23:03:30 UTC (rev 73397)
@@ -2,7 +2,6 @@
A colorful boxed theorem environment, combining `tcolorbox` and breakable boxes. It supports full `tcolorbox` customization, automatic numbering, `\label{...}` and `\ref{…}`, and `\listof…`
-<!--
--------
<picture>
@@ -19,14 +18,15 @@
"
/>
<img
- width="500"
+ width="400"
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=joaomlourenco/coloredtheorem&type=Date"
/>
</picture>
+**If you opt for using this project, please give it a star by clicking the (⭐️) at the top right of the [project's page](https://github.com/joaomlourenco/biblatex-cse).**
+
--------
--->
## About
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 2025-01-10 23:03:17 UTC (rev 73396)
+++ trunk/Master/texmf-dist/doc/latex/coloredtheorem/coloredtheorem-doc.tex 2025-01-10 23:03:30 UTC (rev 73397)
@@ -86,9 +86,9 @@
\end{itemize}
\item \begin{minted}[escapeinside=||]{TeX}
-\begin{|\ca{ctb<envname>}|}[|\co{<AltCaption>}|]{|\ca{<Caption>}|}[|\co{<tcolorbox options>}|]
+\begin{|\ca{cth<envname>}|}[|\co{<AltCaption>}|]{|\ca{<Caption>}|}[|\co{<tcolorbox options>}|]
|\cc{<Contents>}|
-\end{|\ca{ctb<envname>}|}
+\end{|\ca{cth<envname>}|}
\end{minted}
\begin{itemize}
\item Create a new \emph{algorithm-like} box with the given contents.
@@ -111,9 +111,9 @@
\end{itemize}
\item \begin{minted}[escapeinside=||]{TeX}
-\begin{|\ca{ctb<envname>*}|}{|\ca{<Caption>}|}[|\co{<tcolorbox options>}|]
+\begin{|\ca{cth<envname>*}|}{|\ca{<Caption>}|}[|\co{<tcolorbox options>}|]
|\cc{<Contents>}|
-\end{|\ca{ctb<envname>*}|}
+\end{|\ca{cth<envname>*}|}
\end{minted}
\begin{itemize}
\item Create a new \emph{algorithm-like} box with the given contents.
Modified: trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty 2025-01-10 23:03:17 UTC (rev 73396)
+++ trunk/Master/texmf-dist/tex/latex/coloredtheorem/coloredtheorem.sty 2025-01-10 23:03:30 UTC (rev 73397)
@@ -1,6 +1,6 @@
%% This is file `coloredtheorem.sty',
%%
-%% Copyright (C) 2024 by João Lourenço <joao.lourenco at fct.unl.pt>
+%% Copyright (C) 2024, 2025 by João Lourenço <joao.lourenco at fct.unl.pt>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3c of this license
@@ -12,7 +12,7 @@
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2006/05/20 or later.
%%
-\def\cthfileversion{1.1.0}
+\def\cthfileversion{1.1.1}
\def\cthfiledate {2025/01/03}
\edef\cthfilename {\@currname}
More information about the tex-live-commits
mailing list.