当前位置:  开发笔记 > 运维 > 正文

当我尝试一个简单的表达式时,sphinx.ext.pngmath会引发错误

如何解决《当我尝试一个简单的表达式时,sphinx.ext.pngmath会引发错误》经验,为你挑选了1个好方法。

我正在使用Sphinx来创建我的项目的文档.我想使用扩展名sphinx.ext.pngmath并使用这个小测试:

    Returns the indefinite integral of the polynomial *poly*:
    .. math::
        \int p(x)dx

我收到了错误:

WARNING: inline latex u'\\int p(x)dx\n\n': latex exited with error:             
[stderr]

[stdout]
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
 restricted \write18 enabled.
entering extended mode
(./math.tex
LaTeX2e <2009/09/24>
Babel  and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size12.clo))
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty

! LaTeX Error: File `utf8x.def' not found.

Type X to quit or  to proceed,
or enter new name. (Default extension: def)

Enter file name: 
! Emergency stop.
 

l.131 \endinput
               ^^M
No pages of output.
Transcript written on math.log.

我已经安装了texlive-latex-base软件包.

谢谢你,rubik



1> Ward Muylaer..:

texlive-full 将安装所有texlive包,这确实有点矫枉过正.

您可以安装texlive-latex-extra以解决此特定问题.

推荐阅读
手机用户2402852307
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有