Update readme es

This commit is contained in:
Mauricio Baeza 2020-11-04 16:44:54 -06:00
parent e0f484cdaa
commit f33ac2a44a
1 changed files with 10 additions and 0 deletions

View File

@ -44,3 +44,13 @@ sudo apt install texlive-latex-base
sudo apt install texlive-extra-utils sudo apt install texlive-extra-utils
sudo apt install pdf2svg sudo apt install pdf2svg
``` ```
* En OSx
```
brew install mactex
brew install tex-live-utility
sudo tlmgr install --reinstall pdfcrop
brew install pdf2svg
```