这个问题是关于在屏幕上显示彩色链接,但打印出来却是黑色的。解决方案是
\documentclass{article}
\usepackage[ocgcolorlinks]{hyperref}
\begin{document}
\href{https://tex.stackexchange.com/}{TeX Stackexchange}
\end{document}
我希望在 ConTeXt 中拥有相同的功能。我知道的唯一涉及链接颜色的命令是:
\setupcolors[state=start|stop]
\setupinteraction[state=start|stop,color=...]
/编辑:问题ConTeXt:打印时替换 PDF 内容为解决方案提供了基础。现在我们只需要找到渲染链接的代码并将其替换为\viewerlayer[view]{\color[#gotocolor]{#text}}\llap{\viewerlayer[print]{#text}}