You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
files | 2 years ago | |
images | 3 years ago | |
source | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
README.es.md | 3 years ago | |
README.md | 2 years ago | |
VERSION | 2 years ago | |
conf.py | 2 years ago | |
easymacro.py | 2 years ago | |
zaz.py | 2 years ago |
README.md
zaz-latex2svg
Compile Latex equations to SVG into LibreOffice
Requirements:
- LibreOffice 7.0+
- Python 3.7+
- pdflatex
- pdfcrop
- pdf2svg
Free Software, not gratis software
If you don't have money, no problem, send me a postcard from your city :)
but, don't make the mistake of many of thinking only in gratis software that so much damage has done to Free Software.
This extension have a cost of maintenance of 1 euro every year.
BCH: qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d
BTC: 3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV
ETH: 0x61a4f614a30ff686445751ed8328b82b77ecfc69
LTC: MBcgQ3LQJA4W2wsXknTdm2fxRSysLaBJHS
- For ArchLinux
sudo pacman -S texlive-core
sudo pacman -S pdf2svg
- For Ubuntu 20.04+
sudo apt install texlive-latex-base
sudo apt install texlive-extra-utils
sudo apt install pdf2svg