Skip to content

Commit

Permalink
Merge pull request #4465 from emmanuel-ferdman/master
Browse files Browse the repository at this point in the history
Update `ctanpkglist.py` reference
  • Loading branch information
James-Yu authored Nov 19, 2024
2 parents 10d8c0a + d6a5ac3 commit c315c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Getting a proper list of packages is tricky as the package names (as listed by C
- If `pkg.sty` exists in the TeXLive Package database, store `pkg` for package intellisense.
- If not, search if a package `pkg/` exists in the TeXLive Package database and look up a file whose lowercase name matches `pkg`. If it is found, then save it for package intellisense.

As some packages cannot be properly detected using the above mechanism, we maintain a list of extra packages to be added to the list in [extra-packagenames.json](extra-packagenames.json). These packages are automatically added at the end of the [`ctanpkglist.py`](dev/ctanpkglist.py) script.
As some packages cannot be properly detected using the above mechanism, we maintain a list of extra packages to be added to the list in [extra-packagenames.json](extra-packagenames.json). These packages are automatically added at the end of the [`ctanpkglist.py`](ctanpkglist.py) script.

### unimathsymbols.py

Expand Down

0 comments on commit c315c5e

Please sign in to comment.