带有 LaTeX 文本的 Inkscape 文本背景
平面设计
墨景
乳胶
图表
间距
2022-02-26 00:29:02
2个回答
不要在inkscape中添加白色背景,只需在箭头顶部添加文本。
然后导出为 pdf+tex 并打开生成的.pdf_tex
文件。在那里搜索您的文本并将其替换为\colorbox{white}{text}
. 此框将自动调整为文本的大小。
\begin{picture}(1,1.41428571)%
\put(0,0){\includegraphics[width=\unitlength,page=1]{drawing.pdf}}%
\put(0.37047077,0.755){\color[rgb]{0,0,0}\makebox(0,0)[b]{\smash{\colorbox{white}{Text}}}}%
\end{picture}%
其它你可能感兴趣的问题