Created
November 2, 2018 18:04
-
-
Save bennylope/d264bc7d8ab54d97755fda38d88517d5 to your computer and use it in GitHub Desktop.
Install missing packages for https://github.com/Wandmalfarbe/pandoc-latex-template
This file contains 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
#!/usr/bin/env bash | |
PACKAGES=(pagecolor titling sourcecodepro mweights ly1 sourcesanspro needspace mdframed csquotes) | |
for item in ${PACKAGES[*]} | |
do | |
tlmgr install $item | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment