General ⇒ finding sty files
finding sty files
$ 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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10361
- Joined: Mon Mar 10, 2008 9:44 pm
finding sty files
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