seebk / LaTeXText

Inkscape extension to render text as Latex
GNU General Public License v3.0
140 stars 19 forks source link

Rendered layer empty after RuntimeError #33

Closed stribor14 closed 3 years ago

stribor14 commented 3 years ago

Inkscape 0.92.5 (2060ec1f9f, 2020-04-08) Ubuntu Noetic

Command "pdflatex /tmp/tmp77PlQG/tmp.tex -interaction=nonstopmode -halt-on-error" > failed: [Errno 2] No such file or directory

Traceback (most recent call last):
  File "latextext_gtk3.py", line 158, in on_btnApply_clicked
    self.run_callback()
  File "/home/mirko/.config/inkscape/extensions/latextext.py", line 475, in run
    rendergroup = lat2svg.render(latex_string, self.options.preamble, self.options.packages, self.options.fontsize, self.options.scale)
  File "/home/mirko/.config/inkscape/extensions/latextext.py", line 580, in render
    raise RuntimeError()
RuntimeError
stribor14 commented 3 years ago

Sorry, even after I've searched and opened up a new issue, I've found that #23 already contains the same error message

stribor14 commented 3 years ago

Issue #30 solved it for me!