What do you mean by "can't compile" ? What error message do you get? Are you able to compile on the command line?juanuni wrote:
Thanks. I have troubles with my O.S., but I solved this and I installed\TeX
Live 2013 again without problems. Now, I have a litle problem. I use\TeX
Studio like a\LaTeX
editor, but I can't compile any LaTeX code.
I saw that I installed\TeX
Live 2013 in /usr/local file. I suppose I should tell\TeX
Studio the path for this to compile using\TeX
Live 2013. How do I do that?
TeX Live and MacTeX ⇒ Easy Installation of TeX Live on Ubuntu
-
- Site Moderator
- Posts: 542
- Joined: Sat Sep 01, 2012 6:38 am
Easy Installation of TeX Live on Ubuntu
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
Easy Installation of TeX Live on Ubuntu
After the updating process, when I tried to run the bibtex command, I got the following error
Code: Select all
bibtex: Not writing to ../chap1_introduction/chap1_introduction.blg (openout_any = p).I couldn't open file name `../chap1_introduction/chap1_introduction.blg'
I already had TexLive-full installed on my Ubuntu 12.04 OS, and did installed this morning the 2014 TexLive as stated above to update my initial 2009 TexLive version.
So the OS found itself with 2 differents installation of latex.
After the second installation, I tried to normally compiled a bibtex file and got this error message:
Code: Select all
XXXX@IFTEaigny2:~/Phd/principal$ bibtex ../chap1_introduction/chap1_introductionbibtex: Not writing to ../chap1_introduction/chap1_introduction.blg (openout_any = p).I couldn't open file name `../chap1_introduction/chap1_introduction.blg'
the first file texmf.cnf on my OS, ubuntu 12.04 is located here:
Code: Select all
/usr/share/texmf/web2c
Code: Select all
/usr/local/texlive/2014/texmf-dist/web2c
Code: Select all
openout_any = p
That fixed the problem on my side.
I got inspired by this website