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

推荐订阅源

W
WeLiveSecurity
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
The Register - Security
The Register - Security
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
T
Threat Research - Cisco Blogs
S
SegmentFault 最新的问题
V2EX - 技术
V2EX - 技术
Hacker News: Ask HN
Hacker News: Ask HN
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Proofpoint News Feed
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
AI
AI
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
Hacker News - Newest:
Hacker News - Newest: "LLM"
B
Blog
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
U
Unit 42
腾讯CDC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
H
Help Net Security
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 热门话题
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
H
Heimdal Security Blog
博客园 - 聂微东
S
Securelist
大猫的无限游戏
大猫的无限游戏
Cloudbric
Cloudbric
Cisco Talos Blog
Cisco Talos Blog

The LaTeX Project

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