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