Skip to content

Commit 5eb8134

Browse files
committed
add test result on Inkscape v1.3
1 parent 474f1b3 commit 5eb8134

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[WriteTeX](https://wanglongqi.github.io/WriteTeX/)
22
========
33

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.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**.
55

66

77
You may also want to check [WriteTeX<sup>2</sup>](https://github.com/wanglongqi/WriteTeX2).
88

9-
<img src=https://github.com/wanglongqi/WriteTeX/raw/master/writetex.png width=300px alt=Logo>
9+
<img src=https://github.com/wanglongqi/WriteTeX/raw/master/writetex.png width=300px alt=Logo/>
1010

1111
An Inkscape extension: Latex/Tex editor for Inkscape, inspired by [textext](http://pav.iki.fi/software/textext/).
1212

@@ -24,5 +24,14 @@ Just drop `writetex.py` and `writetex.inx` to Inkscape extension folder, which i
2424
- 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).
2525
- 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).
2626

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+
2736
## More info
2837
Can be found in the [website](https://wanglongqi.github.io/WriteTeX/).

images/mac-v1.3.png

1.12 MB
Loading

images/mac-with-pdf2svg.png

97.9 KB
Loading

0 commit comments

Comments
 (0)