Created
January 24, 2017 11:24
-
-
Save logc/bc688cb1fcb48076a4c785fcb58b9f7b to your computer and use it in GitHub Desktop.
Installs TexLive dependencies in order to build "HPC book" by V. Eijkhout, available at https://bitbucket.org/VictorEijkhout/hpc-book-and-course
This file contains 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
#! /usr/bin/env sh | |
wget http://mirrors.ctan.org/macros/latex/contrib/undertilde.zip | |
unzip undertilde.zip | |
cd undertilde | |
latex undertilde.ins | |
latex undertilde.dtx | |
makeindex undertilde.idx | |
mkdir -p /Users/$USER/Library/texmf/tex/latex/undertilde/ | |
mv undertilde.sty /Users/$USER/Library/texmf/tex/latex/undertilde/ | |
sudo tlmgr install comment arydshln wrapfig multirow dirtree algorithm2e \ | |
relsize subfigure context-algorithmic algorithms outliner acronym \ | |
suffix bigfoot xstring courier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment