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"