I'm quite new to inkscape

But I still get an Error when i try to apply a formula in the textext window. the error goes like this:
Error occured while converting text from Latex to SVG:
Code: Select all
Traceback (most recent call last):
File "textext.py", line 211, in cb_ok
self.callback(self.text, self.preamble_file, self.scale_factor)
File "textext.py", line 370, in <lambda>
converter_cls, old_node))
File "textext.py", line 388, in do_convert
new_node = converter.convert(text, preamble_file, scale_factor)
File "textext.py", line 752, in convert
self.pdf_to_svg()
File "textext.py", line 766, in pdf_to_svg
raise NotImplementedError
NotImplementedError
Has anyone any Idea on how to solve it?