TeX Live 2025
Ken Brown
kbrown@cornell.edu
Mon Apr 21 14:06:37 GMT 2025
Cygwin's TeX Live packages have been updated to the latest upstream
release, TeX Live 2025.
TeX Live provides a comprehensive, cross-platform TeX system. It
includes all the major TeX-related programs, macro packages, and fonts
that are free software, including support for many languages around the
world. For more information, see
https://www.tug.org/texlive/
See
https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#news
for a list of changes since TeX Live 2024, and see
https://tug.org/texlive/bugs.html
for a list of known issues in TeX Live 2025.
The TeX Live executables and supporting libraries are contained in the
following Cygwin packages:
* texlive-20250416-1
* libkpathsea6-20250416-1
* libkpathsea-devel-20250416-1
libkpathsea is a TeX file and path search library.
* libptexenc1-20250416-1
* libptexenc-devel-20250416-1
libptexenc is a TeX Unicode encoding library.
* libsync2-20250416-1
* libsync-devel-20250416-1
libsync is a TeX source/output synchronization library.
* libtexlua53_5-20250416-1
* libtexlua53-devel-20250416-1
libtexlua53 is a TeX lua scripting library.
* libtexluajit2-20250416-1
* libtexluajit-devel-20250416-1
libtexluajit is a TeX Just-In-Time lua compiler library.
* asymptote-3.01-1
Asymptote is a powerful descriptive vector graphics language for
technical drawing, inspired by MetaPost but with an improved C++-like
syntax. Asymptote provides for figures the same high-quality
typesetting that LaTeX does for scientific text.
In addition, upstream TeX Live provides thousands of "packages", grouped
into "collections". There is a Cygwin package for each upstream
collection; there are also Cygwin packages containing documentation for
many of the collections.
* texlive-collection-basic-20250416-1
* texlive-collection-basic-doc-20250416-1
* texlive-collection-bibtexextra-20250416-1
* texlive-collection-bibtexextra-doc-20250416-1
* texlive-collection-binextra-20250416-1
* texlive-collection-binextra-doc-20250416-1
* texlive-collection-context-20250416-1
* texlive-collection-context-doc-20250416-1
* texlive-collection-fontsextra-20250416-1
* texlive-collection-fontsextra-doc-20250416-1
* texlive-collection-fontsrecommended-20250416-1
* texlive-collection-fontsrecommended-doc-20250416-1
* texlive-collection-fontutils-20250416-1
* texlive-collection-fontutils-doc-20250416-1
* texlive-collection-formatsextra-20250416-1
* texlive-collection-games-20250416-1
* texlive-collection-humanities-20250416-1
* texlive-collection-humanities-doc-20250416-1
* texlive-collection-langarabic-20250416-1
* texlive-collection-langchinese-20250416-1
* texlive-collection-langcjk-20250416-1
* texlive-collection-langcyrillic-20250416-1
* texlive-collection-langczechslovak-20250416-1
* texlive-collection-langenglish-20250416-1
* texlive-collection-langeuropean-20250416-1
* texlive-collection-langfrench-20250416-1
* texlive-collection-langgerman-20250416-1
* texlive-collection-langgreek-20250416-1
* texlive-collection-langitalian-20250416-1
* texlive-collection-langjapanese-20250416-1
* texlive-collection-langkorean-20250416-1
* texlive-collection-langother-20250416-1
* texlive-collection-langpolish-20250416-1
* texlive-collection-langportuguese-20250416-1
* texlive-collection-langspanish-20250416-1
* texlive-collection-latex-20250416-1
* texlive-collection-latex-doc-20250416-1
* texlive-collection-latexextra-20250416-1
* texlive-collection-latexextra-doc-20250416-1
* texlive-collection-latexrecommended-20250416-1
* texlive-collection-latexrecommended-doc-20250416-1
* texlive-collection-luatex-20250416-1
* texlive-collection-luatex-doc-20250416-1
* texlive-collection-mathscience-20250416-1
* texlive-collection-mathscience-doc-20250416-1
* texlive-collection-metapost-20250416-1
* texlive-collection-metapost-doc-20250416-1
* texlive-collection-music-20250416-1
* texlive-collection-music-doc-20250416-1
* texlive-collection-pictures-20250416-1
* texlive-collection-pictures-doc-20250416-1
* texlive-collection-plaingeneric-20250416-1
* texlive-collection-plaingeneric-doc-20250416-1
* texlive-collection-pstricks-20250416-1
* texlive-collection-pstricks-doc-20250416-1
* texlive-collection-publishers-20250416-1
* texlive-collection-publishers-doc-20250416-1
* texlive-collection-xetex-20250416-1
* texlive-collection-xetex-doc-20250416-1
Recommendations
===============
Most people do not need the full TeX Live installation, which is huge
and can take a long time to install. If you're not sure what you need,
here are some possible ways to start:
Minimal: Install texlive and its dependencies. This provides plain TeX
but not LaTeX.
Basic: Install texlive-collection-latex and its dependencies. This is a
minimal installation with LaTeX.
Small: Install texlive-collection-latexrecommended and its dependencies.
This provides the most commonly used non-graphics LaTeX packages.
Install texlive-collection-pictures if you want the standard graphics
packages too.
Medium: Install texlive-collection-binextra,
texlive-collection-fontsrecommended, texlive-collection-fontutils,
texlive-collection-latexrecommended, texlive-collection-luatex,
texlive-collection-mathscience, texlive-collection-metapost,
texlive-collection-plaingeneric, and texlive-collection-xetex.
Fontconfig
==========
There is a script /usr/bin/texlive-enable-fontconfig that you can run if
you want the fonts distributed with TeX Live to be available to
applications that rely on fontconfig. See
/usr/share/doc/texlive/README.Cygwin for more details. (The script can
take a few minutes to run, so be patient.)
tlmgr
=====
texlive-collection-basic includes a restricted version of the tlmgr (TeX
Live Manager) utility. See
/usr/share/doc/texlive-collection-basic/README.Cygwin for more details.
Ken
More information about the Cygwin-announce
mailing list