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.
Easy Installation of TeX Live on Ubuntu
I have updated TexLive on my Ubuntu 12.04 system yesterday.
After the updating process, when I tried to run the bibtex command, I got the following error
I'm relating here the process I followed to fix the problem.
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:
After a long search on internet, I understood that the problem's cause is the presence of 2 differents version of latex on my OS. In consequence there were a conflict between the texmf.cnf file of both installation;
the first file texmf.cnf on my OS, ubuntu 12.04 is located here:
the second file texmf.cnf on my OS, of the latest installation is located here:
On both file, seek where «p» is the paranoid setting. Change «p» in «r».
That fixed the problem on my side.
I got inspired by this website
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_introduction
bibtex: 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