我即将提交一篇文章以供发表,我需要使用 overpic 包/环境为我覆盖在图形上的一些标签文本着色(某些标签需要为白色才能在某些图形上可读)。问题是,我刚刚注意到提交指南说没有颜色包, 所以
\usepackage[pdftex]{color}
我一直在使用。有没有办法让特定的字符串(实际上只是单个字符)变成白色没有彩色包装?
答案1
我想这应该得到反对票而不是赞成票,但无论如何:
\documentclass{article}
\begin{document}
% works only if you use PDFTeX or LuaTeX
% Don't do this at home, use \usepackage{xcolor} instead
\chardef\MyArticleWithColor=\pdfcolorstackinit page direct{0 g}
Roses are black
\pdfcolorstack\MyArticleWithColor push {0 0 1 rg}
Violets are blue
\pdfcolorstack\MyArticleWithColor pop
But I am not.
\end{document}
产量
答案2
\documentclass{article}
\begin{document}
Roses are black
\pdfliteral{0 0 1 rg}
Violets are blue \pdfliteral{0 0 0 rg}
But I am not.
\end{document}
答案3
我的理解是你只需要对数字执行此操作。
我需要用 overpic 包/环境为覆盖在图形上的一些标签文本着色(一些标签需要是白色才能在某些图形上可读
.jpg
我的建议是使用狙击程序,并在使用该软件包设置写作后重新捕获图像,或按照期刊推荐的任何格式overpic
。然后在最终论文中只使用图像。无需色彩杂技。参见https://tex.stackexchange.com/a/45023/963,尤其是以Mandela
这种方式制作的图像。