Since I was not happy about the choice of texlive 2009 from Ubuntu repositories, I installed texlive 2012 manually from the website.
Secondly, I like Kile to write, but when I try to install it, it forces me to install all the packages that i want to avoid (2009 version). So I used equivs and made a dummy Ubuntu package that tricks the OS (Ubuntu 12.04 64-bit) into installing kile without those packages.
The problem is that Kile refuses compile.
When I try to do it, from the output I can see that he does:
- cd into the right directory
- executes the pdflatex command
And that's it. The funny thing is that repeating the same exact command via the terminal, the file is compiled correctly (I updated correctly the PATH, after all).
Any ideas on how can I get it to work again?
~/.bashrcmaybe?) and then restart or relogin so that the settings take effect. It would also be useful to know how Kile refuses to compile the document, i.e. which error message you are getting. – Martin Scharrer Jul 14 '12 at 15:38Settings > System Checksay? – Caramdir Jul 14 '12 at 16:19~/.bashrcis not enough, add it to the front of thePATHsetting in/etc/environmentinstead. Log out and in again. Then the menu started programmes will also be able to find the TL12. – daleif Jul 14 '12 at 20:14.bashrc. Perhaps we could edit things so that the question/answer refer to this specific problem? – Seamus Jul 15 '12 at 10:37