Skip to content

Instantly share code, notes, and snippets.

@logc
Created January 24, 2017 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save logc/bc688cb1fcb48076a4c785fcb58b9f7b to your computer and use it in GitHub Desktop.
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
#! /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