From 710cf70f779e7336848ebdd7462804c4b052f6fe Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 21 May 2025 23:21:55 +0100 Subject: [PATCH] Added texlive-xetex to deb installer for pdf conversion --- .scripts/install-deb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index 65efe5e..8920c12 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -17,6 +17,7 @@ sudo apt -y install neovim # pandoc sudo apt -y install texlive +sudo apt -y install texlive-xetex sudo apt -y install texlive-latex-extra sudo apt -y install lmodern echo "Download pandoc and install from dpkg:"