Created
September 19, 2023 00:05
-
-
Save wilkox/616a892a358f7effb6a2777af9c0d2db to your computer and use it in GitHub Desktop.
Install LaTeX packages for pandoc with tinytex
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
| tinytex::tlmgr_install(c("amsfonts", "amsmath", "lm", "unicode-math", "iftex", "listings", "fancyvrb", "longtable", "booktabs", "graphicx", "hyperref", "xcolor", "soul", "geometry", "setspace", "babel", "fontspec", "upquote", "microtype", "csquotes", "natbib", "biblatex", "bibtex", "parskip", "xurl", "bookmark", "footnotehyper", "footnote")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment