Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texdoc palatino or times both give unexpected result #1

Closed
jfbu opened this issue Mar 30, 2018 · 5 comments
Closed

texdoc palatino or times both give unexpected result #1

jfbu opened this issue Mar 30, 2018 · 5 comments

Comments

@jfbu
Copy link

@jfbu jfbu commented Mar 30, 2018

Test:

$ texdoc -l palatino
 1 /usr/local/texlive/2018/texmf-dist/doc/latex/substitutefont/greek-palatino-didot.pdf
Enter number of file to view, RET to view 1, anything else to skip: 

This is a bit unexpected. Also

$ texdoc -l times
 1 /usr/local/texlive/2018/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.pdf
Enter number of file to view, RET to view 1, anything else to skip: 

These two (and others possibly, I have not tested more) should probably get aliased to psnfss2e.

@wtsnjp
Copy link
Member

@wtsnjp wtsnjp commented Mar 31, 2018

Thanks for reporting that.

I found that aliases for those cases are already exist on the texdoc.cnf but both commented out. Do anyone knows why?

#alias palatino  = psnfss2e
#alias times     = psnfss2e

@wtsnjp
Copy link
Member

@wtsnjp wtsnjp commented Mar 31, 2018

Anyway, I fixed this (d1f6c77)

@kberry
Copy link
Contributor

@kberry kberry commented Apr 2, 2018

i committed the new texdoc.cnf to tl (r47255). it returns psnfss2e.pdf for all the .sty files in the package.

i think palatino and times were commented out (as several of the others are) because when there were no other matches, psnfss2e.pdf already won, due to the references in the catalogue entry. the greek substitutefont stuff is relatively recent.

it seems it would be better if the results for these package names did not depend on whether new files with those names get created, so i guess we should uncomment them all, even if it is redundant in some cases at the moment.

@wtsnjp
Copy link
Member

@wtsnjp wtsnjp commented Apr 3, 2018

i guess we should uncomment them all

okay, will do.

@kberry
Copy link
Contributor

@kberry kberry commented Apr 18, 2018

i uncommented all the psnfss2e aliases for tl18. closing.

@kberry kberry closed this Apr 18, 2018
@kberry kberry mentioned this issue Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants