From a85fe1d70167653d0daf0694137bf5c756cba49f Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 14 Jun 2023 13:48:07 -0600 Subject: [PATCH] added textlive-latex-extra to deb --- .scripts/install-deb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index f5ffad4..1c6ec88 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -20,6 +20,7 @@ emacs --script ~/.scripts/install-emacs.el # pandoc sudo apt -y install texlive +sudo apt -y install texlive-latex-extra sudo apt -y install lmodern echo "Download pandoc and install from dpkg:" echo "https://github.com/jgm/pandoc/releases/latest"