Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-01 | 354 Bytes | |
tinytex 0.54 source code.tar.gz | 2024-11-01 | 53.9 kB | |
tinytex 0.54 source code.zip | 2024-11-01 | 75.3 kB | |
Totals: 3 Items | 129.6 kB | 0 |
-
Provided an internal function
tinytex:::ctan_mirrors()
to return a data frame containing information about all CTAN mirrors (#450). -
Changed
which
tocommand -v
in the installation script for *nix. The latter is more portable because it is a built-in shell feature, andwhich
is an external utility that is not necessarily installed (#451).