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!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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?