# textext
**Repository Path**: qihangw/textext
## Basic Information
- **Project Name**: textext
- **Description**: Re-editable LaTeX graphics for Inkscape
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-05
- **Last Updated**: 2021-02-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Status master: |Build Status Master|, Status develop: |Build Status Develop|
TexText - A TeX extension for Inkscape
======================================
TexText is a Python plugin for the vector graphics editor
`Inkscape `__ providing the possibility to add
and re-edit LaTeX generated SVG elements to your drawing.
.. figure:: docs/source/images/textext-with-inkscape.png
:alt: TexText dialog with Inkscape
Key features
------------
- Windows/ Linux/ MacOS support
- LaTeX generated SVG elements can be re-edited later
- Multi-line editor with syntax highlighting (see `§ `_)
- Compilation with **PdfLaTeX**, **XeLaTeX** or **LuaLaTex** (see `§ `_)
- Interoperable scaling in TexText and Inkscape (see `§ `_)
- Font size match with Inkscape text (see `§ `_)
- Customizable TeX preamble (additional packages, parskip, parindent, etc.) (see `§ `_)
- Colorization via TeX commands/Inkscape is kept after re-editing (see `§ `_)
- Alignment anchor of the produced output (see `§ `_)
- Preview images (see `§ `_)
- Compatibility with TexText down to version 0.4.x
Download
--------
Download of the most recent version (and older ones): https://github.com/textext/textext/releases
Documentation
-------------
Documentation hosted at https://textext.github.io/textext
It contains `installation `_ and `usage `_ instructions
History
-------
This repository continues the development of the plugin which took place
at https://bitbucket.org/pitgarbe/textext until January 2018.
Originally, TexText had been developed by `Pauli
Virtanen `__ based on the
plugin InkLaTeX written by Toru Araki.
.. |Build Status Master| image:: https://travis-ci.com/textext/textext.svg?branch=master
:target: https://travis-ci.com/textext/textext
.. |Build Status Develop| image:: https://travis-ci.com/textext/textext.svg?branch=develop
:target: https://travis-ci.com/textext/textext
.. _documentation: https://textext.github.io/textext
.. _installation-toc: https://textext.github.io/textext#installation-toc
.. _usage-toc: https://textext.github.io/textext#usage-toc
.. _usage-dialog-overview: https://textext.github.io/textext/usage/gui.html#usage-dialog-overview
.. _usage-tex-compilers: https://textext.github.io/textext/usage/gui.html#usage-tex-compilers
.. _usage-scaling: https://textext.github.io/textext/usage/gui.html#scaling-of-the-output
.. _usage-font: https://textext.github.io/textext/usage/faq.html#explicit-setting-of-font-size
.. _usage-preamble-file: https://textext.github.io/textext/usage/gui.html#usage-preamble-file
.. _usage-colorization: https://textext.github.io/textext/usage/gui.html#usage-colorization
.. _usage-alignment: https://textext.github.io/textext/usage/gui.html#usage-alignment
.. _usage-preview: https://textext.github.io/textext/usage/gui.html#preview-button