tcolorbox 不透明

tcolorbox 不透明

我正在尝试获得透明效果tcolorbox,但似乎不起作用。这是其文档中的一个示例(tcolorbox6.0.1 的 2013 页)

\documentclass[11pt, a4paper]{book}

\usepackage{tcolorbox}
\tcbuselibrary{skins}
\tcbset{colback=red!5!white,colframe=red!75!black,fonttitle=\bfseries}

\begin{document}
    
\begin{tcolorbox}[title=Transparent box, tikz={opacity=0.1,transparency group}]
    This is a tcolorbox.
\end{tcolorbox}
    
\end{document}

相关内容