Skip to content

Instantly share code, notes, and snippets.

@BrainStone
Created November 8, 2019 16:37
Show Gist options
  • Save BrainStone/bbe92798c432883a264afba321b3176f to your computer and use it in GitHub Desktop.
Save BrainStone/bbe92798c432883a264afba321b3176f to your computer and use it in GitHub Desktop.
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
mkdir /install-tl-unx
tar -xvf install-tl-unx.tar.gz -C /install-tl-unx --strip-components=1
echo "selected_scheme scheme-basic" >> /install-tl-unx/texlive.profile
/install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile
rm -r /install-tl-unx
rm install-tl-unx.tar.gz
export PATH="/usr/local/texlive/2019/bin/x86_64-linux:${PATH}"
tlmgr install latexmk
tlmgr install scheme-full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment