TO-DO: make these gist or git project, then runnable with just a click
LaTeX
https://www.tug.org/texlive/quickinstall.html
cd /tmp
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
zcat < install-tl-unx.tar.gz | tar zxf -
cd install-tl-* # change * appropriately
sudo perl ./install-tl --no-interaction
export PATH="/usr/local/texlive/2024/bin/x86_64-linux:$PATH"
tlmgr update --self
tlmgr install scsnowman acmart upquote hypcap mathenv
mktexlsr
Pandoc
https://github.com/jgm/pandoc/releases
wget https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-arm64.deb
sudo dpkg -i pandoc-3.5-1-arm64.deb
Top comments (0)