mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 04:14:35 +08:00
修复带星号的定理类环境的 \thetcbcounter 未定义的问题.
This commit is contained in:
@@ -957,9 +957,16 @@
|
|||||||
\textcolor{third}{$\spadesuit$}};}},
|
\textcolor{third}{$\spadesuit$}};}},
|
||||||
ELEGANT@title/.code n args={2}
|
ELEGANT@title/.code n args={2}
|
||||||
{
|
{
|
||||||
\ifblank{#2}
|
|
||||||
{\tcbset{title={\csname #1name\endcsname~\thetcbcounter}}}
|
\tcbset
|
||||||
{\tcbset{title={\csname #1name\endcsname~\thetcbcounter\ (#2)}}}
|
{
|
||||||
|
title=
|
||||||
|
{
|
||||||
|
\csname #1name\endcsname~%
|
||||||
|
\ifdef{\thetcbcounter}{\thetcbcounter}{}%
|
||||||
|
\ifblank{#2}{}{\ (#2)}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
ELEGANT@label/.code n args={2}
|
ELEGANT@label/.code n args={2}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user