不透明的文本框和图片

不透明的文本框和图片

如何在特定位置创建非透明文本框,以便放置文本框时背景不可见?此外,如何在文本上叠加图片,以便放置图形时文本不可见。请查看下面的图片,了解我想要实现的目标。

我曾尝试使用 tikzpicture,但没有成功。

\begin{tikzpicture}[overlay,opacity=1]
\node[anchor=north west, %anchor is upper left corner of the graphic
xshift=0.4cm, %shifting around
yshift=-6.5cm] 
at (current page.north west) %left upper corner of the page
{\includegraphics[page=8]{figures.pdf}}; 
\end{tikzpicture}

在此处输入图片描述 在此处输入图片描述

相关内容