1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
|status-ci| |status-downloads|
TexText - A TeX extension for Inkscape
======================================
TexText is a Python plugin for the vector graphics editor
`Inkscape <http://www.inkscape.org/>`__ 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 (`Read more... <usage-dialog-overview_>`_)
- Compilation with **PdfLaTeX**, **XeLaTeX** or **LuaLaTex** (`Read more... <usage-tex-compilers_>`_)
- Interoperable scaling in TexText and Inkscape (`Read more... <usage-scaling_>`_)
- Font size match with Inkscape text (`Read more... <usage-font_>`_)
- Customizable TeX preamble for e.g. additional packages, parskip, parindent, etc. (`Read more... <usage-preamble-file_>`_)
- Colorization via TeX commands/ Inkscape is kept after re-editing (`Read more... <usage-colorization_>`_)
- Alignment anchor of the produced output (`Read more... <usage-alignment_>`_)
- Preview images (`Read more... <usage-preview_>`_)
- 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 <installation-toc_>`_ and `usage <usage-toc_>`_ 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 <http://www.iki.fi/pav/software/textext/>`__ based on the
plugin InkLaTeX written by Toru Araki.
.. _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
.. |status-ci| image:: https://github.com/textext/textext/actions/workflows/ci.yaml/badge.svg?branch=master
:target: https://github.com/textext/textext/actions/workflows/ci.yaml
:alt: Status of continuous integration tests
.. |status-downloads| image:: https://img.shields.io/github/downloads/textext/textext/total
:alt: GitHub all releases
|