我正在尝试使用“透明”包,如下图所示这个答案:
\documentclass{article}
\usepackage{color}
\usepackage{transparent}
\begin{document}
\colorbox{red}{%
Black text in a red box %
\transparent{1.0}%
\colorbox{blue}{%
and now a blue box is added%
}
}
\colorbox{red}{%
Black text in a red box %
\transparent{0.5}%
\colorbox{blue}{%
and now a transparent blue box is added%
}
}
\end{document}
但它似乎不适用于当前的 TeX 或pdflatex。有没有一种方法可以pdflatex?
编辑:经过几次编译(从 TeXMaker),我突然可以看到透明度,尽管我没有更改 .tex 文件或 pdflatex 命令。这是一个错误吗?