2

多年来我一直在使用 minted 没有任何问题。我是 Windows 10 和 MacOS。

这是一个用 xelatex 编译的最小示例:

\documentclass{article}
\usepackage{unicode-math}
\usepackage{minted}

Hi !

\begin{document}
\begin{minted}{python}
print("hello")
\end{minted}

\end{document}

这只会产生“嗨!” 并且不再打印python代码而不返回任何错误消息,而\mintinline工作\inputmint正常。

我重新安装了几次 Win10,尝试了 MikTeX 和 TeXLive,用 TeXstudio 或 TeXworks 编译无济于事(当然使用-shell-escape)。

我尝试了几个版本的pygments. 我使用 Python 3.9.9。

不过,在我的 Mac 上一切正常。

有人有线索吗 ?

提前致谢。

4

0 回答 0