TeX-Live / texdoc

Find and view documentation in TeX Live
https://tug.org/texdoc/
GNU General Public License v3.0
47 stars 8 forks source link

texdoc metafun finds mycow.pdf #109

Closed kberry closed 1 year ago

kberry commented 1 year ago

Texdoc 4.0.1 (2023-02-27) in current TL, texdoc -l metafun reports:

 1 texmf-dist/doc/context/sources/general/manuals/metafun/mycow.pdf             
 2 texmf-dist/doc/context/sources/general/manuals/metafun/somecow.pdf           
 3 texmf-dist/doc/context/documents/general/manuals/metafun-p.pdf               
 4 texmf-dist/doc/context/documents/general/manuals/metafun-s.pdf        

I guess the directory "metafun" is beating "metafun" as a substring in the filename. That's understandable, but nevertheless, the manuals are the -p.pdf (print size, a4) and -s.pdf (screen format, landscape orientation) files. Hans has used that convention in the past for other things, but I'm not seeing anything else currently in TL with those suffixes.

So maybe just a special case for metafun is the right thing.

wtsnjp commented 1 year ago

This is fixed by f2fb792.