用于Latex铸造包的IPython语法Lexer

时间:2013-12-14 02:38:50

标签: latex ipython tex

有没有办法让使用语法高亮的IPython会话集成到乳胶文档中,例如使用铸造包(https://github.com/gpoore/minted)?

我已经看到很多使用nbconvert将笔记本转换为tex文件的方法。但是我不想在笔记本环境中编写整个文档。但是,我想将IPython示例合并到我的论文中。

类似的东西:

\begin{minted}{ipython ....}
IN[1]: import pandas as pd
...
\end{minted}

1 个答案:

答案 0 :(得分:0)

这就是我将IPython控制台编写器注入Pygments所做的工作。

https://github.com/sanguineturtle/pygments-ipython-console