The LaTeX Project Team submitted an update to the
l3kernel-dev
package.
Version: 2026-02-18
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
--------------------------------------------------------------------------------
## [2026-02-18]
### Added
- `\coffin_pole:Nn`
- `\dim_horizontal:(n|N|c)` and `\dim_vertical:(n|N|c)`
- `\keyval_map_inline:nnn`, `\keyval_map_break:`, and `\keyval_map_break:n`
- `\msg_expandable_error:nneee` and related `e`-type variants
- `\vbox_center:n`, `\vbox_center:nn`, `\vbox:nn` and `\vbox_top:nn`
- `\vbox_top_to_ht:nn`
- `\opacity_begin:n`/`\opacity_end:` and fill/stroke versions
- Efficient `v`-type variants for `\dim_compare:nNn(TF)` and
`\int_compare:nNn(TF)`
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex-dev/required/l3kernel
More information is at
https://ctan.org/pkg/l3kernel-dev
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Matthew Bertucci submitted an update to the
>
> keytheorems
>
> package.
>
> Version: 0.3.4 2026-02-17
> License: lppl1.3c
>
> Summary description: An l3keys interface to amsthm
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Updates since v0.2.6:
>
> ## v0.3.4
> - add `plural-refname` and `plural-Refname` theorem keys (https://github.com/mbertucci47/keytheorems/issues/50)
> - add `legacy2e` theorem style
> - add `tcb-append` key
>
> ## v0.3.3
> - make `\IfRestating(TF)` expandable
> - update required LaTeX to 2025-06-01
>
> ## v0.3.2
> - fix marks in memoir class to match `\listoffigures`
> - add `swapnumber` functionality for `\listofkeytheorems` in memoir and AMS classes
> - add `one-col` list key
> - change initial values for `refname` and `Refname`
> - speed up package loading (https://tex.stackexchange.com/a/751122/208544)
>
> ## v0.3.1
> - add `sharenumbers` alias for `siblings` key of the `predefined` option (https://github.com/mbertucci47/keytheorems/issues/28)
> - allow for beamer overlays with `noamsthm` option (https://github.com/mbertucci47/keytheorems/issues/16)
> - add ltx-talk class support
> - documentation improvements (https://github.com/mbertucci47/keytheorems/issues/30)
> - give subfiles example in the documentation (https://github.com/mbertucci47/keytheorems/issues/32)
>
> ## v0.3.0
> - no longer `\edef` qed symbol (https://tex.stackexchange.com/q/745584/208544)
> - add `predefined` option
> - make `\keythms_getthm_theorem:nnnnn`, `\keythms_getthm_body:nnn`, and `\keythms_listof_listcmd:nnnnnnn` public (https://github.com/mbertucci47/keytheorems/issues/23)
>
> ## v0.2.7
> - fix #20 (https://github.com/mbertucci47/keytheorems/issues/20)
> - fix #21 (https://github.com/mbertucci47/keytheorems/issues/21)
> - define `\<env>autorefname` using `\MakeLowercase` and `\<env>Autorefname` using `\MakeUppercase`
> - add `margin` key as shortcut for setting both `leftmargin` and `rightmargin`
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/keytheorems
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/keytheorems/
>
> ----------------------------------------------------------------------
>
> Thanks for the upload.
>
> For the CTAN Team
> Vincent Goulet
>
> ----------------------------------------------------------------------
>
> CTAN is run entirely by volunteers and supported by TeX user groups.
> Please join a user group or donate to one, see https://ctan.org/lugs
Alceu Frigeri submitted the
tokglobalstack
package.
Version number: 1.0 2026-02-18
License type: agpl3 lppl1.3c
Summary description: Dedicated global stacks implementations
Announcement text:
----------------------------------------------------------------------
This offers two implementations for global stacks. One setting an explicit
global variable, another defining custom commands to handle an associated global
stack.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tokglobalstack
More information is at
https://www.ctan.org/pkg/tokglobalstack
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Alceu Frigeri submitted the
tokgroupmark
package.
Version number: 1.0 2026-02-18
License type: agpl3 lppl1.3c
Summary description: Restoring tokens after closing multiple groups
Announcement text:
----------------------------------------------------------------------
This small package allows to preserve some tokens, past the end of an
undetermined set of local groups.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tokgroupmark
More information is at
https://www.ctan.org/pkg/tokgroupmark
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Alain Matthes submitted an update to the
tkz-elements
package.
Version: 5.00c 2026-02-17
License: lppl1.3c
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
----------------------------------------------------------------------
Docs:
Major Documentation Restructuring
The documentation is now structured into four coherent parts:
Geometry Core
Algebra and Tools
Lua and Integration
Mathematical and Computational Foundations
This restructuring improves conceptual clarity and clearly separates
geometric theory from implementation details.
New Sections:
Added subsection "Special Characters and Catcodes"
Added new section:
Computational Model and Geometric Engine
Added:
in line - Added method where_on_line.
New Classes
Added class fct (function)
Added class pfct (parametric function)
Standard tables introduced: - F → functions - PF → parametric functions
Added class list_point
Changed:
Unified Geometric Position Model
A major harmonization of geometric relation methods has been introduced.
Standardized Return Values
All geometric position methods now consistently return:
"ON", "IN", "OUT"
or relation-specific classifications (e.g. "TANGENT", "DISJOINT", etc.)
Boolean wrappers remain available for backward compatibility.
line: New & Updated Methods
line:position(pt)\ → Returns "ON" or "OUT".
line:in_out(pt)\ → Boolean wrapper of position.
line:path(n)\ → Parameter n is now documented.
circle
circle:position(obj) now accepts generic objects:
Relation names are now consistently uppercase:
point: IN, ON, OUT
line: DISJOINT, TANGENT, INTERSECT
circle: Extended circle--circle classification
triangle:
on_triangle
New Attributes: alpha_ , beta_, gamma_, orientation, cross
angle: Major development and stabilization. - value and deg are
now attributes\ (no longer methods).
path: - path:count() is now documented.
- tkzSetCountFromPath is now documented.
- Improved integration between list_point and path.
New Macros (Graph Support): For fct and pfct:
\tkzDrawPointOnGraph
\tkzDrawPointsOnGraph
\tkzDrawPointOnParamGraph
\tkzDrawPointsOnParamGraph
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tkz-elements
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-elements/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Johan Larsson submitted an update to the
moloch
package.
Version: 2.2.0
License: cc-by-sa-4
Summary description: Beamer theme based on Metropolis
Announcement text:
--------------------------------------------------------------------------------
This release of Moloch primarily modifies the frametitle
styling, making it conform closer to the original design
from Metropolis.
See the changelog below for details.
Features
- increase margin between frame title and subtitle (f8e8725)
- increase top-bottom margins for frametitle, use strut (f537931)
Bug Fixes
- add missing color option for title separator (1221aed), closes #70
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/moloch
More information is at
https://ctan.org/pkg/moloch
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Marei Peischl submitted an update to the
bfh-ci
package.
Version: 2.2.6 2026-01-12
License: lppl1.3c
Summary description: Corporate Design for Bern University of Applied Sciences
Announcement text:
--------------------------------------------------------------------------------
## BFH-CI v2.2.6
Finally we managed to update the CTAN version to follow the internal changes.
Includes multiple fixes and some feature extensions across all provided document types.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/bfh-ci
More information is at
https://ctan.org/pkg/bfh-ci
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Jasper Habicht submitted an update to the
rpgicons
package.
Version: 2.5.2 2026-02-15
License: lppl1.3c
Summary description: Icons for tabletop role-playing games
Announcement text:
----------------------------------------------------------------------
- Added variants for melee, bard and jewellery shape.
- Improve documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/rpgicons
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/rpgicons/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Oliver Beery submitted an update to the
fontscale
package.
Version number: 5.0.0 2026-02-17
License type: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
----------------------------------------------------------------------
## [v5.0.0] - 2026-02-17
### Changed
- Major update before TeX Live 2026. This update includes many changes that are backwards incompatible.
- Updated requirements:
- Now requires `l3kernel` version 2023-11-01.
- No longer incompatible with the `scalefnt` package.
- The documentation no longer uses the terms "font step" and "font scale" to describe the font size. All package features which relied on the "font step" or "font scale" have been removed or redesigned. In hindsight, I do not find these concepts to be particularly helpful for users. Moreover, this had led to large package feature bloat.
- The documentation has been completely rewritten.
- Improved performance in the package code added to the `selectfont` hook.
- Keys `<font size command>/scale` renamed to `<font size command>/size-normalsize-ratio`.
- All font size commands defined by this package now issue an error instead of a warning if used in math mode.
- Improved the warning message in `\fontscalesetup` when the lengths of the font sizes are not correctly ordered from `\tiny` to `\Huge`.
- `\currentfontsize`, `\currentfontbaselineskip`, and `\currentnormalsize` are now proper lengths instead of expandable commands. This is more convenient when performing computations.
- `\setfontsize` now has an `o`- instead of an `s`-type argument with a new functionality.
- `\printfontsizecommand` now prints the command name in `\ttfamily`.
### Removed
- Files:
- `fontscale-v3.sty` (no support for versions older than 5.0.0)
- `fontscale-code.pdf`
- Keys:
- `typographic-scale/classic-10pt`
- `typographic-scale/classic-11pt`
- `typographic-scale/classic-12pt`
- `typographic-scale/classic-10bp`
- `typographic-scale/classic-11bp`
- `typographic-scale/classic-12bp`
- `typographic-scale/classic-10dd`
- `typographic-scale/classic-11dd`
- `typographic-scale/classic-12dd`
- `typographic-scale/classic-10nd`
- `typographic-scale/classic-11nd`
- `typographic-scale/classic-12nd`
- `classic-10pt`
- `classic-11pt`
- `classic-12pt`
- `classic-10bp`
- `classic-11bp`
- `classic-12bp`
- `classic-10dd`
- `classic-11dd`
- `classic-12dd`
- `classic-10nd`
- `classic-11nd`
- `classic-12nd`
- `magscale` (lacks use case)
- Commands:
- `\currentfontstep`, `\currentfontscale`
- `\setfontstep`, `\setfontscale`
- `\scalefont` (redundant with `\setfontsize` and `\currentfontsize`)
- `\setfontsizebaselineskip` (redundant with `\setfontsize`)
- `\setfontbaselineskip` `s`-type argument (redundant with
`\currentfontbaselineskip`)
- `\printfontsizeparameters`, `\printallfontsizeparameters`
- Variables:
- `\c_fontscale_<font size command>_step_fp`
- `\c_fontscale_normalsize_scale_fp`
- `\l_fontscale_<font size command>_scale_fp`
- `\l_fontscale_step_fp`, `\l_fontscale_scale_fp`
### Added
- Keys:
- `typographic-scale/classic`
- `classic`
- `classic/base`
- `classic/point`
- `\stepfontsize`
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fontscale
More information is at
https://www.ctan.org/pkg/fontscale
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs