The latest update (a few minutes ago) is deemed the #TeXlive 2026 snapshot of #ConTeXt #LMTX.

#TeXConTeXt

The announced update has happened.

Beware of changes WRT footnotes!

Full announcement:
https://mailman.ntg.nl/archives/list/n[email protected]/thread/DGZ4OPUVDEI7BW6FSTZ5RUXIFZ3QHIKX/

Another addition is:
\setuplayout[grid=snapping]
different grid snapping model that delegates more to the TeX engine. Some info in beyond-snapping.tex; still experimental. Some mechanisms (like section heads & math) accept a snapping parameter.

Several bug fixes & small enhancements.

Wolfgang updated the interface definition files!

Prep for #TeXlive 26

#ConTeXt #TeXConTeXt #LMTX

update - ntg-context - Mailing Lists

⚠️ The upcoming ConTeXt update has changes WRT footnotes.

Better install it beside your current one instead of just updating and check if everything works as intended.

Full announcement in https://mailman.ntg.nl/archives/list/n[email protected]/thread/UQ3RKCRNII5WR3JWEOPHIPBULWB6XB5J/

Maybe also have a look in the manual “beyond-inserts”.

#ConTeXt #TeXConTeXt #LMTX

Last night’s bugfix update for #ConTeXt #LMTX should fix a broken Mac binary and wrong frames around columns.

The latest #ConTeXt #LMTX update has:

❧ a few bugfixes
❧ new parinject feature*
❧ new tabulate column key P
❧ shaping penalties*
❧ improvements in \column uses in column sets
❧ prelim. Gaelic language support (waiting for users)
❧ a bit more documentation

*) see https://tex.stackexchange.com/questions/757885/context-inset-bible-chapter-numbers-mid-paragraph/758011#758011

ConTeXt’s sourcecode is slowly moving from github to codeberg!
(ATM the cb repo is secondary and needs to get updated manually, but it will become the main one over time.)

https://codeberg.org/contextgarden

#ConTeXt #LuaMetaTeX #LMTX #TeXConTeXt #Codeberg

ConTeXt repository

ConTeXt is a macro package. The current version uses LuaMetaTeX and the combination is tagged ConTeXt LMTX.

Codeberg.org

It’s this time of the year when everyone asks for donations.
Here’s how you make an EPC QR code for SEPA transfers in #ConTeXt #LMTX:

\startluacode
local sum = 50.0
local subject = "Donation"
local qrtext=string.format([[BCD
002
1
SCT
RABONL2U
ConTeXt Group
NL04RABO0163223726
EUR%.02f
CHAR
%s
]], sum, subject)
figures.qrcode(qrtext,"blue",tex.sp("5cm"))
\stopluacode

According to
https://en.wikipedia.org/wiki/EPC_QR_code
it works with banks in Austria, Belgium, Finland, Germany, and The Netherlands.

There’s a new update for #ConTeXt #LMTX, it fixes a few bugs – nothing known about new features.
@b4ux1t3 I share many of your complaints and I found, years ago, a good alternative in #ConTeXt #LMTX . At the time I wondered, just like you now, why that solution was so underestimated! @context
Today’s small update for #ConTeXt #LMTX fixes the win32 binary (there‘s one user who needs it) and adds the sources of the new column sets manual (in progress).