Markus Kohm submitted an update to the
koma-script
package.
Version number: 3.46 2025-08-19
License type: lppl1.3c
Summary description: A bundle of versatile classes and packages
Announcement text:
----------------------------------------------------------------------
This release fixes a very old problem with chapter headings in two-column
typesetting. In addition, it takes into account the unfortunate discontinuation
of caption support by the long-time creator, author, and maintainer of the
caption package. For more information, please refer to
https://sourceforge.net/p/koma-script/wiki-en/Release%203.46/ or
https://sourceforge.net/p/koma-script/wiki-de/Release%203.46/.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/koma-script
More information is at
https://www.ctan.org/pkg/koma-script
------------------------------------------------------------------------
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
>
> leporello
>
> package.
>
> Version: 0.9.2 2025-08-18
> License: lppl1.3c
>
> Summary description: A simple LaTeX document class to create folded leaflets using columns and boxes
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Various improvements and bug fixes.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/leporello
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/leporello/
>
> ----------------------------------------------------------------------
>
> 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: 4.5A 2025-08-19
License: lppl1.3c
Summary description: A template for printing presentations on notepaper
Announcement text:
----------------------------------------------------------------------
- Initiated the `pos` key.
- Updated the manual.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/notebeamer
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/notebeamer/
------------------------------------------------------------------------
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 number: 2025-08-18
License type: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
## expltools 2025-08-18
### explcheck v0.12.0
#### Warnings and errors
This version of explcheck has made the following changes to the document titled
[_Warnings and errors for the expl3 analysis tool_][warnings-and-errors]:
- Postpone planned issue E417 (Multiply declared variable or constant) to flow
analysis, under the identifier E519 and the same name. (#110, #112)
- Postpone planned issue E242 (Multiply defined message) to flow analysis,
under the identifier E524 and the same name. (#110, #112)
- Plan for a weaker version of issue E522 (Too few arguments supplied to
message) to semantic analysis under the identifier E425 and the same name.
(#110, #112)
- Remove issues S205 (Malformed function name), S206 (Malformed variable or
constant name), and S207 (Malformed quark or scan mark name) and replan them
to semantic analysis under the identifiers S412, S413, and S414, respectively,
and the same names. (reported by @u-fischer in #109, added in #117)
- Plan for a new issue E417 (Setting a variable as a constant). (#119)
- Unplan issues W419 (Using a token list variable or constant without
an accessor) and E420 (Using non-token-list variable or constant without
an accessor). (#121)
- Reclassify the planned errors E421 and E518 (Using an undefined variable or
constant) as warnings W421 and W518, respectively. (#121)
- Unplan issues W424 and E521 (Setting an undefined message). (#127)
- Reclassify and rename the planned errors E426 and E522 (Too few arguments
supplied to message) to W426 and W522 (Incorrect number of arguments supplied
to message), respectively. (#127)
#### Development
This version of explcheck has implemented the following new features:
- Include contextual information in human-readable issue descriptions.
(suggested by @u-fischer at TUG 2025, reported in #110, added in #112)
- Improve autodetection of expl3 for small example files. (c5ad7a4)
Previously, we added a new Lua option `min_expl3like_material`, which would
require at least 5 instances of expl3-like material for a file without
standard expl3 delimiters to be recognized as expl3. However, this penalizes
small example files, where there are only a few calls.
After this change, the option has been renamed to
`min_expl3like_material_count` and a new Lua option
`min_expl3like_material_ratio` has been added that specifies the minimum
portion of the file that must be occupied by expl3 material (defaults to 0.5,
i.e. 50%) before it is automatically recognized as expl3 regardless.
- Make `% noqa` comments at the beginning of a file silence issues everywhere.
(suggested by @FrankMittelbach at TUG 2025, reported in #111, added in #116)
- Add more support for semantic analysis. (#117..#122, #127)
This adds support for all remaining issues from Section 4 of the document
titled [_Warnings and errors for the expl3 analysis tool_][warnings-and-errors]:
1. S412 (Malformed function name)
2. S413 (Malformed function name)
3. S414 (Malformed quark or scan mark name)
4. W415 (Unused variable or constant)
5. W416 (Setting an undeclared variable)
6. E417 (Setting a variable as a constant)
7. E418 (Setting a constant)
8. W419 (Using an undeclared variable or constant)
9. E420 (Locally setting a global variable)
10. E421 (Globally setting a local variable)
11. T422 (Using a variable of an incompatible type)
12. W423 (Unused message)
13. E424 (Using an undefined message)
14. E425 (Incorrect parameters in message text)
15. W426 (Incorrect number of arguments supplied to message)
16. E427 (Comparison conditional without signature `:nnTF`)
- Add Lua option `suppressed_issue_map`.
This option defines a mapping between issues that suppress one or more
other issues. At this point, this option only maps issue W200 ("Do not use"
argument specifiers) to issues S412, S413, and S414, so that defining
functions, variables, and constants with malformed names and a "do not use"
specifier (`:D`) only produces issue W200 and not also S412, S413, and S414.
In the future, this option will be highly used for issues from the flow
analysis that have a weaker version in the semantic analysis. In these cases,
the weaker version will always suppress the stronger version of an issue.
- Make the Lua option `ignored_options`, the command-line option
`--ignored-options`, the TeX comments `% noqa` and the Lua function
`issues:ignore()` treat the issue identifiers as prefixes. (#123, #125)
This allows you to e.g. ignore all style warnings on the current line with
`% noqa: s`, all general warnings that originate from the semantic analysis
with `--ignored-issues=W4`, etc.
- Add Lua option `stop_after`. (#124, #126)
This option allows you to specify after which processing step the analysis
should stop. If an advanced processing step reports false positive issues
on a complex expl3 file, this option can be used to reduce the number of
false positive detections.
- Add Lua option `stop_early_when_confused`. (#124, #126)
This option, which is enabled by default, allows the processing steps to
indicate that they are confused by the results of the previous processing
steps and stop any further processing. If an advanced processing step reports
false positive issues, then this option should stop the step from running
and reduce the number of false positive detections.
#### Fixes
This version of explcheck has fixed the following bugs:
- Prevent command-line option `--no-config-file` from raising the error
`Config file "" does not exist`.
(reported by @muzimuzhi in #107, fixed in 41446d0)
- Do not report issue W401 (Unused private function) for well-known and
imported prefixes. (#115)
- Correctly parse indirect applications of creator functions via
`\cs_generate_from_arg_count:NNnn`. (#118)
- Properly use lazy matching and backtracking in control sequence name patterns
produced during the semantic analysis. (#120)
Previously, only wildcards at the end of a name would function properly (lazy
matching) and any partial matches by previous patterns would prevent any
potential matches by future patterns (backtracking). Both limitations were
due to parsing expression grammars (PEGs) being greedy and non-backtracking
by default. As a result, many wildcards would not match even though they
should have.
#### Continuous integration
This version of explcheck has made the following changes to our continuousintegration:
- Rename GitHub Action `teatimeguest/setup-texlive-action@v3` to `TeX-Live/...`.
(reported by @pablogonz in markdown#576, fixed in 28ba10b5)
- Bump actions/checkout and actions/download-artifact from 4 to 5.
(contributed by @dependabot in #113 and #114)
- Check Lua code blocks in `README.md` with luacheck. (1d21b97, 42f7504, 7b97271)
#### Distribution
This version of explcheck has made the following changes to our distribution:
- Install Bash in the Docker image. (e8c4a08)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/expltools
More information is at
https://www.ctan.org/pkg/expltools
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
tikzbrickfigurines
package.
Version: 0.1.1 2025-08-18
License: lppl1.3c
Summary description: Draw brick figurines with TikZ
Announcement text:
----------------------------------------------------------------------
Enhancements for logo (adjusted version)
Overlay version
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikzbrickfigurines
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzbrickfigurines/
------------------------------------------------------------------------
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
LiteTable
package.
Version number: 3.7A 2025-08-18
License type: lppl1.3c
Summary description: Class schedules with colorful course blocks
Announcement text:
----------------------------------------------------------------------
Version 3.7A released.
- Initialed the `scale` key of the `litetable` environment.
----------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
>
> leporello
>
> package.
>
> Version: 0.9.0 2025-08-15
> License: lppl1.3c
>
> Summary description: A simple LaTeX document class to create folded leaflets using columns and boxes
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Box attachment mechanism and flow mechanism use box name instead of ID. Enhanced pagination settings. Support for RTL and vertical typesetting.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/leporello
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/leporello/
>
> ----------------------------------------------------------------------
>
> 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
Renier Tan submitted an update to the
sysuthesis
package.
Version: 0.5.0 2025-08-17
License: lppl1.3c
Summary description: LaTeX thesis template for Sun Yat-sen University
Announcement text:
----------------------------------------------------------------------
Fix:
- Fix bolding of headings
- Set default CJK font
- Fix indentation
Refactor:
- Wrap logo drawing in a function
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sysuthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/sysuthesis/
------------------------------------------------------------------------
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
Tristan Miller submitted an update to the
heria
package.
Version: 4.0.1.0 2025-08-16
License: lppl1.3c
Summary description: A LaTeX class for Horizon Europe RIA and IA grant proposals
Announcement text:
--------------------------------------------------------------------------------
Add support for Part B template v4.0
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/heria
More information is at
https://ctan.org/pkg/heria
--------------------------------------------------------------------------------
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 .
Masamichi Hosoda submitted an update to the
haranoaji-extra
package.
Version: 20250811
License: ofl
Summary description: Harano Aji Fonts
Announcement text:
--------------------------------------------------------------------------------
* Based on SourceHanSerif 2.003
* Based on SourceHanSans 2.005
* Add handling for cases where duplicate Unicode code points are
mapped to a single AI0 CID
* Add space glyphs defined in AJ1
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/haranoaji-extra
More information is at
https://ctan.org/pkg/haranoaji-extra
--------------------------------------------------------------------------------
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 .
Masamichi Hosoda submitted an update to the
haranoaji
package.
Version: 20250811
License: ofl
Summary description: Harano Aji Fonts
Announcement text:
--------------------------------------------------------------------------------
* Based on SourceHanSerif 2.003
* Based on SourceHanSans 2.005
* Add handling for cases where duplicate Unicode code points are
mapped to a single AI0 CID
* Add space glyphs defined in AJ1
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/haranoaji
More information is at
https://ctan.org/pkg/haranoaji
--------------------------------------------------------------------------------
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 .
Mingyu Xia submitted an update to the
>
> LiteTable
>
> package.
>
> Version: 3.6B 2025-08-16
> License: lppl1.3c
>
> Summary description: Class schedules with colorful course blocks
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Version 3.6B released.
> - Optimized the `litetable` environment.
> - Updated the preamble of the docs.
> - Fixed incorrect appearances of the docs.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/litetable
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/litetable/
>
> ----------------------------------------------------------------------
>
> 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 PGF/TikZ Team submitted an update to the
pgf
package.
Version: 3.1.11
License: lppl1.3c gpl2 fdl
Summary description: Create PostScript and PDF graphics in TeX
Announcement text:
--------------------------------------------------------------------------------
## [3.1.11] - 2025-08-14 Henri Menke
### BREAKING CHANGES
### Added
- Add `RGB` and `gray` color model support for ConTeXt #1130
- Add `diamond split` shape
### Fixed
- Typo in animations `end on` key #1273
- Output bounding box adjustment in pgfsys-dvisvgm.def #1275
- Fix shadings under LuaMetaTeX
- Resolve missing `gnuplot` plots in manual #1238
- Treat varargs for `min()` and `max()` in `luamath` pgf library pgf-tikz/pgfplots#492 #1359
- Fixed support for the `\tikz` command in the `dvisvgm4ht` driver for TeX4ht
- Wrong key name in unknown decoration option error #1082
- `gnuplot` was always run when the function contained leading or trailing spaces #1397
### Changed
- Typo fixes in the manual
- Simplify short verb `|...|` used in manual or add required preamble for it
- Harden parser for math expressions against active chars
- Resolve overfull hboxes >=20pt in the manual
- Adapt `\graphicspath` setting for flattened doc tree #1191
- Promote warning "Plot data file ... not found" to error
- Allow empty value for `/pgf/arrow keys/fill` to make it behave more like `/tikz/fill` #1352
- Added support for alt text in the `dvisvgm4ht` driver for TeX4ht
### Contributors
- Andreas Deininger
- Joseph Wright
- Marcel Krüger
- Matthias Hetzenberger
- Qrrbrbirlbel
- quark67
- Rocky Zhang (@rockyzhz)
- Romano Giannetti (@rmano)
- Yukai Chou (@muzimuzhi)
- Alexander Grahn
- Max Chernoff
- Volker Diels-Grabsch
- Karl Hammond (@hammondkd)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/base
More information is at
https://ctan.org/pkg/pgf
--------------------------------------------------------------------------------
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 .
Chris Hughes submitted an update to the
latexindent
package.
Version: 3.24.7 2025-08-15
License: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
Bug fix for named braces, full details at
https://github.com/cmhughes/latexindent.pl/releases/tag/V3.24.7
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latexindent
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/latexindent/
------------------------------------------------------------------------
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
Tristan Miller submitted an update to the
sshrc-insight
package.
Version: 2025.0.0 2025-08-14
License: lppl1.3c
Summary description: A LaTeX class for SSHRC Insight Grant proposals
Announcement text:
----------------------------------------------------------------------
Added support for the 2025 specification year
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sshrc-insight
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/sshrc-insight/
------------------------------------------------------------------------
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
Dimitri Theulings submitted an update to the
liturgy-cw
package.
Version number: 0.3 2025-08-13
License type: lppl1.3c
Summary description: Create Common Worship style documents
Announcement text:
----------------------------------------------------------------------
The liturgy-cw package simplifies the creation of service sheets and
booklets in the style of the Common Worship liturgical resources of
the Church of England.
This version includes a bug fix and minor improvements:
- fix issue with formatting of titles when chapter is not defined in the documentclass
- make title spacing relative
- minor documentation improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/liturgy-cw
More information is at
https://www.ctan.org/pkg/liturgy-cw
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
lastpage
package.
Version: 2.1h 2025-08-14
License: lppl1.3c
Summary description: Reference last page for Page N of M type footers
Announcement text:
----------------------------------------------------------------------
The hook label for lastpagemodern.sty is now set to "lastpage".
A fix for compatibility with the titlesec package was applied.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lastpage
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/lastpage/
------------------------------------------------------------------------
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
David Degenhardt submitted an update to the
latex-indexer
package.
Version: 1.0.1 2025-08-14
License: gpl3
Summary description: Automate index generation for LaTeX documents
Announcement text:
----------------------------------------------------------------------
The README was updated to include an extended and corrected
installation manual that now corresponds to files constituting
the package on CTAN.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latex-indexer
The package’s files themselves can be inspected at
https://mirrors.ctan.org/indexing/latex-indexer/
------------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
>
> leporello
>
> package.
>
> Version: 0.8.0 2025-08-12
> License: lppl1.3c
>
> Summary description: A simple LaTeX document class to create folded leaflets using columns and boxes
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Added box attachment mechanism and option to place arbitrary code to box background.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/leporello
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/leporello/
>
> ----------------------------------------------------------------------
>
> 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
Elayson Abreu submitted an update to the
>
> abntexto
>
> package.
>
> Version: 4.0.3-beta 2025-08-13
> License: pd
>
> Summary description: LaTeX class for formatting academic papers in ABNT standards
>
> Announcement text:
> ----------------------------------------------------------------------
>
> ## [4.0.3-beta] - 2025-08-13
>
> ## Changes
>
> - Removed `\abntsmall` from `\printlegendbox`;
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/abntexto
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/abntexto/
>
> ----------------------------------------------------------------------
>
> 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
Jonathan Walls submitted an update to the
HitType
package.
Version number: 2.2 2025-08-13
License type: lppl1.3c nocommercial
Summary description: Typesetting Hittite cuneiform
Announcement text:
----------------------------------------------------------------------
Minor fix to missing characters in UllikummiB.ttf font file.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/hittype
More information is at
https://www.ctan.org/pkg/hittype
------------------------------------------------------------------------
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
runtexfile
package.
Version: 0.05 2025-08-13
License: lppl1.3
Summary description: Automate the process of compiling (La)TeX documents with index, bibliography, …
Announcement text:
----------------------------------------------------------------------
Added support for unknown main filenames (in Online Compilers)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/runtexfile
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/runtexfile/
------------------------------------------------------------------------
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
l3kernel
package.
Version: 2025-08-13
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
--------------------------------------------------------------------------------
## [2025-08-13]
### Fixed
- Grapheme splitting for multibyte chars in pdfTeX (issue \#1782)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/required/l3kernel
More information is at
https://ctan.org/pkg/l3kernel
--------------------------------------------------------------------------------
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 .
Jürgen Spitzmüller submitted an update to the
covington
package.
Version: 2.15 2025-08-13
License: lppl1.3
Summary description: LaTeX macros for Linguistics
Announcement text:
----------------------------------------------------------------------
- Fix definition of covexercise if no chapters exist.
- Enhance reflist documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/covington
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/covington/
------------------------------------------------------------------------
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
l3kernel-dev
package.
Version: 2025-08-13
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
----------------------------------------------------------------------
### Fixed
- Grapheme splitting for multibyte chars in pdfTeX (issue \#1782)
----------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
calculatoritems
package.
Version number: 0.1.4 2025-08-12
License type: lppl1.3c
Summary description: Insert menus/items for classic calculators
Announcement text:
----------------------------------------------------------------------
Bugfix with internal macro
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/calculatoritems
More information is at
https://www.ctan.org/pkg/calculatoritems
------------------------------------------------------------------------
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
Cédric Pierquet submitted the
tikzbrickfigurines
package.
Version: 0.1.0 2025-08-12
License: lppl1.3c
Summary description: Draw brick figurines with TikZ
Announcement text:
----------------------------------------------------------------------
A small LaTeX package to draw (2D) brick-figurines with TikZ.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikzbrickfigurines
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzbrickfigurines/
------------------------------------------------------------------------
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
Jasper Habicht submitted the
>
> leporello
>
> package.
>
> Version: 0.7.0 2025-08-08
> License: lppl1.3c
>
> Summary description: A simple LaTeX document class to create folding flyers using columns and boxes
>
> Announcement text:
> ----------------------------------------------------------------------
>
> The `leporello` class: A simple LaTeX document class to create folding flyers using columns and boxes.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/leporello
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/leporello/
>
> ----------------------------------------------------------------------
>
> 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
Vincent Goulet submitted an update to the
>
> cjs-rcs-article
>
> package.
>
> Version: 1.2c 2025-08-11
> License: lppl1.3c cc-by-sa-4
>
> Summary description: Article class for The Canadian Journal of Statistics
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Author guidelines: add guidelines on the length and contents of the abstracts.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/cjs-rcs-article
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/cjs-rcs-article/
>
> ----------------------------------------------------------------------
>
> 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
Vít Starý Novotný submitted an update to the
fithesis
package.
Version: 1.1.2 2025-08-11
License: lppl1.3
Summary description: Thesis class and template for Masaryk University (Brno, Czech Republic)
Announcement text:
----------------------------------------------------------------------
Updated typeName@rigorous in the English locale file for the
Faculty of Informatics at the Masaryk University in Brno.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fithesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fithesis/
------------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version number: 1.6.5 2025-08-11
License type: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Bug fixes, documentation update.
----------------------------------------------------------------------
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
Keno Wehr submitted an update to the
babel-latin
package.
Version number: 4.2 2025-08-11
License type: lppl1.3
Summary description: Babel support for Latin
Announcement text:
----------------------------------------------------------------------
Document incompatibility with ucharclasses package
Ensure compatibility with luainputenc
Save XeTeX character classes when changing to ecclesiastical Latin
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/babel-contrib/latin
More information is at
https://www.ctan.org/pkg/babel-latin
------------------------------------------------------------------------
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
Michael E. Hammer submitted an update to the
FHJ-Script
package.
Version: 4.0c 2025-08-10
License: lppl1.3
Summary description: Classes and packages for formatting documents for FH JOANNEUM
Announcement text:
----------------------------------------------------------------------
- This release contains minor bug fixes.
- With the previous release the embedded images (icons) did not
end up on the right location inside the texmf folder.
This problem should now have been solved in TeX Live.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fhj-script
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fhj-script/
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
>
> pagesLTS
>
> package.
>
> Version: 2.0f 2025-08-09
> License: lppl1.3c
>
> Summary description: Variants of last page labels
>
> Announcement text:
> ----------------------------------------------------------------------
>
> polyglossia with arabic changes the meaning of \arabic, therefore instead of "\arabic" it is needed "\number\value" to internally get compilable numbers.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/pageslts
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/pageslts/
>
> ----------------------------------------------------------------------
>
> 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
Sadao Massago submitted an update to the
latex-via-exemplos
package.
Version: 2025-08-08
License: lppl1.3c
Summary description: A LaTeX course written in brazilian portuguese language
Announcement text:
----------------------------------------------------------------------
- abntexto-related sample code updated to version 2025-08-05 of abntexto.
- Some words about typesetting systems other than LaTeX.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latex-via-exemplos
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/latex-via-exemplos/
------------------------------------------------------------------------
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
David Purton submitted an update to the
scripture
package.
Version: 2.2 2025-08-09
License: lppl1.3c
Summary description: A LaTeX style for typesetting Bible quotations
Announcement text:
----------------------------------------------------------------------
- Add book, chapter and verse options
- Add auto chapter and verse numbering
- Support footnotes
- Bug fixes related to drop chapter paragraph shaping and RTL languages
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/scripture
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/scripture/
------------------------------------------------------------------------
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
Sadao Massago submitted an update to the
tabularray-abnt
package.
Version: 2025-08-08
License: lppl1.3c
Summary description: An ABNT (Brazilian standard) theme for tabularray
Announcement text:
----------------------------------------------------------------------
- adjusted to work correctly on abntexto 4.0.2 (2025-08-05)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tabularray-abnt
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tabularray-abnt/
------------------------------------------------------------------------
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
François Pantigny submitted an update to the
>
> piton
>
> package.
>
> Version: 4.8 2025-08-08
> License: lppl1.3
>
> Summary description: Typeset informatic listings with LPEG of LuaLaTeX
>
> Announcement text:
> ----------------------------------------------------------------------
>
> New command \rowcolor to change the color of the background of an individual line of code.
>
> The command \label available in the environment {Piton} is now compatible with hyperref.
>
> The package piton supports zref (via a new key 'label-as-zlabel').
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/piton
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/luatex/latex/piton/
>
> ----------------------------------------------------------------------
>
> 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
Chris Hughes submitted an update to the
>
> latexindent
>
> package.
>
> Version: 3.24.6 2025-08-08
> License: gpl3
>
> Summary description: Indent a LaTeX document, highlighting the programming structure
>
> Announcement text:
> ----------------------------------------------------------------------
>
> aarch 64 binary, and small update to oneSentencePerLine , full details at https://github.com/cmhughes/latexindent.pl/releases/tag/V3.24.6
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/latexindent
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/support/latexindent/
>
> ----------------------------------------------------------------------
>
> 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
Einar Halvorsen submitted the
tensormatrix
package.
Version: 1.0.0 2025-08-08
License: gpl3
Summary description: Matrix representations of tensors
Announcement text:
----------------------------------------------------------------------
New style defining an environment “tmat” for visualizing
the structure of matrix representations of tensors.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tensormatrix
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tensormatrix/
------------------------------------------------------------------------
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
Rebecca Turner submitted an update to the
>
> changelog
>
> package.
>
> Version: 2.6.1 2025-08-06
> License: lppl1.3c
>
> Summary description: Typesetting keepachangelog.com style changelogs
>
> Announcement text:
> ----------------------------------------------------------------------
>
> Spaces in French and Spanish translations are now correctly escaped: https://github.com/9999years/latex-changelog/issues/30
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/changelog
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/changelog/
>
> ----------------------------------------------------------------------
>
> 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
>
> pdfmanagement-testphase
>
> package.
>
> Version: 0.96v 2025-08-06
> License: lppl1.3c
>
> Summary description: LaTeX PDF management testphase bundle
>
> Announcement text:
> ----------------------------------------------------------------------
>
> ### Changed
> - improve speed, issue #96
>
> ### Fixed
> - hyperref-generic: correct key, PrintDuplex should be Duplex.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/pdfmanagement-testphase
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/pdfmanagement-testphase/
>
> ----------------------------------------------------------------------
>
> 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
François Pantigny submitted an update to the
nicematrix
package.
Version: 7.2 2025-08-05
License: lppl1.3
Summary description: Improve the typesetting of mathematical matrices with PGF
Announcement text:
--------------------------------------------------------------------------------
A new key 'V' has been added for a specifier of column 'X'. That 'V' stands for
'varwidth'. When it's used, A column of type 'V' of 'varwidth' is used for the
column with a (maximal) width computed by the 'X'-process.
Correction of several minor bugs.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/nicematrix
More information is at
https://ctan.org/pkg/nicematrix
--------------------------------------------------------------------------------
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 .
Daniel Flipo submitted an update to the
xcharter-math
package.
Version: 0.66 2025-08-05
License: ofl lppl1.3c
Summary description: XCharter-based OpenType Math font for LuaTeX and XeTeX
Announcement text:
----------------------------------------------------------------------
- Up and down arrows variants enhanced.
- Math table fixes for glyph horizontal/vertical composition.
- `xcharter-otf.sty` tunes \TeX, \LaTeX, \LaTeXe logos for the
XCharter fonts; option "no-logos" added to prohibit their
redefinition.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/xcharter-math
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/xcharter-math/
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
euler-math
package.
Version: 0.63 2025-08-05
License: ofl lppl1.3c
Summary description: OpenType version of Hermann Zapf’s Euler maths font
Announcement text:
----------------------------------------------------------------------
Math table fixes for horizontal composition of over/underbrace.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/euler-math
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/euler-math/
------------------------------------------------------------------------
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
Elayson Abreu submitted an update to the
>
> abntexto
>
> package.
>
> Version: 4.0.2-beta 2025-08-05
> License: pd
>
> Summary description: LaTeX class for formatting academic papers in ABNT standards
>
> Announcement text:
> ----------------------------------------------------------------------
>
> ## [4.0.2-beta] - 2025-08-05
>
> ### Additions
>
> - Added the `abntexto-3-2-1-beta.cls` file;
> - Anchors in `\normalsize` and `\abntsmall`. They will contain values
> dependent on the font size, such as `\medskipamount`, for example.
> New command: `\setamounts`;
>
> ### Changes
>
> - Floating parameters in multiplace generated the error "Not in outer par mode";
> - Excess vertical space between title, content, and font in the "multiplace" environment;
> - Added vertical space before "Words-chave" and "Keywords" in `abntexto-example.tex`;
> - The circuit in `abntexto-example.tex` was changed;
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/abntexto
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/abntexto/
>
> ----------------------------------------------------------------------
>
> 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
concmath-otf
package.
Version: 0.66 2025-08-05
License: ofl lppl1.3c
Summary description: Concrete based OpenType Math font
Announcement text:
----------------------------------------------------------------------
- Up and down arrows variants enhanced.
- Math table fixes for horizontal composition of over/underbrace.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/concmath-otf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/concmath-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
Daniel Flipo submitted an update to the
kpfonts-otf
package.
Version: 0.67 2025-08-05
License: ofl lppl1.3
Summary description: OTF version of the Kp-fonts
Announcement text:
----------------------------------------------------------------------
Math fonts: Math table fixes for glyph horizontal/vertical composition.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kpfonts-otf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/kpfonts-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
Daniel Flipo submitted an update to the
erewhon-math
package.
Version: 0.68 2025-08-05
License: ofl lppl1.3c
Summary description: Utopia based OpenType Math font
Announcement text:
----------------------------------------------------------------------
- Up and down arrows variants enhanced.
- `fourier-otf.sty` tunes \TeX, \LaTeX, \LaTeXe logos for the Erewhon
fonts; option "no-logos" added to prohibit their redefinition.
- Math table fixes for glyph horizontal/vertical composition.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/erewhon-math
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/erewhon-math/
------------------------------------------------------------------------
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
Paul Eduard Koenig submitted an update to the
>
> rainbowbrackets
>
> package.
>
> Version: 1.3.2 2025-08-05
> License: lppl1.3c
>
> Summary description: Automatic coloring of nested parentheses
>
> Announcement text:
> ----------------------------------------------------------------------
>
> * 1.3.2
> * Add new style.
> * Fix bug regarding \verb=\rbparenr= and \verb=\rbdisable= (thanks to Adelheid Bonnetsmüller).
> * Fix bug that occured when passing an invalid max value as package argument.
> * Fix wrong color in pastel style.
> * Internal refactoring.
>
> ----------------------------------------------------------------------
>
> The package’s Catalogue entry can be viewed at
> https://ctan.org/pkg/rainbowbrackets
>
> The package’s files themselves can be inspected at
> https://mirrors.ctan.org/macros/latex/contrib/rainbowbrackets/
>
> ----------------------------------------------------------------------
>
> 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