[Tex/LaTex] How to configure kile to run texlive 2011

kiletexlive

I install TeX Live 2011 in Linux, but i can not configure kile to run the TL11. Can you explain step by step, please?

Solved:

$gedit ~/.profile

and digit

PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH; export PATH
MANPATH=/usr/local/texlive/2011/texmf/doc/man:$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2011/texmf/doc/info:$INFOPATH; export INFOPATH

or

PATH=/usr/local/texlive/2011/bin/x86_64-linux:$PATH; export PATH

for 64 bits.

Best Answer

Kile uses only commands like pdflatex. So you have to check whether the symbolic links are created.

Type in the terminal: latex -v

The result should be:

marco@ubuntu:~$ latex -v
pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2011)
kpathsea version 6.0.1

I guess you don't get this output. In this case the TeXLive documentation is your friend.