General ⇒ Install Packages on Mac
Install Packages on Mac
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Install Packages on Mac
It did not work probably because your forgot to refresh the filename database used by tex after installing your file, or it was not in a directory searched by tex.
Regards,
B.A.
Install Packages on Mac
Q4: Where do I put my personal additions to the texmf tree?
A4: They go in
~/Library/texmf
and various subdirectories structured according to the standard TeX conventions. Here ~/Library is the Library folder in your home directory. You may have to create the texmf folder, and any subfolders of it mentioned below. For instance, TeX will find any file in
~/Library/texmf/tex
or a subfolder of this folder, and LaTeX will find any file in
~/Library/texmf/tex/latex
or a subfolder of this folder. It is not necessary to run texhash when adding files to this local tree.
This is exactly what I have done in my Mac. It works fine.
By the way, folders like /usr/local/gwTeX/texmf seems to belong to the file structure in Gerber Wierda's teTeX, which is not longer supported. However, MacTeX is based on the TeX Live distribution and so it uses a different texmf tree. Assuming that MacTeX is really your TeX system, it is not surprising that TeX can't find things located in the gwTeX folder.