Skip to content

Instantly share code, notes, and snippets.

@paulgribble
Created September 10, 2012 17:45
Show Gist options
  • Save paulgribble/3692459 to your computer and use it in GitHub Desktop.
Save paulgribble/3692459 to your computer and use it in GitHub Desktop.
ubuntu install LaTeX
#!/bin/sh
# LaTeX
echo "installing LaTeX"
sudo apt-get -qq install texlive-full texlive-fonts-extra cm-super texlive-latex-extra auctex
sudo texconfig paper letter
wget http://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts
chmod +x install-getnonfreefonts
sudo ./install-getnonfreefonts
sudo getnonfreefonts garamond
sudo apt-get -qq install ttf-mscorefonts-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment