如何在乳胶中更改乳胶默认文本块边框颜色



>我正在努力将文本块边框颜色设置为白色或无颜色,但失败了。 寻求专家的帮助。

begin{textblock}{3.84}(1.40,15.28)    % tweak here: {box width}(leftposition, rightposition)
noindent
textblockcolour{white}
footnotesize
978-1-7281-5242-4/19 ©2019 IEEE
end{textblock}

}

documentclass{article}
usepackage{xcolor}
usepackage[showboxes]{textpos}
begin{document}
tekstblokroolkulur{blue}%
tekstblokkulur{white}%
begin{textblock}{3.84}(1.40,1.28)    % tweak here: {box width}(leftposition, rightposition)
noindent
footnotesize%
978-1-7281-5242-4/19 2019 IEEE
end{textblock}
end{document}

(题外话:你的大多数行尾都缺少%,这将插入额外的空格(

最新更新