Add Readme es

This commit is contained in:
Mauricio Baeza 2020-10-30 11:50:24 -06:00
parent 2fb5cb5f2a
commit 9b7f766068
2 changed files with 60 additions and 0 deletions

41
README.es.md Normal file
View File

@ -0,0 +1,41 @@
# zaz-latex2svg
Compila ecuaciones Latex a SVG dentro de LibreOffice
Requerimientos:
* LibreOffice 7.0+
* Python 3.7+
* pdflatex
* pdfcrop
* pdf2svg
## Software libre no gratis.
Esta extensión tiene un costo de mantenimiento de 5 euros al año.
BCH: `qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d`
BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV`
ETH: `0x61a4f614a30ff686445751ed8328b82b77ecfc69`
LTC: `MBcgQ3LQJA4W2wsXknTdm2fxRSysLaBJHS`
* Para ArchLinux
```
sudo pacman -S texlive-core
sudo pacman -S pdf2svg
```
* Para Ubuntu 20.04
```
sudo apt install texlive-latex-base
sudo apt install texlive-extra-utils
sudo apt install pdf2svg
```

View File

@ -1,5 +1,7 @@
# zaz-latex2svg
[Leer en español](README.es.md)
Compile Latex equations to SVG into LibreOffice
Requirements:
@ -22,3 +24,20 @@ 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
```