You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to incompatible change of Inkscape extension API, this extension has to split into two versions. For Inkscape version **lower than 1.0**, users should use the files in **0.9.x folder**, the other users should use files in **1.0.x folder**.
4
+
Due to incompatible change of Inkscape extension API, this extension has to split into two versions. For Inkscape version **lower than 1.0**, users should use the files in **0.9.x folder**, the other users should use files in **1.x.x folder**.
5
5
6
6
7
7
You may also want to check [WriteTeX<sup>2</sup>](https://github.com/wanglongqi/WriteTeX2).
An Inkscape extension: Latex/Tex editor for Inkscape, inspired by [textext](http://pav.iki.fi/software/textext/).
12
12
@@ -24,5 +24,14 @@ Just drop `writetex.py` and `writetex.inx` to Inkscape extension folder, which i
24
24
- For Windows user, `pdf2svg` can be downloaded from [here](https://github.com/wanglongqi/WriteTeX/releases/download/v1.1/pdf2svg-x64.7z) or [here](https://github.com/dawbarton/pdf2svg).
25
25
- For Mac user, `pdf2svg` can be installed by homebrew, or download from [here](https://github.com/wanglongqi/WriteTeX/releases/download/v1.6.1/pdf2svg-MacOSX.7z).
26
26
27
+
## WriteTeX on Inkscape 1.3 (MacOSX)
28
+
WriteTeX is tested on Inkscape 1.3.
29
+
30
+
<img src=https://github.com/wanglongqi/WriteTeX/raw/master/images/mac-v1.3.png width=1000px alt="WriteTeX on Inkscape v1.3"/>
31
+
32
+
If you use `MacTeX` and Homebrew version of `pdf2svg`, you may need to set the additional search path as in following image:
33
+
34
+
<img src=https://github.com/wanglongqi/WriteTeX/raw/master/images/mac-with-pdf2svg.png width=600px alt="WriteTeX on Inkscape v1.3"/>
35
+
27
36
## More info
28
37
Can be found in the [website](https://wanglongqi.github.io/WriteTeX/).
0 commit comments