TeX Live and MacTeX ⇒ can't find .sty files
can't find .sty files
From what I can tell, TeX all of a sudden starts looking for .sty files inside the hidden tree. If on the console I enter the specific path to the file in ~/Library/texmf, it will find it, but only to give me the next error message for the rest of the packages I'm using.
I've started to wonder whether the problem is with TeXShop, since after quitting TeXShop things seem to start working again.
I'm using TeXShop 2.25 on a Mac OSX 10.4.11.
Thanks in advance,
A.
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: can't find .sty files
TEXINPUTS=".:$HOME/Library/texmf:"
Re: can't find .sty files
Re: can't find .sty files
However, I still don't have access to the .sty files that came with tetex. For instance, I used to be able to use txfonts, and other such packages, which came with my distribution.
Thanks!
Re: can't find .sty files
/usr/local/teTeX/share/texmf.tetex/tex/latex/txfonts/txfonts.sty
From what I can tell, LaTeX will look for fonts, macros, etc. both in my local tree
ibrary/texmf
and inside the texlive folder
/usr/local/texlive/2008basic/texmf/
I realize I could in principle manually move all the relevant files to the texlive folder, but I'm afraid that might end up in a mess. Is there any way to tell LaTeX to look for files also inside the tetex folder, even though I'm using texlive?
Thanks again..
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: can't find .sty files
Re: can't find .sty files
Following your suggestion, I managed to get LaTeX to search for .sty files in the HOME/library/texmf tree. What I want to know is whether I can have LaTeX *also* search in both
/usr/local/texlive/2008basic/texmf/
(which by default it does) and
/usr/local/teTeX/share/texmf.tetex/
Thanks again for your help.