Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TeX Live

install

1 2

yay -S --noconfirm texlive-installer
sudo /opt/texlive-installer/install-tl
sudo /usr/local/texlive/2024/bin/x86_64-linux/tlmgr option repository https://mirrors.cernet.edu.cn/CTAN/systems/texlive/tlnet
tlmgr update --list
sudo /usr/local/texlive/2024/bin/x86_64-linux/tlmgr update --all

command

tlmgr search --global <pkg>

Upgrade from 2024 to 2025

sudo cp -a /usr/local/texlive/2024 /usr/local/texlive/2025
cd /usr/local/texlive/2025
sudo wget https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
sudo PATH=$PATH ./update-tlmgr-latest.sh -- --upgrade texlive/2025
sudo /usr/local/texlive/2025/bin/x86_64-linux/tlmgr option repository https://mirrors.cernet.edu.cn/CTAN/systems/texlive/tlnet
sudo /usr/local/texlive/2025/bin/x86_64-linux/tlmgr update --self --all
luaotfload-tool -fu

command

pdflatex --shell-escape "$1"

cross-reference


  1. TeX Live

  2. tlmgr