Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amliuyong/a24e889f4dba4d1d1f39e6e624116f11 to your computer and use it in GitHub Desktop.
Save amliuyong/a24e889f4dba4d1d1f39e6e624116f11 to your computer and use it in GitHub Desktop.

Revisions

  1. @peterhurford peterhurford created this gist Aug 21, 2020.
    17 changes: 17 additions & 0 deletions install_xelatex_on_mac.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    brew install pandoc
    brew tap homebrew/cask
    brew cask install basictex
    eval "$(/usr/libexec/path_helper)"
    # Update $PATH to include `/usr/local/texlive/2020basic/bin/x86_64-darwin`
    sudo tlmgr update --self
    sudo tlmgr install texliveonfly
    sudo tlmgr install xelatex
    sudo tlmgr install adjustbox
    sudo tlmgr install tcolorbox
    sudo tlmgr install collectbox
    sudo tlmgr install ucs
    sudo tlmgr install environ
    sudo tlmgr install trimspaces
    sudo tlmgr install titling
    sudo tlmgr install enumitem
    sudo tlmgr install rsfs