[Tex/LaTex] How to configure kile in texlive 2010

kiletexlive

How to configure kile in texlive 2010?

Best Answer

put the .../texlive/bin/../ to your path and everything will be fine. A good idea is to create a file zzz-texlive.sh in /etc/profile.d/:

export PATH=/usr/local/texlive/2010/bin/`uname -i`-linux:$PATH
export MANPATH=/usr/local/texlive/2010/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2010/texmf/doc/info:$INFOPATH
unset TEXINPUTS
unset TEXMFCONFIG

replace 2010 with your current texlive year or change the whole path if you have another location of texlive.