Created
May 6, 2016 07:21
-
-
Save JohannesRudolph/3fc8bcbca60f62bb33ab7b876aa11c5d to your computer and use it in GitHub Desktop.
Install TU Darmstadt Latex Report Template on OSX El Capitan
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
Install MacTex 2015 or later: https://tug.org/mactex/ | |
Go to http://exp1.fkp.physik.tu-darmstadt.de/tuddesign/ and download the zip packages. | |
Disregard the OS X installation instructions on the website, they don't work on El Capitan (and assume global installation, whereas we want user installation) | |
$unzip latex-tuddesign_current.zip -d ~/Library/ | |
$unzip tudfonts-tex_current.zip -d ~/Library/ | |
You should have a ~Library/texmf after this operation. Then we need to rebuild the texmf database in ~/Library | |
$ mktexlsr ~/Library/texmf/ | |
$ updmap --force --enable Map 5ch.map | |
$ updmap --force --enable Map 5fp.map | |
$ updmap --force --enable Map 5sf.map | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment