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]
pidgin 로그에 따르면 다음과 같습니다.
(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에 필요한 렌더링 출력 대신.