/latex-letter-gui

Easy creation of letters using Latex and a Qt5 GUI

Primary LanguagePython

Latex Letter GUI

Travis CI build status (Linux) Code Coverage Coveralls Code Coverage Codecov License GPLv3

This program provides an easy to use GUI using Qt5 Python bindings in order to create letters with Latex. Therefore a Letter class is provided which handles the content of the letter as well as creates tex and PDF files.

Requirements

In order to create PDF files, you need to have a Tex distribution like TeX Live installed.

You need to have the Python3 Qt5 bindings installed, python-pyqt5 or python3-pyqt5 depending on your Linux distribution.

On Ubuntu, you can install it with sudo apt-get install python3-pyqt5

Windows

If you're running Windows, make sure to install a Tex distribution like TeX Live or MikTeX as well as PyQt5 for your installed Python version. PyQt5 can be downloaded here.

License

This project is licensed under the GNU General Public License v3.0.