It is a simple question to which I am not able to find the answer:
Given a LaTeX command, how do I find out what package(s) it belongs to or comes from?
For example, given the \qquad horizontal spacing command, what package does it come from? Especially troublesome since it works without including any package!
Consult your references:
latex.ltxor in one of the standard class files, not in a package.find /usr/share/texmf -name '*.sty', but be prepared for a painful exercise.