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

推荐订阅源

WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
Cloudbric
Cloudbric
P
Palo Alto Networks Blog
T
Threatpost
T
Tor Project blog
T
Tenable Blog
AWS News Blog
AWS News Blog
Project Zero
Project Zero
L
LangChain Blog
Cyberwarzone
Cyberwarzone
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
C
CERT Recently Published Vulnerability Notes
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Latest
Security Latest
云风的 BLOG
云风的 BLOG
I
Intezer
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
A
Arctic Wolf
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
MongoDB | Blog
MongoDB | Blog
aimingoo的专栏
aimingoo的专栏
K
Kaspersky official blog
Jina AI
Jina AI
N
News | PayPal Newsroom
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Recorded Future
Recorded Future
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Secure Thoughts
TaoSecurity Blog
TaoSecurity Blog
P
Privacy & Cybersecurity Law Blog
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
IT之家
IT之家
Forbes - Security
Forbes - Security
The Hacker News
The Hacker News
Last Week in AI
Last Week in AI
T
Threat Research - Cisco Blogs
Y
Y Combinator Blog

Some TeX Developments

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.