lvjr / texfindpkg

Query or install TeX packages and their dependencies
https://ctan.org/pkg/texfindpkg
5 stars 0 forks source link

Only alphabetically first package/class defining a command is found #5

Closed amunn closed 1 year ago

amunn commented 1 year ago

Thanks for writing this, it has a lot of potential. Right now, however, only the first package or class to define a command is found.

E.g.

texfindpkg query '\chapter' finds amsbook.cls but not book, memoir etc. texfindpkg query '\Tree' finds logicpuzzles but not qtree, tikz-qtree, xyling etc.

I suspect that for the command finding function, finding dependencies is less important than finding the package(s) that define the command, since most people I suspect have a fairly complete distribution installed anyway.

lvjr commented 1 year ago

I will fix this issue in next release.

lvjr commented 1 year ago

I have uploaded version 2023E to CTAN.