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
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
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_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