如何在 tcolorbox 的选项部分调用 tcbitemize 环境的 \tcbitem 的内容。示例代码如下:
\documentclass{article}
\usepackage[most]{tcolorbox}
\begin{document}
\tcbset{figure/.style={...} % or figure/.code
\begin{tcbitemize}
\tcbitem[figure] myfigure.jpg % This will typeout a figure as the content of this \tcbitem
\end{tcbitemize}
\end{document}