zaz-latex2svg/README.es.md

57 lines
979 B
Markdown
Raw Permalink Normal View History

2020-10-30 11:50:24 -06:00
# zaz-latex2svg
Compila ecuaciones Latex a SVG dentro de LibreOffice
Requerimientos:
* LibreOffice 7.0+
* Python 3.7+
* pdflatex
* pdfcrop
* pdf2svg
2020-10-31 22:45:30 -06:00
## Software libre, no gratis.
2020-10-30 11:50:24 -06:00
2020-11-01 11:59:54 -06:00
### Si no tienes dinero, no es problema, mandame una postal de tu ciudad :)
2020-11-01 11:57:14 -06:00
2020-11-01 11:59:54 -06:00
#### pero, no cometas el error de muchos de *pensar solo en software gratis* que tanto daño a hecho al **Software Libre**.
2020-11-01 11:57:14 -06:00
2020-10-30 11:50:24 -06:00
Esta extensión tiene un costo de mantenimiento de 5 euros al año.
BCH: `qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d`
BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV`
ETH: `0x61a4f614a30ff686445751ed8328b82b77ecfc69`
LTC: `MBcgQ3LQJA4W2wsXknTdm2fxRSysLaBJHS`
2020-10-31 22:45:30 -06:00
* En ArchLinux
2020-10-30 11:50:24 -06:00
```
sudo pacman -S texlive-core
sudo pacman -S pdf2svg
```
2020-10-31 22:45:30 -06:00
* En Ubuntu 20.04
2020-10-30 11:50:24 -06:00
```
sudo apt install texlive-latex-base
sudo apt install texlive-extra-utils
sudo apt install pdf2svg
```
2020-11-04 16:44:54 -06:00
* En OSx
```
brew install mactex
brew install tex-live-utility
sudo tlmgr install --reinstall pdfcrop
brew install pdf2svg
```