Possible Duplicate:
Where do I place my own .sty files, to make them available to all my .tex files?
I've used Kile 2.1 under Ubuntu. To manually install a package, I did the following:
Copy package into
geditand save aspackagename.styPut package in same named folder
Copy folder to
/usr/share/texmf/tex/latexType in terminal
$sudo mktexlsr
...and that is it!
Now I (try to) use Kile 2.1 under Linux Mint 12 and the described procedure doesn't make any result. I'm bit confused, because Ubuntu and Mint are very similar distros. What do I need to do for manually installing a package in Linux Mint 12?
sudo texhash– Martin H Jan 06 '12 at 20:03