试试 advice
函数 org-latex-verbatim
,外层套个 \textcolor{colorname}{text}
之类的。
也可以参考 org-latex-text-markup-alist
,但 code 和 verbatim 比较特殊。
如果需要指定任意颜色,可以用 macro 或者改一下 org-entity。
试试 advice
函数 org-latex-verbatim
,外层套个 \textcolor{colorname}{text}
之类的。
也可以参考 org-latex-text-markup-alist
,但 code 和 verbatim 比较特殊。
如果需要指定任意颜色,可以用 macro 或者改一下 org-entity。