使用铸造的铸造器创建一个空白幻灯片,其中包含" color"在第一张幻灯片之前

时间:2017-08-15 20:56:01

标签: latex beamer

我在投影仪中使用了铸造的包装,我的演示文稿开头是一张空白的幻灯片,其中只有#34; color"在演讲幻灯片之前写的。我怎么解决这个问题?这是MWE:

\documentclass{beamer}
\usepackage{minted}
\begin{document}
\begin{frame}[fragile]
\begin{minted}{python}
class X(object):
    pass
\end{minted}
\end{frame}
\end{document}

1 个答案:

答案 0 :(得分:0)

查阅日志文件。您可能会发现需要激活“-shell-escape”或缺少pygmetize的提示。如果是这样的话:

  1. 安装Pygments:pip install Pygments

  2. -shell-escape标志添加到latex命令。