TeX Live and MacTeX ⇒ new texlive & texmaker install on ubuntu don't work (noob)
new texlive & texmaker install on ubuntu don't work (noob)
So here's what I did:
1. Uninstalled all texlive, texmaker and even tex related stuff on synaptic - complete removal.
2. Downloaded and installed texlive 2009 off tug.org.
3. Changed the PATH in .bashrc
4. Downloaded and installed texmaker 2.0
So I run texmaker and try to build a simple .tex file and I get "Error: could not start the command". And it doesn't matter which build I chose.
But if I try running it from the terminal it works.
Also from the terminal latex -v and all the others are OK.
What am I doing wrong? I didn't change any settings in texmaker - in fact I was surprised that it seemed to "remember" all my previous settings.. Any tips would be greatly appreciated!
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
new texlive & texmaker install on ubuntu don't work (noob)
Code: Select all
/home/mehor/TeXLive/bin/x86_64-linux/latex -interaction=nonstopmode %.tex
Code: Select all
/home/mehor/TeXLive/bin/x86_64-linux/pdflatex -interaction=nonstopmode %.tex
2. If you set path correctly in .bashrc, try starting Texmaker from Terminal so it inherits settings in .bashrc.
Re: new texlive & texmaker install on ubuntu don't work (noo
Both your options work - I've added the full path to the texmaker commands, so it's fine.
If I run texmaker from the terminal it also works, but it doesn't "remember" the path for next time I run it normally.
So I got it to work, but I am still confused as to why it doesn't use the .bashrc path correctly on its own?