You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for package names without any document, Texdoc automatically executes the fuzzy search and delivers the results. For instance, with a query "genmisc":
However, a package named "genmisc" actually exists in TeX Live. IMO, in case that a package exactly matches to a query exists in TeX Live, it is better to say something like
$ texdoc <kw>
Package <kw> exists, but unfortunately no documentaiton found.
Try `tlmgr info <kw>` for some information about the package.
than silently performing the fuzzy search and deriver results for another package found with the feature.
At this point, the cache files generated by the database texlive.tlpdb does not include any information about packages without any document. This means Texdoc can't recognize the names of such packages. To implement this enhancement, such names also need to be included in the cache files.
The text was updated successfully, but these errors were encountered:
Not that it matters for the general issue, but FYI, I just finished splitting genmisc into its component (mostly single file) packages and deleted genmisc itself. There are plenty of other packages that only exist in TL for testing, though, e.g., afm2pl.
Currently, for package names without any document, Texdoc automatically executes the fuzzy search and delivers the results. For instance, with a query "genmisc":
However, a package named "genmisc" actually exists in TeX Live. IMO, in case that a package exactly matches to a query exists in TeX Live, it is better to say something like
than silently performing the fuzzy search and deriver results for another package found with the feature.
At this point, the cache files generated by the database
texlive.tlpdb
does not include any information about packages without any document. This means Texdoc can't recognize the names of such packages. To implement this enhancement, such names also need to be included in the cache files.The text was updated successfully, but these errors were encountered: