File Icon
 
 

3041

'Mathink' Formula Editor

Inkscape math symbols / formula editor with latex/tex syntax. Latex Env not required.

Usage
Download extensions.zip from Release. Unzip files to extensions folder for Inkscape, for me it is C:\Program Files\Inkscape\share\extensions. After doing so, mathink.ink will be in the same directory level of other inx files. Relaunch Inkscape.

On Inkscape started, click menu item Extra->Mathink...

For the first time to click Apply, the main window of Mathink will appear. Now type some formula expressions in the first textbox, and click Apply again, you will see the formula is appened to current layer of Inkscape. Click on it, drag it with Alt pressed, move it to anywhere you like.

Release
Goto: https://github.com/pluveto/Mathink/releases

Inkscape Extensions

Grootte
76,2 KB
Aangemaakt
Type
application/zip
General Public License v3 (GPLv3)

Link

Mediterra wrote :

Hi, can you help me with this please ?

Traceback (most recent call last):
File "mathink.py", line 76, in <module>
if not process_exists("Mathink.GUI.exe"):
File "mathink.py", line 20, in process_exists
last_line = output.strip().split('\r\n')[-1]
TypeError: a bytes-like object is required, not 'str'

Thanks

FGhio wrote :

Error on Ubuntu:

/FI: 1: TASKLIST: not found
Traceback (most recent call last):
File "mathink.py", line 78, in <module>
if not process_exists("Mathink.GUI.exe"):
File "mathink.py", line 19, in process_exists
output = subprocess.check_output(call, shell=True)
File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '('TASKLIST', '/FI', 'imagename eq Mathink.GUI.exe')' returned non-zero exit status 127

Please log in to leave a comment!