pkg install texlive-installer
pkg install texlive-full
pkg install texlive-tlmgr
tlmgr update --self --all
Si Texlive falla después de una actualización, puede ejecutar termux-patch-texlive
cd
nano .bash_profile
Añadimos
alias pdflatex='pdflatex -synctex=1 -interaction=nonstopmode'
alias xelatex='xelatex -synctex=1 -interaction=nonstopmode'
alias limpiar='rm *.snm *.aux *.log *.nav *.out *.toc *.vrb *.gz'
cd ..
cd usr/share/texlive
cp -a 2024 2025
Para ahorrar espacio podemos eliminar tlpkg/backups/* desde 2025
Si instaló enlaces simbólicos en directorios del sistema (mediante la opción del instalador o tlmgr path add ), elimínelos ahora con tlmgr path remove . Deberá volver a agregarlos más adelante
wget -c https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
sh update-tlmgr-latest.sh -- --upgrade