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 | |
| echo "updating ubuntu" | |
| sudo apt-get -qq update | |
| sudo apt-get -qq upgrade | |
| # development | |
| echo "installing development tools" | |
| sudo apt-get -qq install build-essential |
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 | |
| ## Information | |
| ## http://carlo-hamalainen.net/blog/2007/12/11/installing-minion-pro-fonts/ | |
| ## http://www.ctan.org/tex-archive/fonts/mnsymbol/ | |
| ## 0: Install | |
| ## http://www.lcdf.org/type/ | |
| ## I used --without-kpathsea to configure (with MacTeX 2011): | |
| ## | |
| ## ./configure --without-kpathsea |
NewerOlder