Dohyun Kim submitted an update to the
luatexko
package.
Version: 5.3 2025-11-24
License: lppl1.3c
Summary description: Typeset Korean with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
- reset hb.space and parameters.space for harf-mode fonts:
Beware that the width of inter-word space can be affected by this fix.
- consider extend/squeeze option in vertical font setting:
Currently these two options do not work properly with node-mode vertical font.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luatexko
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luatexko/
------------------------------------------------------------------------
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
Javier Bezos López submitted an update to the
>
> babel
>
> package.
>
> Version: 25.16 2025-11-23
> License: lppl1.3
>
> Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Changes in version 25.16 are described in:
>
> https://latex3.github.io/babel/news/whats-new-in-babel-25.16.html
>
> Here is a summary:
>
> * Julian calendar.
> * New Greek counters without keraia
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/babel
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/required/babel/base/
>
> ----------------------------------------------------------------------
>
> 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
Cédric Pierquet submitted the
>
> vscodeicons
>
> package.
>
> Version: 0.1.0 2025-11-23
> License: lppl1.3c cc-by-sa mit
>
> Summary description: Use vscode icons through LaTeX commands
>
> Announcement text:
> ----------------------------------------------------------------------
>
> This package provides commands like twemojis which allow to use vscode icons through LaTeX commands.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/vscodeicons
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/vscodeicons/
>
> ----------------------------------------------------------------------
>
> 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
Romano Giannetti submitted an update to the
>
> CircuiTikZ
>
> package.
>
> Version: 1.8.3 2025-11-23
> License: lppl gpl
>
> Summary description: Draw electrical networks with TikZ
>
> Announcement text:
> ----------------------------------------------------------------------
>
> The main highlight of this version is the fix of the oo-type sources and transformers.
> They used parameters different from width and height to define the shape,
> and the anchors were not stable (and some of them were plain wrong).
> It also adds several capabilities to them (anchors, additional windings, and so on).
> Additionally, IGT thyristors and a couple of generic shapes (AC/DC symbols)
> have been added.
>
> - Add anchors, additional winding, global scale switch, and symbol
> rotation to the oo-type component
> - Add IGCT thyristors
> - Add ac/dc symbols
> - Fix definition and stabilize anchors of oo- and ooo-type components.
> - Fix encoding of the manual, removing some latin1 chars and
> converting to utf8. Why that was working is a mystery.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/circuitikz
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/graphics/pgf/contrib/circuitikz/
>
> ----------------------------------------------------------------------
>
> 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
The LaTeX Project Team submitted an update to the
l3kernel
package.
Version: 2025-11-14
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Fixed
- Fix `\peek_regex_remove_once:nTF` and `\peek_regex_remove_once:NTF`
on reinserting special token `{` or `}` (issue \#1805)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/required/l3kernel/
------------------------------------------------------------------------
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
Alceu Frigeri submitted an update to the
codedescribe
package.
Version: 1.18 2025-11-22
License: lppl1.3c gpl
Summary description: LaTeX code description and documentation
Announcement text:
----------------------------------------------------------------------
Addressing issues 16, 17 and (partially) 18. New commands for
setting locale, and companion package option (issue 17).
Added a package option to suppress some bad boxes warnings.
See manual.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/codedescribe
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/codedescribe/
------------------------------------------------------------------------
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
Plante submitted the
freemath
package.
Version: 1.0
License: lppl1.3c
Summary description: LaTeX maths without backslashes
Announcement text:
----------------------------------------------------------------------
The freemath package allows for the omission of backslashes from
most math mode commands. Specifically, any consecutive string of
at least two (Latin) letters appearing in math will automatically
be turned into the control sequence with the same name, if it exists.
The package provides the `\freemathon` and `\freemathoff` commands
which respectively activate and deactivate this behaviour.
It is disabled by default upon loading.
Regular commands initiated by a backslash may of course
still be used when freemath is active, and can furthermore
be freely mixed with backslash-free commands.
Example:
With freemath: `lim_{n to infty} int_Omega n log left( 1 + frac{f}{n} right) d mu`.
Without freemath: `\lim_{n \to \infty} \int_\Omega n \log\left( 1 + \frac{f}{n} ) d\mu`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/freemath
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/freemath/
------------------------------------------------------------------------
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
Jonathan P. Spratte submitted an update to the
ducksay
package.
Version: 2.8 2025-11-22
License: lppl1.3c
Summary description: Draw ASCII art of animals saying a specified message
Announcement text:
----------------------------------------------------------------------
This release fixes two bugs which were introduced by changes
in the kernel in 2025-06-01 and 2025-11-01.
- `tail-symbol` wasn’t using the correct category codes if the
symbol was a letter since `ltcmd`’s `v`-type no longer sets
all category codes to 12.
- `\AddColoredAnimal` wasn’t working due to the same reason and
the used regular expression being too restrictive.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ducksay
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ducksay/
------------------------------------------------------------------------
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
Benoît Corsini submitted the
slixte
package.
Version number: 2025-11-21
License type: lppl1.3c
Summary description: A customizable class for creating slides
Announcement text:
----------------------------------------------------------------------
A new class powered by beamer and tikz to create custom slides.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/slixte
More information is at
https://www.ctan.org/pkg/slixte
------------------------------------------------------------------------
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 an update to the
codedescribe
package.
Version number: 1.17 2025-11-20
License type: lppl1.3c gpl
Summary description: LaTeX code description and documentation
Announcement text:
----------------------------------------------------------------------
New auxiliary package codelstlang (defining a series of listings' TeX dialects)
and a companion package option to use those new dialects and others. A new code
key allowing the default listings style to be replaced by an user defined one.
See documentation for details.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/codedescribe
More information is at
https://www.ctan.org/pkg/codedescribe
------------------------------------------------------------------------
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
Shiro Takeda submitted an update to the
econ-bst
package.
Version: 3.3
License: lppl1.3c
Summary description: BibTeX style for economics papers
Announcement text:
----------------------------------------------------------------------
This is update of the existing package.
This update includes bug fixes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/econ-bst
The package’s files themselves can be inspected at
https://mirrors.ctan.org/biblio/bibtex/contrib/econ-bst/
------------------------------------------------------------------------
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
ablo González Luengo submitted an update to the
scontents
package.
Version number: 2.6 2025-11-20
License type: lppl1.3c
Summary description: Stores LaTeX contents in memory or files
Announcement text:
----------------------------------------------------------------------
Changes in v2.6 2025-11-20:
– Internal environment `verbatimsc` update for _tagged_ PDF.
– Update requirement to LaTeX release 2025-11-01.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/scontents
More information is at
https://www.ctan.org/pkg/scontents
------------------------------------------------------------------------
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
Dohyun Kim submitted an update to the
luatexko
package.
Version number: 5.2 2025-11-20
License type: lppl1.3c
Summary description: Typeset Korean with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
- new tagging plug for \uuline
- copy node attributes of leader box/rule to leader glue
- fix a bug in fontoptions.asc_desc[]
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luatexko
More information is at
https://www.ctan.org/pkg/luatexko
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
hvfloat
package.
Version: 2.55 2025-11-19
License: lppl
Summary description: Controlling captions, fullpage and doublepage floats
Announcement text:
----------------------------------------------------------------------
Bugfix for package trimclip and setting \hfuzz to prevent overfull hbox message
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hvfloat
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hvfloat/
------------------------------------------------------------------------
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
Apostolos Syropoulos submitted an update to the
asana-math
package.
Version number: 000.962 2025-11-19
License type: ofl
Summary description: A font to typeset maths in Xe(La)TeX and Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
The following changes have been documeneted:
000.959 Added Greek Letter Yot and Greek Capital Letter Yot
000.962 Character U+0060 was not a grave accent but an apostrophe
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/Asana-Math
More information is at
https://www.ctan.org/pkg/asana-math
------------------------------------------------------------------------
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
Elayson Abreu submitted an update to the
abntexto
package.
Version: 4.0.5-beta 2025-08-27
License: pd
Summary description: LaTeX class for formatting academic papers in ABNT standards
Announcement text:
--------------------------------------------------------------------------------
The version present in CTAN was not 4.0.5, as shown in the version status. This
should be corrected in this upload.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/abntexto
More information is at
https://ctan.org/pkg/abntexto
--------------------------------------------------------------------------------
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 .
Maxime Chupin submitted an update to the
>
> wordcloud
>
> package.
>
> Version: 0.3
> License: lppl1.3c
>
> Summary description: Drawing wordclouds with MetaPost and Lua
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Add PDF tagging mechanism for luamplib.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/wordcloud
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/graphics/metapost/contrib/macros/wordcloud/
>
> ----------------------------------------------------------------------
>
> 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
Daniel Flipo submitted an update to the
yfonts-otf
package.
Version: 0.61 2025-11-16
License: ofl lppl1.3
Summary description: OpenType version of the Old German fonts designed by Yannis Haralambous
Announcement text:
----------------------------------------------------------------------
Features "Alternate=0" and "Alternate=1" now work as intended
for LuaLaTeX and XeLaTeX. Feature "StylisticSet=2" deleted.
Thanks to Keno Wehr for pointing out the bug.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/yfonts-otf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/yfonts-otf/
------------------------------------------------------------------------
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
Rajeesh KV submitted an update to the
ArsenalMath
package.
Version: 0.9.2 2025-11-11
License: ofl
Summary description: Arsenal Math OpenType fonts
Announcement text:
--------------------------------------------------------------------------------
Update Arsenal Math fonts, version 0.9.2
- Added License file
- Added an option to set font scaling factor to LaTeX style file
- Changed Math Calligraphic alphabets to Arsenal Swash letter
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/arsenal-math
More information is at
https://ctan.org/pkg/arsenal-math
--------------------------------------------------------------------------------
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 number: 2.3.0 2025-11-16
License type: lppl1.3c
Summary description: Icons for tabletop role-playing games
Announcement text:
----------------------------------------------------------------------
. Added key to define custom keys in L3 variant.
- Added shape for emanation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/rpgicons
More information is at
https://www.ctan.org/pkg/rpgicons
------------------------------------------------------------------------
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
Jean-François Burnol submitted an update to the
zeckendorf
package.
Version number: 0.9d 2025-11-16
License type: lppl1.3c
Summary description: Knuth Fibonacci multiplication, Zeckendorf and Bergman
representations of big integers
Announcement text:
----------------------------------------------------------------------
An effort has been made to document completely the underlying mathematical
algorithms. The interactive interface has been extended with hexadecimal
notation for Zeckendorf and Bergman representations. There are some breaking
changes, check the PDF.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/zeckendorf
More information is at
https://www.ctan.org/pkg/zeckendorf
------------------------------------------------------------------------
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 an update to the
pkginfograb
package.
Version number: 1.2 2025-11-16
License type: lppl1.3c gpl
Summary description: Collect LaTeX package information in a regular way
Announcement text:
----------------------------------------------------------------------
Added commands to set package's info and call \ProvidesExplPackage / \ProvidesExplClass
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pkginfograb
More information is at
https://www.ctan.org/pkg/pkginfograb
------------------------------------------------------------------------
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
Moritz Schubotz submitted an update to the
texvc
package.
Version: 1.3 2025-11-15
License: lppl1.3
Summary description: Use MediaWiki LaTeX commands
Announcement text:
----------------------------------------------------------------------
MediaWiki, the software behind Wikipedia, Encyclopedia of Mathematics,
MaRDI, and many other projects, supports TeX-like commands to render
mathematical formulae.
The LaTeX package texvc describes the supported commands and defines
custom commands.
Version 1.3 provides a complete list with all usable LaTeX macros
(including those defined by other packages) and preloads all packages
that are required to render the macros used in MediaWiki projects.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texvc
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/texvc/
------------------------------------------------------------------------
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
Alceu Frigeri submitted an update to the
>
> tikzfxgraph
>
> package.
>
> Version: 1.1 2025-11-15
> License: lppl1.3c gpl3+
>
> Summary description: Plotting functions in a simplified way
>
> Announcement text:
> ----------------------------------------------------------------------
>
> New package options to (a) suppress some warnings (b) change samples' default (c) use pre-calculated tables (instead of calling gnuplot each and every time (work around for some cases in which pgf/pglplot fails to detect nothing has changed)). see documentation.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/tikzfxgraph
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/graphics/pgf/contrib/tikzfxgraph/
>
> ----------------------------------------------------------------------
>
> 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
Romain NOËL submitted an update to the
beamertheme-gotham
package.
Version: 1.2.3.c 2025-11-04
License: lppl1.3c cc-by-sa-4
Summary description: A versatile and extendable beamer theme based on Metropolis
Announcement text:
----------------------------------------------------------------------
# [Gotham](https://gitlab.com/RomainNOEL/beamertheme-gotham) announcement
The `Gotham` package is a modern, minimal-ish, versatile, `LaTeX(3)`
and extendable theme for your `Beamer` presentations.
`Gotham` tries to bring higher flexibility thanks to `LaTeX3`
implementation on top of the good-looking `Metropolis` theme.
## Version: 1.2.3.c Date: 2025-11-04
### New
- command to reload colorset `\gothamReloadColors`
### Fixes
- adapt `\titlepage` to beamer margins [[issue #7]
(https://gitlab.com/RomainNOEL/beamertheme-gotham/-/issues/7)]
- fix horizontal alignment `{section~in~toc}{gotham~bullet}`
when interacting with `minted` package [[issue #8]
(https://gitlab.com/RomainNOEL/beamertheme-gotham/-/issues/8)]
- fix application of the colorset
[[issue #9](https://gitlab.com/RomainNOEL/beamertheme-gotham/-/issues/9)]
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamertheme-gotham
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamert…
------------------------------------------------------------------------
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
Sumukh Prasad submitted an update to the
sanskrit
package.
Version: 2.2.4-b
License: lppl
Summary description: Sanskrit support
Announcement text:
--------------------------------------------------------------------------------
Routine maintenance was done; a new intro-and-quick-start document was added.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/language/sanskrit
More information is at
https://ctan.org/pkg/sanskrit
--------------------------------------------------------------------------------
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 .
Stephan Lukasczyk submitted an update to the
dtk-bibliography
package.
Version number: 2025-11 2025-11-15
License type: lppl1.3c
Summary description: Bibliography of “Die TeXnische Komödie”
Announcement text:
----------------------------------------------------------------------
2025-11-15: updated for issue 2025/04
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/dtk-bibliography
More information is at
https://www.ctan.org/pkg/dtk-bibliography
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
hvfloat
package.
Version number: 2.54 2025-11-14
License type: lppl
Summary description: Controlling captions, fullpage and doublepage floats
Announcement text:
----------------------------------------------------------------------
2.54 2025-11-14 - bugfix for doubleFullPage images
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/hvfloat
More information is at
https://www.ctan.org/pkg/hvfloat
------------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
latex-tagging-status
package.
Version: 2025-11-14
License: lppl1.3c
Summary description: The LaTeX Tagging Status data
Announcement text:
--------------------------------------------------------------------------------
update to tagging status file
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/latex-tagging-status
More information is at
https://ctan.org/pkg/latex-tagging-status
--------------------------------------------------------------------------------
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 .
Christian Tellechea submitted an update to the
systeme
package.
Version: 0.46
License: lppl1.3c
Summary description: Format systems of equations
Announcement text:
--------------------------------------------------------------------------------
systeme 0.46
* bugfix : le compteur \SYSeqnum était incrémenté
une fois de trop à chaque appel de \systeme
* new : ajout de la consigne de tri "0" pour
spécifier la place du terme constant
* changements internes concernant la structure de
la liste des variables
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/systeme
More information is at
https://ctan.org/pkg/systeme
--------------------------------------------------------------------------------
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 .
The LaTeX Project Team submitted an update to the
l3kernel-dev
bundle.
Version: 2025-11-14
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
----------------------------------------------------------------------
### Fixed
- Fix `\peek_regex_remove_once:nTF` and `\peek_regex_remove_once:NTF` on
reinserting special token `{` or `}` (issue \#1805)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel-dev
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex-dev/required/l3kernel/
------------------------------------------------------------------------
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
Alain Matthes submitted an update to the
tkz-elements
package.
Version: 4.40c 2025-11-13
License: lppl1.3c
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
--------------------------------------------------------------------------------
This release introduces several improvements to fundamental geometric objects,
expands the numerical utilities in the tkz module, adds new capabilities for
conics, and clarifies portions of the documentation.
It continues the consolidation of existing methods while providing new tools for advanced geometric work.
Added
Points: New method length(p)
Allows distance evaluation using z.A:length(z.B), equivalent to tkz.length(z.A, z.B).
Line: Improved methods: orthogonal_at, collinear_at
Both now behave more consistently in proportional constructions.
Circle:
New intuitive alias methods:
from_radius ≡ through
from_diameter ≡ diameter
Updated common_tangent with more coherent handling of special cases.
Triangle:
New method:
trilinear_to_d — converts trilinear coordinates into distances to the sides (internally uses Heron’s formula).
tkz: A set of highly useful numerical tools has been added:
Generators and unit converters:
tkz.range, tkz.deg, tkz.rad, tkz.pt
Value checking: tkz.is_NaN, tkz.is_Inf, tkz.notDef
Numerical analysis:
tkz.fsolve(f, a, b, n [, opts]) — simple root finder
tkz.derivative(f, x0 [, accuracy]) — numerical derivative at a point
Conic
Added common_tangent for conics (currently implemented for ellipses).
Changed
Conic:
The path method for ellipses has been redesigned:
new modes: "swap", "ccw", "cw"
proper handling of cases where the endpoints are opposite.
Documentation:
Corrected usage of
\tkzDrawCoordinates[smooth] (instead of \tkzDrawCoordinatessmooth) in the conic class.
Added several new examples for CCL.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-elements
More information is at
https://ctan.org/pkg/tkz-elements
--------------------------------------------------------------------------------
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 .
Nicola Talbot submitted an update to the
bib2gls
package.
Version number: 4.7 2025-11-13
License type: gpl3+
Summary description: Command line application to convert .bib files to glossaries-extra.sty resource files
Announcement text:
----------------------------------------------------------------------
new command line switch --[no-]shift-zero-sections
bug fix: corrected break-space option
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/bib2gls
More information is at
https://www.ctan.org/pkg/bib2gls
------------------------------------------------------------------------
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
The Oberdiek Package Support Group submitted an update to the
hologo
package.
Version number: 1.16 2025-11-11
License type: lppl1.3c
Summary description: A collection of logos with bookmark support
Announcement text:
----------------------------------------------------------------------
* Added New logos: \hologo{pTeX}, \hologo{pLaTeX}, \hologo{upTeX}, \hologo{upLaTeX}, \hologo{ApTeX}, \hologo{ApLaTeX},
\hologo{TeXLive}, \hologo{DVIPDFMx}. (GitHub PR #11 and #12 from myhsia)
* Added tagging support
* Guard the logos against case changes, (GitHub issue #3)
* Preserve height in reflectbox (GitHub issue #9)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/hologo
More information is at
https://www.ctan.org/pkg/hologo
------------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
l3kernel
bundle.
Version: 2025-11-06
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Changed
- Support `\exp_stop_f:` in text expansion
- Update mediabox management for LaTeX 2025-11-01
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/required/l3kernel/
------------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
pdfmanagement-testphase
package.
Version: 0.96x 2025-11-12
License: lppl1.3c
Summary description: LaTeX PDF management testphase bundle
Announcement text:
--------------------------------------------------------------------------------
reduce PDF file size with luatex by delaying writing of xmp-metadata (this works around an engine bug with uncompress objects)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pdfmanagement-testphase
More information is at
https://ctan.org/pkg/pdfmanagement-testphase
--------------------------------------------------------------------------------
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 .
KKTeX submitted an update to the
gckanbun
package.
Version: 2.1.0 2025-11-12
License: mit
Summary description: Kanbun typesetting for (u)pLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
I deleted some misleading description about dependencies.
Also, I added some options in order to typeset KANSHI.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/gckanbun
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/japanese/gckanbun/
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
whatsnote
package.
Version: 5.0B 2025-11-12
License: lppl1.3c
Summary description: A LaTeX class for taking notes in science, engineering, etc.
Announcement text:
----------------------------------------------------------------------
Complete the source explanations in the literate programming
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/whatsnote
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/whatsnote/
------------------------------------------------------------------------
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
Kangwei Xia submitted an update to the
exam-zh
package.
Version number: 0.2.6 2025-11-12
License type: lppl1.3c
Summary description: LaTeX template for Chinese exams
Announcement text:
----------------------------------------------------------------------
Version 0.2.6 (2025-01-07):
- Added multi-level key-value support for exam-zh/draft option
- Improved calculations environment width parameter (0.3 -> 0.45\textwidth)
- Fixed solution environment blank line issue with align* environment
- Fixed \fillin command line breaking with no-answer-type=none
- Fixed \par expansion and label-pos comparison issues
- Added documentation for page/show-foot option
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/latex/exam-zh
More information is at
https://www.ctan.org/pkg/exam-zh
------------------------------------------------------------------------
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
Daniel Benjamin Miller submitted the
splentinex
package.
Version number: 1.0 2025-11-11
License type: ofl
Summary description: Splentinex fonts
Announcement text:
----------------------------------------------------------------------
Splentinex is a serif font family designed for body text. This typeface design
was originally crated by Frank Pierpont and Fritz Stelzer in 1913 and released
by Monotype as Plantin. In 2025, Ben Byram-Wigfield created Splentino, a new
digitization of the Plantin design, for inclusion with the music software
Dorico. Splentinex is a modified repackaging of Splentino.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/splentinex
More information is at
https://www.ctan.org/pkg/splentinex
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
>
> whatsnote
>
> package.
>
> Version: 5.0A 2025-11-10
> License: lppl1.3c
>
> Summary description: A LaTeX class designed for taking notes or writing books
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Version 5.0A released.
> - Transferred to literature programming
> - Add the l3build script
> - Redesigned the cover and the inner pages
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/whatsnote
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/whatsnote/
>
> ----------------------------------------------------------------------
>
> 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
Dohyun Kim submitted an update to the
>
> luatexko
>
> package.
>
> Version: 5.0 2025-11-10
> License: lppl1.3c
>
> Summary description: Typeset Korean with Lua(La)TeX
>
> Announcement text:
> ----------------------------------------------------------------------
>
> - improve \xxruby command using lua-uni-algos package
>
> - improve ruby process by integrating separate processes
>
> - improve uline process considering space glyph inserted by tagpdf package
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/luatexko
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/luatex/generic/luatexko/
>
> ----------------------------------------------------------------------
>
> 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
John H. Lienhard submitted an update to the
asmeconf
package.
Version: 1.45 2025-11-10
License: mit
Summary description: A LaTeX template for ASME conference papers
Announcement text:
----------------------------------------------------------------------
This minor update declares a user namespace for tagpdf
(role/user-NS = asmeconf ) and removes a redundant <div>.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/asmeconf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/asmeconf/
------------------------------------------------------------------------
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
Samcarter submitted an update to the
beamertheme-spectrum
package.
Version: 0.5 2025-11-10
License: lppl1.3c
Summary description: A clean beamer/ltx-talk theme with a big title graphic
Announcement text:
----------------------------------------------------------------------
### Changed
- ltx-talk theme: short title etc. are now natively supported by ltx-talk
### Fixed
- ltx-talk theme: adapt to new header/footer key names
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamertheme-spectrum
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamert…
------------------------------------------------------------------------
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
KKTeX submitted an update to the
KKsymbols
package.
Version: 1.1.1 2025-11-10
License: lppl1.3c
Summary description: LaTeX commands for enclosing characters in circles, squares, diamonds, or brackets
Announcement text:
----------------------------------------------------------------------
I modified the vertical scaling system of \ichinmoji.
By this change, the problem in which \ichimoji wrongly
scaled down its argument was solved.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kksymbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/kksymbols/
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
ltx-talk
package.
Version: 0.3.0 2025-11-10
License: lppl1.3c
Summary description: A class for typesetting presentations
Announcement text:
----------------------------------------------------------------------
### Added
- Support for short versions of author, date, institution and (sub)title
- make `subtitle` footer-element available
### Changed
- Normalize key names between header and footer templates
### Fixed
- Avoid error with `\footnote` (see issue
[\#91](https://github.com/josephwright/ltx-talk/issues/91))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ltx-talk
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ltx-talk/
------------------------------------------------------------------------
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
Dohyun Kim submitted an update to the
luamplib
package.
Version: 2.37.6 2025-11-10
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
- documentation readability: bigger fontsize, wider textwidth, tableofcontents
- adapt to luatexko’s harf-mode vertical writing
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luamplib
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luamplib/
------------------------------------------------------------------------
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
KKTeX submitted an update to the
luwa-ul
package.
Version number: 1.1.1 2025-11-10
License type: lppl1.3c
Summary description: Provides underlines and highlightings which can be used in vertical mode
Announcement text:
----------------------------------------------------------------------
Fixed the issue where \namiKK and \dashKK (and their corresponding Auto Series
commands) were misaligned when used alongside \underLineKK.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luwa-ul
More information is at
https://www.ctan.org/pkg/luwa-ul
------------------------------------------------------------------------
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
Javier Bezos López submitted an update to the
babel
package.
Version: 25.15 2025-11-09
License: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 25.15 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-25.15.html
Here is a summary:
* Greek:
- Fix: wrong diacritics in Unicode engines and the ldf mechanism.
- In Ancient Greek, now use 'lower.ancient' in dates by default.
- Calendar variants: 'letters' for Polytonic, 'digits' for Ancient.
- New counter: 'attic'.
- \greeknumeral is more customizable and can be accessed with the
new counter 'ionian'.
* Font options can go at the end of \babelfont (like \set...font).
* Fix some issues in the {HHHH} notation in transforms.
* Internal changes related the new language loader, including some
messages.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/babel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/required/babel/base/
------------------------------------------------------------------------
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
KKTeX submitted an update to the
gckanbun
package.
Version: 2.0.0 2025-11-04
License: mit
Summary description: Kanbun typesetting for (u)pLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
We release a reworked version of gckanbun.
The new version provides necessary commands for "Saidoku Moji".
Also, by this rework, the problems with horizontal writing mode
and changing of font size have been fixed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/gckanbun
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/japanese/gckanbun/
------------------------------------------------------------------------
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