ファイルアイコン
 
 

3042

'Mathink' Formula Editor

作成者 pluvet

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

サイズ
76.2 KB
作成済み
タイプ
application/zip
General Public License v3 (GPLv3)

リンク

Mediterraさんがに投稿:

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さんがに投稿:

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

コメントするにはログインしてください!