Forked from peterhurford/install_xelatex_on_mac.txt
Created
November 18, 2023 21:29
-
-
Save vvyric/ab8aa277e6f0df742e2fcbb18bf6e701 to your computer and use it in GitHub Desktop.
Revisions
-
peterhurford revised this gist
Nov 17, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ brew install pandoc brew tap homebrew/cask brew install --cask basictex eval "$(/usr/libexec/path_helper)" # Update $PATH to include `/usr/local/texlive/2022basic/bin/universal-darwin` sudo tlmgr update --self sudo tlmgr install texliveonfly sudo tlmgr install xelatex -
peterhurford created this gist
Aug 21, 2020 .There are no files selected for viewing
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 charactersOriginal 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