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

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

The LaTeX Project

Webinar on Accessible Mathematical Content in PDF 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! Pre-release 1 of LaTeX 2026-06-01 is available for testing 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
LaTeX 2026-06-01 released and distributed
2026-06-01 · via The LaTeX Project
Jun 1, 2026

We sent the 2026-06-01 release of the LaTeX kernel to CTAN at the weekend, and its already available in TeX Live (MiKTeX should follow soon).

News from the tagging project

Progress in embedding tagging code as part of a more general overhaul continues. The implementation of block structures, such as theorems, and headings (sections), has been updated. We are well on the way to providing a flexible interface that many document authors will be able to use without needing additional code or packages.

This work is also an opportunity to look back at (long-standing) LaTeX code and to see where there are issues. As well as refining some spacing, we have addressed a long-standing technical wrinkle: (mis)using math mode simply to align material vertically. This ‘fake math’ is a serious tagging issue but also shows up where the user wants, for example, to apply a color change to all mathematics. With this release, the use of math mode is essentially restricted to ‘true math’.

Work on better supporting languages has been ongoing, with new language and other-languages keys for \DocumentMetadata; these support standard BCP-47 strings such as en-GB.

Working on templates has prompted us to further revise some concepts that have been added to the kernel in recent years, to align the code more closely with the most natural pathways for users.

Other improvements and changes

Work of course is not restricted to tagging. There are further improvements to copy-paste of symbols, several bug fixes for corner cases in amsmath, and more language support for varioref. At the lower level, work on the L3 programming layer continues; notably here, we have made adjustments to better support the up engine in creating programmatic strings.

The newsletter also covers various other small enhancements or corrections that we provide with the June release.

Enjoy – Joseph