welcome: please sign in

Revision 3 as of 2018-06-05 14:23:31

Clear message
location: Computer / Latex / macTex

LaTeX setup for mac

If you are installing LaTeX on a mac, and want to use department-specific styles and fonts, follow these steps:

TEXMFVAR = /usr/local/texlive/2014/texmf-var
TEXMFSYSVAR = $TEXMFVAR
TEXMFLOCAL = /opt/texmf-local
TEXMFCONFIG = $TEXMFSYSCONFIG
openout_any = r
openin_any = a
main_memory = 5000000

Change the first line (depends on where TeXLive is installed). Note that you have to be SU to save changes to the file. The last line (specifying memory) is very optional.

mktexlsr
updmap-sys

Done.