Compile Latex equations to SVG into LibreOffice
Go to file
Mauricio Baeza f33ac2a44a Update readme es 2020-11-04 16:44:54 -06:00
files Support for Calc and Writer 2020-11-04 16:11:44 -06:00
images Initial version only for GNU/Linux 2020-10-29 21:37:01 -06:00
source Support for Calc and Writer 2020-11-04 16:11:44 -06:00
.gitignore Initial commit 2020-10-29 15:32:02 -06:00
LICENSE Initial commit 2020-10-29 15:32:02 -06:00
README.es.md Update readme es 2020-11-04 16:44:54 -06:00
README.md Support for Calc and Writer 2020-11-04 16:11:44 -06:00
VERSION Initial version only for GNU/Linux 2020-10-29 21:37:01 -06:00
conf.py Add locales 2020-10-30 22:22:25 -06:00
easymacro2.py Initial version only for GNU/Linux 2020-10-29 21:37:01 -06:00
zaz.py Initial version only for GNU/Linux 2020-10-29 21:37:01 -06:00

README.md

zaz-latex2svg

Leer en español

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 5 euros 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
  • For OSx
brew install mactex
brew install tex-live-utility
sudo tlmgr install --reinstall pdfcrop
brew install pdf2svg