在 choicemenu 中格式化文本

在 choicemenu 中格式化文本

在以下示例中,我想用红色显示“否”。但是,Latex 不会编译该文件。我想知道如何对选项进行颜色编码。

\documentclass{article}
\usepackage{hyperref}
\begin{document}
\begin{Form}
\ChoiceMenu[combo,name=tmp]{}{Yes, {\color{red}No}, N/A}
\end{Form}
\end{document}

相关内容