New texlive installation guide
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gerardo Marx Chávez-Campos d2aa39a4a7 Basic installation 1 year ago
README.md Basic installation 1 year ago

README.md

texlive-installation

New texlive installation guide

Base installation of texlive

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