I'm having a hell of a time finding subfigure.sty. In ubuntu I try:
$ kpsepath tex | tr : '\n'
Which shows called texmf directories. I've checked every directory under:
/var/lib/texmf
/home/me/texmf
/etc/texmf/
/usr/share/texmf/tex/
/usr/local/share/texmf
/usr/share/texlive
I see /home/me/texmf contains all package files I've installed manually with tlmgrbut where are the base sty files at? The sheer number of locations files are kept is a bit overwhelming.
Main reason I'm looking is I need to create a work around for an error “Command \c@lofdepth already defined” error I'm having. In any case I really should be aware where these files are kept.
General ⇒ finding sty files
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
finding sty files
Hello,
try:
Anyway, the package only has effect if you use it. And in that case I would switch to the newer
subfig package, or
subcaption.
Stefan
try:
kpsewhich subfigure.sty
Anyway, the package only has effect if you use it. And in that case I would switch to the newer


Stefan
LaTeX.org admin