Using manual installation of TeX Live on Ubuntu (i.e. not via repos) I cannot seem to get LaTeX to look through my local tex directory path. I've set TEXMFHOME using sudo tlmgr conf texmf TEXMFHOME "~/.texlive2014" and running kpsewhich -var-value=TEXMFHOME gives: "/home/angel/.texlive2014/".
I also ran texhash ~/.texlive2014/ and it produced a correct ls-R file. Under ~/.texlive2014/ I have several directories with BIB and STY files.
Still, local packages and styles are not found when I try to compile documents. Needless to say, linking the required style files to the directory where the LaTeX doc is works.
What am I missing here?
ls-Rfile inTEXMFHOME.texhashfor the$TEXMFHOMEdir? Well anyway, even before I ran it didn't work.texhashisn't needed?