Last active
December 10, 2018 11:09
-
-
Save vaibhav276/3ee1d3d1974cc417c7216464599765af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installing a new package | |
- Download package from CTAN (https://ctan.org) | |
- unzip it in `~/texmf/tex/latex/` | |
- Run `texhash` | |
# Converting pdf to png | |
pdftoppm <input> <output-name> -png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment