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

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

Some TeX Developments

ltx-talk: Progress Moving on from achemso ltx-talk: A new class for presentations The tagging project and beamer LearnLaTeX in more languages The mythical LaTeX3 Engine news from the LaTeX Project Tagging project progress Get the Jag: from x-type to e-type Uncertainties in siunitx
ConTeXt in TeX Live
Joseph Wright · 2025-06-08 · via Some TeX Developments

ConTeXt has traditionally had a somewhat different distribution approach to other TeX code. The ConTeXt developers provide a stand-alone installer which provides the macro and Lua code which make up ConTeXt, the binaries which are needed and fonts in a predictable way. This self-contained approach makes it easier to ensure that macros, Lua and binaries are all matched up.

A version of ConTeXt does go into TeX Live, but to date that’s been a once-a-year change with some non-trivial work to match up with how TeX Live works. That’s now changed: Max Chernoff has set up a scripted approach which automatically does the work and means that ConTeXt in TeX Live will now only be a day or two behind the official release.

This will be really useful for anyone working with mixed TeX formats (ConTeXt, LaTeX, plain, OpTeX), as they’ll not have to worry if they are using ConTeXt from TeX Live or from the standalone. It also means it will be easier to test other TeX code against current ConTeXt just by using a single standard setup. That should be good for example for testing generic expl3 loading in ConTeXt, something we’ve worked on recently.