Pidgin-Latex 出现“读取生成的图像时出错!”

Pidgin-Latex 出现“读取生成的图像时出错!”

pidgin-latex我通过安装没有出现任何错误apt-get,并且 pidgin 前后运行良好。插件已激活。我遇到的唯一问题是(几乎)每次应该显示 Latex 消息时,都会弹出以下消息并且文本不会转换。例如,发送消息后$$测试$$弹出此错误消息:

读取生成的图像时出错!

Datei »/tmp/purpleA0SRPY.png« konnte nicht geoöffnet werden: Datei oder Verzeichnis nicht gefunden

第二段是德语,意思是

无法打开文件 /tmp/purpleA0SRPY.png:找不到文件或目录

这就是我启动 pidgin 的命令行所说的:

This is dvipng 1.15 Copyright 2002-2015 Jan-Ake Larsson
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(/tmp/purpleOZIFPY.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def))
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg)))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
No file purpleOZIFPY.aux.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1]
(./purpleOZIFPY.aux) )
Output written on purpleOZIFPY.dvi (1 page, 376 bytes).
Transcript written on purpleOZIFPY.log.
[1]

这就是洋泾浜日志所说的:

(14:44:30) LaTeX: Writing Message: $$test$$
(14:44:30) LaTeX: starting to analyse the message: $$test$$
(14:44:30) LaTeX: Found LaTeX-Code: test
(14:44:30) LaTeX: using '0,0,0' for foreground
(14:44:30) LaTeX: using '255,255,255' for background
(14:44:30) LaTeX: 'latex' started
(14:44:30) LaTeX: 'latex' ended normally with exitcode '0'
(14:44:30) LaTeX: 'dvipng' started
(14:44:30) LaTeX: 'dvipng' ended normally with exitcode '0'
(14:44:30) LaTeX: image creation exited with status '0'

但实际上我得到的只是$$测试$$而不是 Latex 所需的渲染输出。

相关内容