I have a CLSI (LaTeX server) instance running on Ubuntu 10.04:
http://code.google.com/p/common-latex-service-interface/
Now I want to install a new package and also upgrade an existing package. The packages contain only .cls (class) and .sty (style) files, thus I added a new folder in texmf-live/tex/latex, copied the new files there while updating the files in the existing folders with new files. Restarted box.
But the new package is not being recognized! :(
I tried texhash but it did not work. There is no tlmgr in the instance installed in CLSI package (from above link). Anyone has an idea how I can accomplish this?
~/texmf/tex/latex/. I would probably add a 'csli' directory:~/texmf/tex/latex/csli/and put your class and style files there. – jon Nov 15 '12 at 09:37siunitxdepends on thel3kernelsuite of packages and updating it requires updating also those. If your goal is to install/update a package that doesn't depend on others, then the~/texmfroad can safely be followed. – egreg Nov 16 '12 at 12:32