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

推荐订阅源

有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
V
V2EX
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
T
The Blog of Author Tim Ferriss
月光博客
月光博客
云风的 BLOG
云风的 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.