Skip to content

Instantly share code, notes, and snippets.

@vaibhav276
Last active December 10, 2018 11:09
Show Gist options
  • Save vaibhav276/3ee1d3d1974cc417c7216464599765af to your computer and use it in GitHub Desktop.
Save vaibhav276/3ee1d3d1974cc417c7216464599765af to your computer and use it in GitHub Desktop.
# 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