TeX Live and MacTeX ⇒ Installed but can't find the program?
Installed but can't find the program?
sudo apt-get install texlive-full
It took a long time, and everything seemed to download and install fine. But I can't figure out how to start the program. Looks like everything downloaded and is available in:
~/.texlive/2008
I get the impression it should somehow be in /usr/local/ in order to work.
Any advice? Preferably giving me the exact code to enter in terminal, since I have no real idea what I'm doing.
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: Installed but can't find the program?
Anyway, open up a terminal and type
tex -v
or
latex -v
This should tell you whether or not it's installed correctly and in your path, and what your version is. If it's not in your path, that's easy to fix.
It doesn't need to be in /usr/local/bin - it just needs to be in your path (or the symbolic links do).
~/.texlive/2008 probably just has config info, but I'm not sure.
Re: Installed but can't find the program?
sudo apt-get install kile kile-doc
There's also a beta LaTeX plugin for gedit, but I wouldn't recommend that for a beginner.
Re: Installed but can't find the program?
Everything is up and running now. Kile has crashed on me a few times, but at least I have LaTeX up and running again... been using it on Mac and Windows for years and was worried when I couldn't get it running on Linux.