Skip to content

Instantly share code, notes, and snippets.

@mschae
Created October 1, 2012 13:43
Show Gist options
  • Save mschae/3811872 to your computer and use it in GitHub Desktop.
Save mschae/3811872 to your computer and use it in GitHub Desktop.
LaTex Uni Münster installation
  1. Download MacTex from here (I linked the Uni Münster Mirror directly since this is a Uni Münster specific guide)
  2. Run the installer
  3. Install non-free fonts that you will need for the Uni Münster template as follows:
  4. Download the installer from here
  5. cd into the directory where you downloaded the file to (you will need to open your Terminal for this): cd ~/Downloads
  6. Run the installer from the terminal: sudo texlua install-getnonfreefonts
  7. Install all fonts (because why not): getnonfreefonts --all
  8. Install slashbox as follows:
  9. Download it here
  10. Copy it to /usr/local/texlive/texmf-local/tex/latex/
  11. Download the actual styles from here
  12. Copy them to /usr/local/texlive/texmf-local/tex/latex/
  13. Run texhash
  14. You are all done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment