修复带星号的定理类环境的 \thetcbcounter 未定义的问题.

This commit is contained in:
syvshc
2022-10-22 01:03:09 +08:00
parent 99eb12f4c4
commit 9b8b09df54

View File

@@ -957,9 +957,16 @@
\textcolor{third}{$\spadesuit$}};}},
ELEGANT@title/.code n args={2}
{
\ifblank{#2}
{\tcbset{title={\csname #1name\endcsname~\thetcbcounter}}}
{\tcbset{title={\csname #1name\endcsname~\thetcbcounter\ (#2)}}}
\tcbset
{
title=
{
\csname #1name\endcsname~%
\ifdef{\thetcbcounter}{\thetcbcounter}{}%
\ifblank{#2}{}{\ (#2)}
}
}
},
ELEGANT@label/.code n args={2}
{