更改 minted 中的突出显示颜色

发布于 2024-10-15 08:19:28 字数 322 浏览 2 评论 0原文

我正在建立一个良好的环境来在印刷文档中展示我的代码。首先,我使用 Latex 的 lstlisting 包,但后来我偶然发现了 minted

minted 确实很棒,但是有没有办法更改突出显示颜色

由于 minted 使用 Pygments 库,我认为 Pygments 是颜色的关键,但我还没有找到它。

谁能解释一下它是如何完成的或发布一个显示它是如何完成的链接?

minted 高亮输出

I was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting package for Latex but then I stumbled upon minted.

minted is really great, but is there a way to change the highlight colors?

Since minted uses the Pygments library, I assume Pygments is the key to the color, but I haven't found it yet.

Could anyone explain how it can be done or post a link that shows how it's done?

minted highlighted output

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

辞别 2024-10-22 08:19:28

您想要

\usemintedstyle{<name>}

执行操作来获取

pygmentize -L styles

通过在命令提示符/终端上 。例如,minted 文档本身使用 trac 样式。

You want

\usemintedstyle{<name>}

where you can get <name> by doing

pygmentize -L styles

at the command prompt/terminal. For example, the minted documentation itself uses the trac style.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文