I am using emacs on Ubuntu 10.10.
I was trying to add doublespace.sty to my packages.
To figure out what directory to put the doublespace.sty in I did a search on my computer for amsmath.sty, since I know that package works, and found the directory it was in, which was a subdirectory of /usr/share/texmf-texlive. Since there are a bunch of .sty files in that directory, I decided to put doublespace.sty in /usr/share/texmf-texlive/latex/base . Then I ran texhash on that directory. But for some reason it is telling me it can't find doublespace.sty when I do /usepackage{doublespace}.
Any idea what might be going on?
doublespace.sty. It is an old package that has been replaced bysetspace, which should be part of any TeX distribution. – Alan Munn Sep 06 '11 at 00:40texlivedirectory, but use a local directory specifically for local additions. See Where do I place my own .sty files, to make them available to all my .tex files? for a general answer of how to install packages (but I repeat, don't installdoublespace.) – Alan Munn Sep 06 '11 at 00:50