TeX Live and MacTeX ⇒ Package installation - Mac OS
Package installation - Mac OS
I would like to install new packages. I use TexLive 2007 and TexShop on a Mac OS.
For this, I put all my packages in ~/Library/texmf/texmf/tex/latex/ then I used texhash.
Unfortunately, it still doesn't work, texshop displays the error message saying that it didn't find my new packages.
Do you have an idea what I am supposed to do?
Thank you very much !
Stéphanie
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Package installation - Mac OS
I recommend to install TeX Live 2008 or MacTeX 2008 because it comes with a package manager for installation and updates.
Stefan
Package installation - Mac OS
Remove one of the texmf levels, that is, put LaTeX packages in ~/Library/texmf/tex/latex/. You don't need texhash. TeX will find your files in that directory.Stephanie wrote:Hi,
For this, I put all my packages in ~/Library/texmf/texmf/tex/latex/ then I used texhash.