| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-28 | 2.6 kB | |
| tinytex 0.59 source code.tar.gz | 2026-03-28 | 71.1 kB | |
| tinytex 0.59 source code.zip | 2026-03-28 | 98.9 kB | |
| Totals: 3 Items | 172.6 kB | 4 | |
-
Fixed font package detection for fonts with spaces in their names (e.g., "Noto Emoji", "DejaVu Sans"). Previously,
latexmk()failed to automatically install the missing font package because the search pattern preserved the space, but font files never have spaces in their names (thanks, @cderv, [#478], [#479]). -
Added detection for PDF/A errors and automatic installation of the latex-lab package when
\DocumentMetadatasupport files are missing (thanks, @cderv). -
Added the colorprofiles, latex-lab, and pdfmanagement-testphase packages to the
TinyTeXbundle to better support PDF/A document compilation (thanks, @cderv, @gordonwoodhull, [#481], [#482]). -
Support TeX Live on macOS when symlinks are installed to
/Library/TeX/texbin(a standard MacTeX-style installation), so that users no longer need to manually adjustPATH. -
TinyTeX prebuilt binaries are now provided for ARM64 Linux (
aarch64) (thanks, @edavidaja, [#483]). -
TinyTeX prebuilt binaries are now provided for x86_64 musl Linux (Alpine Linux and other musl-based distributions), so Docker/Alpine users can install TinyTeX with a fast binary download instead of a slow source build (#485, [#487]).
-
The TinyTeX release binary naming scheme has been updated to
TinyTeX-{N}-{os}[-{arch}].{ext}(e.g.,TinyTeX-1-linux-x86_64.tar.xz,TinyTeX-1-linux-arm64.tar.xz,TinyTeX-1-darwin.tar.xz). Old-style names remain available as backward-compatible copies (#484). -
install_tinytex()andinstall-bin-unix.shnow automatically detect and use the new naming scheme for versions after2026.03.02, and fall back to the old naming for older versions. -
The default CTAN repository is now
https://tlnet.yihui.org(a CDN-based mirror hosted on Cloudflare). If this is not accessible, the installer falls back tohttps://mirror.ctan.org. -
The Windows installation scripts (
install-windows.batandinstall-bin-windows.bat) have been rewritten in PowerShell; the.batfiles are now thin wrappers that download and run the corresponding.ps1scripts (#492, [#493]). -
Suppress spurious warnings from
tlmgr_version()whentlmgrcannot be executed (https://github.com/rstudio/rmarkdown/issues/2612). -
On macOS, TinyTeX now uses
/etc/paths.d/TinyTeXto add the TinyTeX binary directory toPATHwhen/usr/local/binis not writable, instead of recursively changing the ownership of/usr/local/bin. The previous behavior (usingtlmgr path add) is preserved for users who have already made/usr/local/binwritable. This fixes a filesystem security issue (thanks, @r2evans, [#463], [#489]).