Created
September 10, 2012 17:45
-
-
Save paulgribble/3692459 to your computer and use it in GitHub Desktop.
ubuntu install LaTeX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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