> "Simply copy the file latex-cover.sty in a directory where tex can find
> it."
> 
> What I cannot figure is where to put the file so that "tex can find it"

Non-trivial answer, in any of a number of directories listed somewhere.
It's similar to $PATH, but can also work recursively (trailing
double-slash).

kpsewhich -show-path=.tex

shows the currently active path for .tex, .sty, .cls etc files. The "!!"
means to ignore the ls-lR index file. Using the index file means that
the directory tree will not be searched, only the index file is
consulted (potentially bad trap for the unweary).

Your best option probably is to simply copy it into the current
directory, which is in all default paths.

Volker

-- 
Volker Kuhlmann                 is possibly list0570 with the domain in header
http://volker.dnsalias.net/             Please do not CC list postings to me.

Reply via email to