私はInkscapeとLatexを以前より広く使用してきました。しかし、私は最近、OSとコンピュータに必要なすべてのソフトウェアを再インストールする必要がありました。これはLinux Mint 18.3 Cinnamonです。 Inkscape 0.92.2で簡単なラテックス式を表示できません。私が持っているGhostscriptのバージョンは9.18、Texlive 2017のフルインストールです。私が得ているエラーは、以下にリンクされています。私はこれに関する助けを感謝します。ありがとうございました! Inkscape_Latex_ErrorInkscape 0.92.2でラテックスレンダリングが機能しませんか?
" Traceback (most recent call last):
File "eqtexsvg.py", line 160, in <module>
e.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 285, in affect
self.output()
File "/usr/share/inkscape/extensions/inkex.py", line 272, in output
self.document.write(sys.stdout)
File "src/lxml/etree.pyx", line 2050, in lxml.etree._ElementTree.write
(src/lxml/etree.c:67059)
File "src/lxml/serializer.pxi", line 731, in lxml.etree._tofilelike
(src/lxml/etree.c:141721)
File "src/lxml/etree.pyx", line 326, in
lxml.etree._ExceptionContext._raise_if_stored (src/lxml/etree.c:13244)
File "src/lxml/serializer.pxi", line 648, in
lxml.etree._FilelikeWriter.write (src/lxml/etree.c:140348)
TypeError: write() argument must be str, not bytes"
タグの組み合わせにpythonを追加しました。エラーをTEXTとしてコピーして貼り付けて、質問を編集してください –