Skip to content

Instantly share code, notes, and snippets.

@erickguan
Created May 16, 2019 20:38
Show Gist options
  • Save erickguan/618e41e9482e177546d8568113b418dd to your computer and use it in GitHub Desktop.
Save erickguan/618e41e9482e177546d8568113b418dd to your computer and use it in GitHub Desktop.
update
./2018basic/bin/x86_64-darwin/tlmgr list --only-installed | cut -d ' ' -f2 | cut -d ':' -f1 | sudo tee installed_texlive_packages.txt
_ tlmgr install $(cat installed_texlive_packages.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment