Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在输出 pdf 文件时,让语法高亮显示以与 clojure 一起使用的最佳方法是什么?我查看了一些变体:
但我不确定如何为任一选项进行语法突出显示
您可以使用 pygmentize 并输出到 rtf(然后打印到文件)或到 latex,然后 pdflatex 创建 pdf。
这是一个 python 包,如果需要,您可以轻松安装或 pip。
胡安·曼努埃尔