Added texlive-xetex to deb installer for pdf conversion

This commit is contained in:
Nathan Schneider
2025-05-21 23:21:55 +01:00
parent b3f72f5c13
commit 710cf70f77
+1
View File
@@ -17,6 +17,7 @@ sudo apt -y install neovim
# pandoc # pandoc
sudo apt -y install texlive sudo apt -y install texlive
sudo apt -y install texlive-xetex
sudo apt -y install texlive-latex-extra sudo apt -y install texlive-latex-extra
sudo apt -y install lmodern sudo apt -y install lmodern
echo "Download pandoc and install from dpkg:" echo "Download pandoc and install from dpkg:"