Caster / Beamer-TUe

An extension of the TU/e theme for the LaTeX Beamer class.

Home Page:https://Caster.github.io/Beamer-TUe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac font installation

MartinPlantinga opened this issue · comments

I followed the installation font installation instructions for Mac, but it continuously gave an error. I finally achieved a systemwide installation by doing the following:

  1. kpsewhich --var-value TEXMFLOCAL, this gave me /usr/local/texlive/texmf-local/
  2. cp -r /path/to/latex_huisstijl.zip /usr/local/texlive/texmf-local/.
  3. cd /usr/local/texlive/texmf-local
  4. unzip huisstijl.zip
  5. sudo mktexlsr
  6. sudo updmap-sys --enable Map=tue.map
  7. sudo updmap-sys

Without the last command, it wouldn't install. This post helped me: Problem using locally installed font.

Thank you for reporting this! As you can see, I have updated the documentation to include the extra updmap-sys invocation. Just in case, I also added an extra updmap invocation for a single-user installation. I hope this addresses your issue.