From d6a5ac386b6af222defafacac37e31506fbfd583 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 19 Nov 2024 07:59:03 -0800 Subject: [PATCH] Update `ctanpkglist.py` reference Signed-off-by: Emmanuel Ferdman --- dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README.md b/dev/README.md index 6f0ad6756..1a5248061 100644 --- a/dev/README.md +++ b/dev/README.md @@ -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