zaz-latex2svg/README.md

44 lines
670 B
Markdown
Raw Normal View History

2020-10-29 15:32:02 -06:00
# zaz-latex2svg
2020-10-30 11:50:24 -06:00
[Leer en español](README.es.md)
2020-10-29 21:37:01 -06:00
Compile Latex equations to SVG into LibreOffice
Requirements:
* LibreOffice 7.0+
* Python 3.7+
* pdflatex
* pdfcrop
* pdf2svg
2020-10-29 21:46:30 -06:00
## Software libre no gratis.
This extension have a cost of maintenance of 5 euros every year.
BCH: `qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d`
BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV`
ETH: `0x61a4f614a30ff686445751ed8328b82b77ecfc69`
LTC: `MBcgQ3LQJA4W2wsXknTdm2fxRSysLaBJHS`
2020-10-30 11:50:24 -06:00
* 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
```