Gerardo Marx Chávez-Campos d2aa39a4a7 | 2 years ago | |
---|---|---|
README.md | 2 years ago |
New texlive installation guide
Non-interactive default installation on anything but Windows:
1. cd /tmp # working directory of your choice
2. wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
3. zcat install-tl-unx.tar.gz | tar xf -
4. cd install-tl-*
5. sudo perl ./install-tl --scheme=base
6. Finally, prepend /usr/local/texlive/YYYY/bin/PLATFORM to your PATH,
e.g., export PATH="/usr/local/texlive/2022/bin/aarch64-linux/:$PATH"
Try to make the installation with symlink