Skip to content

Instantly share code, notes, and snippets.

@wilkox
Created September 19, 2023 00:05
Show Gist options
  • Save wilkox/616a892a358f7effb6a2777af9c0d2db to your computer and use it in GitHub Desktop.
Save wilkox/616a892a358f7effb6a2777af9c0d2db to your computer and use it in GitHub Desktop.
Install LaTeX packages for pandoc with tinytex
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