Skip to content

Commit 5c3a216

Browse files
committed
Merge branch 'develop'
2 parents 0d6627a + 6073147 commit 5c3a216

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.10.1 (2023-11-18)
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
- Fixed: Installation issue on Windows.
4+
15
Version 1.10.0 (2023-11-17)
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
- New: Basic support for `typst <https://typst.app/>`__. Typst is a markup-based

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TexText - A TeX extension for Inkscape
55

66
TexText is a Python plugin for the vector graphics editor
77
`Inkscape <http://www.inkscape.org/>`__ providing the possibility to add
8-
and re-edit LaTeX generated SVG elements to your drawing.
8+
and re-edit LaTeX and `typst <https://typst.app/>`__ generated SVG elements to your drawing.
99

1010
.. figure:: docs/source/images/textext-with-inkscape.png
1111
:alt: TexText dialog with Inkscape
@@ -14,13 +14,13 @@ Key features
1414
------------
1515

1616
- Windows/ Linux/ MacOS support
17-
- LaTeX generated SVG elements can be re-edited later
17+
- LaTeX/ typst generated SVG elements can be re-edited later
1818
- Multi-line editor with syntax highlighting (`Read more... <usage-dialog-overview_>`_)
19-
- Compilation with **PdfLaTeX**, **XeLaTeX** or **LuaLaTex** (`Read more... <usage-tex-compilers_>`_)
19+
- Compilation with **PdfLaTeX**, **XeLaTeX**, **LuaLaTex** or **typst** (`Read more... <usage-tex-compilers_>`_)
2020
- Interoperable scaling in TexText and Inkscape (`Read more... <usage-scaling_>`_)
2121
- Font size match with Inkscape text (`Read more... <usage-font_>`_)
2222
- Customizable TeX preamble for e.g. additional packages, parskip, parindent, etc. (`Read more... <usage-preamble-file_>`_)
23-
- Colorization via TeX commands/ Inkscape is kept after re-editing (`Read more... <usage-colorization_>`_)
23+
- Colorization via TeX/ typst commands/ Inkscape is kept after re-editing (`Read more... <usage-colorization_>`_)
2424
- Alignment anchor of the produced output (`Read more... <usage-alignment_>`_)
2525
- Preview images (`Read more... <usage-preview_>`_)
2626
- Compatibility with TexText down to version 0.4.x

textext/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.1

textext/requirements_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class WindowsDefaults(Defaults):
132132
"pdflatex": ["pdflatex.exe"],
133133
"lualatex": ["lualatex.exe"],
134134
"xelatex": ["xelatex.exe"],
135-
"typst": ["typst"]
135+
"typst": ["typst.exe"]
136136
}
137137

138138
def __init__(self):

0 commit comments

Comments
 (0)