Skip to content

Instantly share code, notes, and snippets.

@holtzermann17
Created October 28, 2015 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holtzermann17/882011beba01137353a6 to your computer and use it in GitHub Desktop.
Save holtzermann17/882011beba01137353a6 to your computer and use it in GitHub Desktop.
«For typical needs, we recommend starting the TeX Live installation by
downloading [...] install-tl-unx.tar.gz (3.3mb).»
[http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz]
«Once you have the software, run the install-tl script to install (on
Windows, install-tl-windows), like this:»
cd /your/download/directory
./install-tl
[... messages omitted ...]
Enter command: i
If you get an error about permissions in the second step, you may have
to do
sudo ./install.tl
«After the installation finishes, you must add the directory of TeX Live
binaries to your PATH—except on Windows, where the installer takes care
of this. For example:
PATH=/usr/local/texlive/2015/bin/i386-linux:$PATH
Use the syntax for your shell, your installation directory, and your
binary platform name instead of i386-linux.»
[E.g. put the relevant line in your ~/.bashrc file.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment