Boris Veytsman submitted an update to the
acmart
package.
Version: 2.14 2025-05-30
License: lppl1.3
Summary description: Class for typesetting publications of ACM
Announcement text:
----------------------------------------------------------------------
Version 2.14 Bib style update. Documentation update.
DLT is now using acmlarge format.
Generate error if a user tries to redefine
sectioning commands
Version 2.13 Documentation update
Added mathcal in unicode mode
Bug fixes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/acmart
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/acmart/
------------------------------------------------------------------------
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
> Christophe Poulain submitted an update to the
>
> ProfCollege
>
> package.
>
> Version: 0.99-A-k 2025-05-30
> License: lppl1.3c
>
> Summary description: A LaTeX package for French maths teachers in college
>
> Announcement text:
> ----------------------------------------------------------------------
>
>
> - Improvement code
> - lot of news commands and keys : \PfCPanneaux, \Rullo...
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/profcollege
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/profcollege/
>
> ------------------------------------------------------------------------
>
> 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
Christophe Poulain submitted an update to the
>
> ProfMaquette
>
> package.
>
> Version: 0.99-p 2025-05-30
> License: lppl1.3c
>
> Summary description: Use exercises in different types of documents
>
> Announcement text:
> ----------------------------------------------------------------------
>
>
> Code Improvement.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/profmaquette
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/profmaquette/
>
> ------------------------------------------------------------------------
>
> 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 an update to the
>
> codedescribe
>
> package.
>
> Version: 1.9 2025-05-29
> License: lppl1.3c gpl
>
> Summary description: LaTeX code description and documentation
>
> Announcement text:
> ----------------------------------------------------------------------
>
>
> added two keys (letter and other) to Code Keys and a few option keys to further customize sobj (bnf style lists). Documentation review. Code cleanup.
>
> ----------------------------------------------------------------------
>
> 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
> 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
Walter Daems submitted an update to the
uantwerpendocs
package.
Version: 4.10 2025-05-30
License: lppl1.3
Summary description: Course texts, master theses, and exams in University of Antwerp style
Announcement text:
----------------------------------------------------------------------
Only changes to the uantwerpenphdthesis class.
The following features were added due to changes in the PhD regulations:
- added scientific integrity clause to colofon
- added option to generate a temporary and permanent embargo message
- changed date in examples to full date
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/uantwerpendocs
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/uantwerpendocs/
------------------------------------------------------------------------
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
निरंजन submitted an update to the
LinguisTiX
package.
Version: 0.2 2025-05-29
License: gpl3+ fdl
Summary description: Enhanced support for linguistics
Announcement text:
----------------------------------------------------------------------
1. Providing an enhanced LaTeX logo.
2. Improvements in the documentation.
3. Funding information.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/linguistix
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/linguistix/
------------------------------------------------------------------------
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
VÃt Starý Novotný submitted an update to the
expltools
package.
Version: 2025-05-29
License: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
--------------------------------------------------------------------------------
## expltools 2025-05-29
### explcheck v0.10.0
#### Development
- Add more support for semantic analysis. (#86, #92)
This adds support for the following new issues from Section 4 of the document
titled [_Warnings and errors for the expl3 analysis tool_][warnings-and-errors]:
1. W401 (Unused function)
2. W402 (Unused function variant)
3. T403 (Function variant of incompatible type)
4. E404 (Protected predicate function)
5. E405 (Function variant for an undefined function)
6. W407 (Multiply defined function variant)
After these changes, 6 out of 24 (25%) issues from this section are
supported. Support for the remaining issues will be added in upcoming releases.
[warnings-and-errors]: https://github.com/witiko/expltools/releases/download/latest/warnings-and-e…
#### Fixes
- Report issue S205 (Malformed function name) also for conditional function
definitions. (#86)
- In the command-line interface, do not consider arguments starting with `-`
filenames. (contributed by @muzimuzhi in #83, fixed in #84)
- Fix issues with token mapping in syntactic analysis. (#86, #90)
- Do not report issue E300 (Unexpected function call argument) for potential
partial applications. (#86)
- Improve the detection of LaTeX style files. (#86)
- Produce tokens for invalid characters if issue E209 (Invalid characters) is
ignored. (#86)
#### Continuous integration
- Switch to the GitHub Action `softprops/action-gh-release` for automatic
pre-releases. (added by @muzimuzhi in #82)
- Improve workflows for forked repositories.
(reported by @muzimuzhi in #85, fixed in #87)
Specifically, the name of the built docker image is now parametrized with
`${{ github.repository }}` and the primary workflow now runs on push to any
Git branch, not just the main branch.
- Split regression test results into files that contain all pathnames for which
a specific issue was detected. (suggested by @koppor, added in #88)
- Continuously prune sections that correspond to non-existing files in the
default config file `explcheck-config.toml`. (#86)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/expltools
More information is at
https://ctan.org/pkg/expltools
--------------------------------------------------------------------------------
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 .
Alceu Frigeri submitted an update to the
pgfkeysearch
package.
Version: 1.4 2025-05-28
License: lppl1.3c gpl
Summary description: Find keys in a given path ‘recursively’
Announcement text:
----------------------------------------------------------------------
Added a package option, "root search" and associated settings
commands, see documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pgfkeysearch
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pgfkeysearch/
------------------------------------------------------------------------
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
VÃt Starý Novotný submitted an update to the
markdown
package.
Version: 3.11.3-0-ge29029b2 2025-05-28
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Fixes:
- Support .tex files with spaces in the filename.
(reported by @obskyr in #568, fixed by @witiko in #571)
- Use `status.output_directory` to determine option `outputDir`
on MikTeX. (reported by @obskyr in #566, fixed by @gucci-on-fleek,
@cfr42, and @witiko on [TeX StackExchange][tse-742209] and in #571)
[tse-742209]: https://tex.stackexchange.com/questions/742209/
Continuous integration:
- Switch to the GitHub Action `softprops/action-gh-release` for
automatic pre-releases.
(contributed by @muzimuzhi in expltools#82, 58698ad1)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/markdown
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/markdown/
------------------------------------------------------------------------
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
Miguel V. S. Frasson submitted the
qrcodetikz
package.
Version: 1.0 2025-05-28
License: lppl1.3
Summary description: Prettier QR codes
Announcement text:
----------------------------------------------------------------------
qrcodetikz improves the display of QR codes provided by qrcode.
The Quick Response (QR) codes provided by package qrcode show
white borders on each square (from little to very proeminent
depending on pdf viewer).
 This is because the QR code is printed square by square,
not the connected regions of squares as such, and pdf screen
viewers show these undesired borders.
This package overwrites the qrcode printing functions to fill
connected regions of the QR code using TikZ, allowing prettier
qrcodes on screen visualization, with possibility of customization.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/qrcodetikz
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/qrcodetikz/
------------------------------------------------------------------------
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
Guanyuming He submitted an update to the
onepgnote
package.
Version number: 1.0.0 2025-05-27
License type: gpl3
Summary description: Space-efficient one-page notes for exams
Announcement text:
----------------------------------------------------------------------
I am pleased to announce the version 1.0.0 of my class onepgnote.
In this version, the main improvement is the introduction of a lot of class
options that make the class configurable.
I also added a usage section in the manual.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/onepgnote
More information is at
https://www.ctan.org/pkg/onepgnote
------------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version number: 1.6.1 2025-05-25
License type: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Minor bug fixes.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jsonparse
More information is at
https://www.ctan.org/pkg/jsonparse
------------------------------------------------------------------------
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
pgfkeysearch
package.
Version: 1.3 2025-05-26
License: lppl1.3c gpl
Summary description: Find keys in a given path ‘recursively’
Announcement text:
----------------------------------------------------------------------
Fixed (expl) commands’ signatures (issue #1).
Improved documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pgfkeysearch
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pgfkeysearch/
------------------------------------------------------------------------
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
Boris Veytsman submitted an update to the
crossrefware
bundle.
Version: 2025-05-26
License: gpl
Summary description: Scripts for working with crossref.org
Announcement text:
----------------------------------------------------------------------
Added processing of .bib files to get structured citations
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/crossrefware
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/crossrefware/
------------------------------------------------------------------------
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
Vincent Goulet submitted the
>
> ullrcorners
>
> package.
>
> Version: 1.0 2025-05-16
> License: lppl1.3c
>
> Summary description: Draw corners on the upper left and lower right sides of a word
>
> Announcement text:
> ----------------------------------------------------------------------
>
>
> The package ullrcorners provides a command to surround a word or a sequence or words by small corners on the upper left and lower right sides. The typographical convention is inspired by Mastering Regular Expressions, by Jeffrey E. F. Friedl (O'Reilly Media, 2006), where it is used to delimit regular expressions.
>
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/ullrcorners
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/ullrcorners/
>
> ------------------------------------------------------------------------
>
> 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
Mingyu Xia submitted an update to the
NoteBeamer
package.
Version number: 4.2G 2025-05-27
License type: lppl1.3c
Summary description: A template for printing presentations on notepaper
Announcement text:
----------------------------------------------------------------------
Version 4.2G released.
- Updated `build.lua`
- Updated `README.md`
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/notebeamer
More information is at
https://www.ctan.org/pkg/notebeamer
------------------------------------------------------------------------
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
LiteTable
package.
Version number: 3.3J 2025-05-27
License type: lppl1.3c
Summary description: Class schedules with colorful course blocks
Announcement text:
----------------------------------------------------------------------
Version 3.3J released.
- Updated `build.lua`
- Updated `README.md`
- Added LICENSE
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/litetable
More information is at
https://www.ctan.org/pkg/litetable
------------------------------------------------------------------------
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
samcarter submitted an update to the
beamertheme-spectrum
package.
Version number: 0.2 2025-05-26
License type: lppl1.3c
Summary description: A clean beamer theme with a big title graphic
Announcement text:
----------------------------------------------------------------------
### New
- new option `none`, which can be passed to the `titlegraphic` and
`sectiongraphic` options to replace the graphics with a solid coloured
area in the theme colour
### Changed
- removed dependency on pgf-spectra
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamert…
More information is at
https://www.ctan.org/pkg/beamertheme-spectrum
------------------------------------------------------------------------
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-dev
package.
Version: 2025-05-26
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
----------------------------------------------------------------------
### Added
- `\sys_finalize:`
### Changed
- Print `added`/`updated` info only after 2020-02-02
### Deprecated
- `\sys_finalise:` in favor of `\sys_finalize:`
### Fixed
- Expansion of `\file_input_raw:n` with engines other than LuaTeX
----------------------------------------------------------------------
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
Dohyun Kim submitted an update to the
luamplib
package.
Version: 2.37.5 2025-05-26
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
--------------------------------------------------------------------------------
* 'utf8_mode = true' as a field of mplib.new
See https://tug.org/pipermail/lualatex-dev/2025-May/001723.html
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luamplib
More information is at
https://ctan.org/pkg/luamplib
--------------------------------------------------------------------------------
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 .
Alain Matthes submitted an update to the
tkz-elements
package.
Version: 4.00c 2025-05-25
License: lppl1.3
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
----------------------------------------------------------------------
This update marks a significant evolution of the tkz-elements package,
both in its internal architecture and documentation structure.
Beyond performance improvements, many new features have been added
to expand the package's geometric capabilities and make it more
accessible and modular.
Documentation:
A major rewrite of the documentation has been undertaken to
improve clarity, consistency, and usability:
Index fully corrected and rebuilt
Macro indexing redesigned for greater coherence
Obsolete sections removed, including the former News section
New sections added: Short Contents, Getting Started, Class path,
LuaLaTeX for Beginners, Global Variables and Constants,
Various Functions, Module utils and Metapost.
Package Enhancements:
The dependency on an external "class" implementation for point
has been removed.
All classes now support the __call metamethod, enabling a Short
Syntax for object creation. This syntax is now consistent across
all classes.
New Class: path. The new path class manages sequences of points,
especially for geometric constructions like conic sections.
Automatically generated paths are now available for:
Segments, Circular arcs and Triangles.
Future versions will extend this to more shapes.
The path class also facilitates interactions with TikZ decorations
and custom drawings.
Metapost Integration: A dedicated mini-macro has been added for
exporting point coordinates to MetaPost files.
Functional Additions
Intersection now supports "known" and "near" options for more
precise control.
The get_points function is still available but replaced conceptually
by the get() method for most geometric classes.
Option values must now be passed as strings: "swap" -- instead of swap
The barycentric_coordinates function has been rewritten for better accuracy.
New: trilinear_coordinates support for triangle-based calculations.
New methods on line:
orthogonal_at(pt, k) like colinear_at(pt, k) for direction-based extensions.
Replaces old _east, _west, etc. with more geometric flexibility.
Advanced Geometry
New function: search_ellipse(p1, ..., p5) — Construct an ellipse
passing through five points.
Triangle Class Additions:
adams_points, adams_circle, lamoen_points, lamoen_circle, yiu_points,
yiu_circles,, yiu_triangle, circumcevian, reflection, excenter,
brocard_point (first and second), kimberling (e.g., Brocard midpoint)
Algebraic Capabilities
Though not yet fully documented, the following functions are
present and functional:
gauss_jordan, gauss_jordan_rect, solve_linear_system, solve(...),
solve_cubic(a, b, c, d)
Fixes and Refinements
triangle:point() method corrected for consistent output.
get_lengths now computes correct dimensions for rectangles.
----------------------------------------------------------------------
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