From c0de59647d4c03b2328b2d19d97b4f1eb94392e4 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 14 Jun 2023 09:32:29 -0600 Subject: [PATCH] added texlive-latexextra package to arch --- .scripts/install-arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index cca697d..b8b4d77 100755 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -31,6 +31,7 @@ emacs --script ~/.scripts/install-emacs.el # pandoc sudo pacman -S pandoc sudo pacman -S texlive-core +sudo pacman -S texlive-latexextra # revealjs cd ~/.revealjs