Friday, 7 June 2013

Add path in Texlive2012

Add path in Texlive2012

I write a package named umtools.sty, since Ubuntu One can only sync folder which is in "~/", so I put *.sty in "~/tlpkg/". Now, how can I use it like \usepackage{umtools} instead of \usepackage{~/tlpkg/umtools}, as the way like \usepackage{} cause warning: "You have requested package `~/tlpkg/umtools', but the package provides umtool", which makes me unfortable.
I've tried modify ~/.pam_environment to add new PATH, but it doesn't work. Does someone know kpathsea.
Ubuntu 13.04 + Texlive 2012 by sh install_tl + TexStudio + XeTeX

No comments:

Post a Comment