惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
L
LangChain Blog
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
V
V2EX

The LaTeX Project

TUG 2026 Talks workshop at DocEng'26 in Fribourg Webinar on Accessible Mathematical Content in PDF LaTeX 2026-06-01 released and distributed Time for testing: the final pre-release for 2026-06 is available New Best Practice Guide for Mathematical Content in PDF PDF Association’s press release: Accessible math in PDF – finally! LaTeX 2025-11-01 released and distributed Accessibility of STEM documents - talk at PDF days 2025 in Berlin Pre-release 3 of LaTeX 2025-11-01 is available for testing LaTeX 2025-06-01 released and distributed Retirement of the LaTeX-L mailing list Pre-release 4 of LaTeX 2025-06-01 is available for testing Final pre-release of LaTeX 2025-06-01 is available for testing New TeXLive.net server & Book Discounts
Pre-release 1 of LaTeX 2026-06-01 is available for testing
2026-01-27 · via The LaTeX Project
Jan 27, 2026

The first pre-release version for the 2026-06-01 LaTeX kernel went to CTAN few days ago: it’s now in TeX Live, and we hope people will test it out.

Work continues on bringing more flexible and predictable design support to different areas of the kernel: this is needed for tagged PDF output but also helps more generally in making it easier to customize LaTeX.

Most notably, block environments (such as lists, quotes and proofs), and sectioning commands (\chapter, \section and so forth) have been re-implemented using the template system. This means that the code is entirely new if you use \DocumentMetadata. This is an area that we’d particularly encourage interested users to test, particularly with varied package loading. For the more adventurous, please try out modifying the instances (or even providing additional templates)!

We are now emulating all keys of the enumitem package and \usepackage{enumitem} will simply be ignored when \DocumentMetadatais loaded. As this is not yet a full emulation we are very much interested in feedback on things that do not work yet or work differently. Thus, please report issues at the tagging project repository.

Supporting work on the lower-level template and document command architecture continues, with a modification to the -NoValue- concept and support for recovering instance values.

To help users find the various newer features, we have made a start on a single documentation file, currently called latex-cmds (very much a working title). This already contains the documentation for

  • Hooks (including shipout, command and generic hooks)
  • Properties
  • Sockets
  • Templates

and over time we expect to add more information, first for newer features and then more generally.

For full details of all of the changes planned for 2026-06-01, see the draft LaTeX News 43.

Enjoy — Joseph