Skip to content

Commit

Permalink
Bumped version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwinkler committed May 16, 2018
1 parent 7168d51 commit 247cfbf
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2017 Pauli Virtanen, Pit Garbe, Jan Winkler.
Copyright (c) 2007-2018 Pauli Virtanen, Pit Garbe, Jan Winkler.

All rights reserved.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tex Text 0.7.2 - A LaTeX extension for Inkscape (releases 0.92, 0.91 and 0.48)
# Tex Text 0.7.3 - A LaTeX extension for Inkscape (releases 0.92, 0.91 and 0.48)

TexText is a Python plugin for the vector graphics editor [Inkscape](http://www.inkscape.org) providing the possibility to add LaTeX generated SVG elements to your drawing. This repository continues the development of the plugin which took place at [https://bitbucket.org/pitgarbe/textext](https://bitbucket.org/pitgarbe/textext) until January 2018. Originally, TexText had been developed by [Pauli Virtanen](http://www.iki.fi/pav/software/textext/) based on the plugin InkLaTeX written by Toru Araki.

Expand Down Expand Up @@ -39,10 +39,10 @@ The source code can be found in the releases/0.8 branch and packages with short

Download | SHA-256 Checksum
-------------|-------------------
[TexText-Linux-0.7.2,tgz](https://github.com/textext/textext/releases/download/0.7.2/TexText-Linux-0.7.2.tgz) | 532132eb52be721fd1e3a2cc57006b544812db16935aeb09f6b435a40ce84110
[TexText-Linux-0.7.2.zip](https://github.com/textext/textext/releases/download/0.7.2/TexText-Linux-0.7.2.zip) | 2772e1606c84d713fe4b821fe61a28974fa0fb5028e7e1fc09d76103491114c8
[TexText-Linux-0.7.3,tgz](https://github.com/textext/textext/releases/download/0.7.3/TexText-Linux-0.7.3.tgz) | 5095d4bbbe4731d3edbff06fd82a48cf0c6c003a15147bede5bf11515c2e4fac
[TexText-Linux-0.7.3.zip](https://github.com/textext/textext/releases/download/0.7.3/TexText-Linux-0.7.3.zip) | b7c62cfe06101cd59c39d6dcf11816413c4cf0afb45cfbd88d3de9dd29616ff0

To install *Tex Text*, simply download the package and extract it. A directory with the name `textext-0.7.2-linux` will be created. Change into the directory and run `python setup.py` in your terminal. All it does, is copying the necessary files to your Inkscape extension directory. If you don't trust this script, you'll have to copy all the files within the `extensions` directory of the extracted archive to `~/.config/inkscape/extensions/`.
To install *Tex Text*, simply download the package and extract it. A directory with the name `textext-0.7.3-linux` will be created. Change into the directory and run `python setup.py` in your terminal. All it does, is copying the necessary files to your Inkscape extension directory. If you don't trust this script, you'll have to copy all the files within the `extensions` directory of the extracted archive to `~/.config/inkscape/extensions/`.

### Additional required software

Expand All @@ -64,7 +64,7 @@ To install *Tex Text*, simply download the package and extract it. A directory w

Download | SHA-256 Checksum
------------|-------------------
[TexText-Windows-0.7.2.exe](https://github.com/textext/textext/releases/download/0.7.2/TexText-Windows-0.7.2.exe) | d4f0b1e0c483f5949e487dc8979fd5feeec35f75224b81dbc531133582362682
[TexText-Windows-0.7.3.exe](https://github.com/textext/textext/releases/download/0.7.3/TexText-Windows-0.7.3.exe) | a9e91bc1d8d6ae10f3edb978b73f051d4cbb7db4300202694ca00e0c1238319e

The installation of *Tex Text for Inkscape* is straightforward: Simply use the installer and follow the instructions (basically, click *Next*, *Install* and *Done*, since you usually won't even have to change the installation directory). It will copy the required files into the user's Inkscape configuration directory (usually this is `%USERPROFILE%\AppData\Roaming\Inkscape`) and put a key into the Windows registry which is used to store configuration data of the extension.

Expand Down
2 changes: 1 addition & 1 deletion build_linux_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rem subdirectory while the readme and setup-script are placed into
rem the "textext-[Version]-linux" directory

rem Some variables
set TexTextVersion=0.7.2
set TexTextVersion=0.7.3
set PackagePath=textext-%TexTextVersion%-linux
set ExtensionPath=%PackagePath%\extension
set PackageName=TexText-Linux-%TexTextVersion%
Expand Down
8 changes: 4 additions & 4 deletions docs/README-TexText.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ <h2 id="installation-for-linux-or-for-windows.">Installation for Linux <a href="
<h3 id="tex-text-extension">Tex Text Extension</h3>
<p></p>
<ul>
<li><a href="https://github.com/textext/textext/releases/download/0.7.2/TexText-Linux-0.7.2.tgz">TexText-Linux-0.7.2.tgz</a></li>
<li><a href="https://github.com/textext/textext/releases/download/0.7.2/TexText-Linux-0.7.2.zip">TexText-Linux-0.7.2.zip</a></li>
<li><a href="https://github.com/textext/textext/releases/download/0.7.3/TexText-Linux-0.7.3.tgz">TexText-Linux-0.7.3.tgz</a></li>
<li><a href="https://github.com/textext/textext/releases/download/0.7.3/TexText-Linux-0.7.3.zip">TexText-Linux-0.7.3.zip</a></li>
</ul>
<p>To install <em>Tex Text</em>, simply download the package and extract it. A directory with the name <code>textext-0.7.2-linux</code> will be created. Change into the directory and run <code>python setup.py</code> in your terminal. All it does, is copying the necessary files to your Inkscape extension directory. If you don’t trust this script, you’ll have to copy all the files within the <code>extensions</code> directory of the extracted archive to <code>~/.config/inkscape/extensions/</code>.</p>
<p>To install <em>Tex Text</em>, simply download the package and extract it. A directory with the name <code>textext-0.7.3-linux</code> will be created. Change into the directory and run <code>python setup.py</code> in your terminal. All it does, is copying the necessary files to your Inkscape extension directory. If you don’t trust this script, you’ll have to copy all the files within the <code>extensions</code> directory of the extracted archive to <code>~/.config/inkscape/extensions/</code>.</p>
<h3 id="additional-required-software">Additional required software</h3>
<ul>
<li><p>You’ll need to install GtkSourceView (<code>python-gtksourceview2</code> on Ubuntu/Debian) to take advantage of all the GUI features of <em>Tex Text</em>. This package should install <code>python-gtk2</code> as well, but if your distribution works differently, make sure you install the Python Gtk+ bindings.</p></li>
Expand All @@ -44,7 +44,7 @@ <h2 id="installation-for-windows">Installation for Windows</h2>
<h3 id="tex-text-extension-1">Tex Text Extension</h3>
<p></p>
<ul>
<li><a href="https://github.com/textext/textext/releases/download/0.7.2/TexText-Windows-0.7.2.exe">TexText-Windows-0.7.2.exe</a></li>
<li><a href="https://github.com/textext/textext/releases/download/0.7.3/TexText-Windows-0.7.3.exe">TexText-Windows-0.7.3.exe</a></li>
</ul>
<p>The installation of <em>Tex Text for Inkscape</em> is straightforward: Simply use the installer and follow the instructions (basically, click <em>Next</em>, <em>Install</em> and <em>Done</em>, since you usually won’t even have to change the installation directory). It will copy the required files into the user’s Inkscape configuration directory (usually this is <code>%USERPROFILE%\AppData\Roaming\Inkscape</code>) and put a key into the Windows registry which is used to store configuration data of the extension.</p>
<h2 id="additional-required-software-1">Additional required software</h2>
Expand Down
8 changes: 4 additions & 4 deletions docs/README-TexText.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

\footnotesize

- [TexText-Linux-0.7.2.tgz](https://github.com/textext/textext/releases/download/0.7.2/TexText-Linux-0.7.2.tgz)
- [TexText-Linux-0.7.2.zip](https://github.com/textext/textext/releases/download/0.7.2/TexText-Linux-0.7.2.zip)
- [TexText-Linux-0.7.3.tgz](https://github.com/textext/textext/releases/download/0.7.3/TexText-Linux-0.7.3.tgz)
- [TexText-Linux-0.7.3.zip](https://github.com/textext/textext/releases/download/0.7.3/TexText-Linux-0.7.3.zip)

To install *Tex Text*, simply download the package and extract it. A directory with the name `textext-0.7.2-linux` will be created. Change into the directory and run `python setup.py` in your terminal. All it does, is copying the necessary files to your Inkscape extension directory. If you don't trust this script, you'll have to copy all the files within the `extensions` directory of the extracted archive to `~/.config/inkscape/extensions/`.
To install *Tex Text*, simply download the package and extract it. A directory with the name `textext-0.7.3-linux` will be created. Change into the directory and run `python setup.py` in your terminal. All it does, is copying the necessary files to your Inkscape extension directory. If you don't trust this script, you'll have to copy all the files within the `extensions` directory of the extracted archive to `~/.config/inkscape/extensions/`.

### Additional required software

Expand All @@ -44,7 +44,7 @@ To install *Tex Text*, simply download the package and extract it. A directory w

\footnotesize

- [TexText-Windows-0.7.2.exe](https://github.com/textext/textext/releases/download/0.7.2/TexText-Windows-0.7.2.exe)
- [TexText-Windows-0.7.3.exe](https://github.com/textext/textext/releases/download/0.7.3/TexText-Windows-0.7.3.exe)

The installation of *Tex Text for Inkscape* is straightforward: Simply use the installer and follow the instructions (basically, click *Next*, *Install* and *Done*, since you usually won't even have to change the installation directory). It will copy the required files into the user's Inkscape configuration directory (usually this is `%USERPROFILE%\AppData\Roaming\Inkscape`) and put a key into the Windows registry which is used to store configuration data of the extension.

Expand Down
Binary file modified docs/README-TexText.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "TexText for Inkscape"
!define PRODUCT_VERSION "0.7.2"
!define PRODUCT_VERSION "0.7.3"
!define PRODUCT_PUBLISHER "Pit Garbe, Jan Winkler"
!define PRODUCT_WEB_SITE "https://tu-dresden.de/ing/elektrotechnik/rst"
!define PRODUCT_DIR_REGKEY "Software\Python\TexText"
Expand Down

0 comments on commit 247cfbf

Please sign in to comment.