发布时间:2011-05-26 00:52:11
文章类别:宏包使用
原文地址:http://blog.sina.com.cn/s/blog_5e16f177010171fl.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

【问题描述】

在windows 7 系统上安装 TeXlive2010系统,且python安装正确,为minted宏包安装的pygmentize也安装正常。但是会出现如下错误提示信息:

(d:/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))找不到 C:\Users\TeX\D
esktop\Newcourse\main.aex
Ambigous input/output redirect.
\@apppathifexists=
【解决方案】

这个错误很奇怪,我们测试pygmentize运行正常,python安装也正常,但是时常会遇到这个问题。

通常,我们确认pygmentize和python安装都完全正确的情况下,找到宏包文件的最后部分,把下面的代码注释掉即可:

%%  \TestAppExists{pygmentize}
%%  \ifAppExists\else
%%    \PackageError{minted}
%%     {You must have `pygmentize' installed
%%      to use this package}
%%     {Refer to the installation instructions in the minted
%%      documentation for more information.}
%%  \fi
再次编译即可解决这个问题。
问题解决摘自:

http://code.google.com/p/minted/issues/detail?id=11

期待更好地解决方案。


点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部