Elayson Abreu submitted an update to the
abntexto
package.
Version: 1.0 2026-03-04
License: pd
Summary description: LaTeX class for formatting academic papers in ABNT standards
Announcement text:
----------------------------------------------------------------------
- The contents of `\savedsrc` at the beginning of place are emptied when it contains multiplace;
- Added citation on page 10 regarding the use of chapters in the document;
- Appendix on the use of listings and algorithm2e in legend areas.
----------------------------------------------------------------------
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
Vít Starý Novotný submitted an update to the
expltools
package.
Version: 2026-03-04
License: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
## expltools 2026-03-04
### explcheck v0.18.0
#### Enhancements
This version of explcheck has made the following new enhancements:
- In human-readable output, mention that further issues may be reported after
fixing the current errors after we have failed fast. (reported by @dbitouze
and @muzimuzhi in #170 and #171, fixed in #175)
- Add more support for flow analysis. (#176)
This adds support for the following issues from Section 5.1 of the document
titled [_Warnings and errors for the expl3 analysis tool_][warnings-and-errors]:
1. E505 (Calling an undefined function)
Flow analysis is now enabled by default for all package files with at least 95%
code understanding.
- In issue W419 (Using an undeclared variable or constant), also report
undeclared usages through `V`- and `v`-type arguments. (#176)
- Support the plain TeX `\newtoks` command and the corresponding deprecated
expl3 function `\toks_new:N`. (#176)
- Support separate command-line options `--long-option value` in addition to
`--long-option=value`. (contributed by @muzimuzhi in #178)
- Deprecate the command-line options `--group-files={true|false|auto}` and
`--make-at-letter={true|false|auto}`. Add the valueless options
`--make-at-letter`, `--make-at-other`, `--group-files`, and
`--no-group-files`. (#178)
The expected usage is now as follows:
- `--make-at-letter` instead of `--make-at-letter=true`
- `--make-at-other` instead of `--make-at-letter=false`
- `--group-files` instead of `--group-files=true`
- `--no-group-files` instead of `--group-files=false`
- no option instead of `--make-at-letter=auto` and `--group-files=auto` (default)
The deprecated options are scheduled for removal in version 1.0.0.
#### Code understanding
This version of explcheck introduces the following changes to code understanding
and to how it evaluates its own level of confidence:
- Add support for `\cs_undefine:N`. (#176)
- Treat simple constant and variable definitions, as well as message texts, as
well-understood. (#176)
- Consider `FUNCTION_CALL` statements high-confidence and well-understood only
if there are no potential low-confidence definitions of the called control
function. (#176)
These changes have had a mixed effect on the [code coverage][]. Overall, it has
remained mostly stable, but coverage on the current TeX Live 2025 snapshot
(2026-02-19) now rounds to 19%, down from the previous 20%.
[code coverage]: https://witiko.github.io/Expl3-Linter-11/#code-coverage
#### Fixes
This version of explcheck has fixed the following bugs:
- Fix an integer overflow in function `format_pathname()`. (reported by
@muzimuzhi in #163, fixed in 776eb72)
- Fix a failure to load TOML files whose last line is a comment without
a trailing newline. (reported by @Chipsterjulien in jonstoler/lua-toml#27
and by @muzimuzhi in #165, fixed in #166)
- Record control sequence name usage and definitions in unanalyzed arguments.
(reported by @dbitouze in #170 and #173, fixed in #174)
- Do not produce warning S204 (Missing stylistic whitespaces) for repeated
begin group (`{{`) or end group (`}}`). (discovered in witiko/markdown#623,
fixed in #177)
#### Documentation
This version of explcheck has made the following improvements to the documentation:
- Document that `% noqa` at the top of a file silences issues everywhere.
(f1528f1)
#### Continuous integration
This version of explcheck has made the following changes to our continuous
integration:
- Run LuaLS even if Luacheck failed. (95f71a1)
- Run one additional process to reduce the problem of idle CPUs near the end
while one worker grinds a difficult task. (#174, 19ceb45)
- Increase the time limit for running explcheck over the entire TeX Live
from 3 to 5 minutes. (#176)
- Migrate from `TeX-Live/setup-texlive-action@v3` to `zauguin/install-texlive@v4`.
(drafted by @koppor in koppor#1 and independently suggested by @muzimuzhi and
@gucci-on-fleek in #178, added in #181)
- Bump `actions/upload-artifact` from 6 to 7. (contributed by @dependabot in #179)
- Bump `actions/download-artifact` from 7 to 8. (contributed by @dependabot in #180)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/expltools
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/expltools/
------------------------------------------------------------------------
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
Thomas F. Sturm submitted an update to the
incgraph
package.
Version: 1.4.0 2026-03-04
License: lppl1.3
Summary description: Sophisticated graphics inclusion in a PDF document
Announcement text:
----------------------------------------------------------------------
### Added
- `incgraph.doc.bib` for references (moved from documentation source)
- `\incmultipages`: specialized macro to include multiple pages from
a PDF file
### Changed
- .tds.zip removed from CTAN upload to comply to CTAN rules
- TDS structure flattend on GitHub repository
- `README.md` adapted to these changes
- `CHANGES.md` renamed to `CHANGELOG.md` following
https://keepachangelog.com/en/1.1.0/
- `incgraph-doc.sty` renamed to `incgraph.doc.sty`
- References updated
- Required LaTeX version bumped to 2025-06-01
- Implemenation of `\igrGetLastPage` changed.
It wraps an L3 layer function now.
- `\igrLastPage` is locally assigned now.
### Fixed
- Documentation produced with `minted2` instead of `minted`
(currently not compatible to Python>=3.14)
- `\eject` and `\break` replaced by `\clearpage` to get compatibility
with `twocolumn` documents (part of issue #5)
- Several minor documentation corrections
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/incgraph
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/incgraph/
------------------------------------------------------------------------
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
beamertheme-westlake
package.
Version: 0.1B 2026-03-04
License: lppl1.3c
Summary description: A beamer theme inspired by West Lake and Westlake University
Announcement text:
----------------------------------------------------------------------
- Supports change the opacities of badge, main background and base background.
- Supports adding badge on the north east corner of title page and section page.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamertheme-westlake
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
Ruini Xue submitted an update to the
zebra-goodies
package.
Version: 0.9.2 2026-03-03
License: lppl1.3c
Summary description: A collection of handy macros for (paper) writing
Announcement text:
----------------------------------------------------------------------
It is now simpler, more stable, more beautiful, and faster.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zebra-goodies
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/zebra-goodies/
------------------------------------------------------------------------
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
Thomas F. Sturm submitted an update to the
didec
package.
Version: 1.2.0 2026-03-02
License: lppl1.3
Summary description: Fixed-point arithmetic with two decimal places
Announcement text:
--------------------------------------------------------------------------------
### Added
- Option `rounding` with two choices each providing several synonyms (issue #2):
- `half-away-from-zero`, `commercial`, `DIN-1333`
- `half-to-even`, `mathematical`, `IEEE-754`
Rounding is applied only to floating-point expressions.
### Changed
- Documentation partially rearranged; new section 'Option settings'
- The default rounding mode for floating-point expressions is now `half-away-from-zero`.
To restore the previous default, use `\didecsetup{rounding=half-to-even}`.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/didec
More information is at
https://ctan.org/pkg/didec
--------------------------------------------------------------------------------
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 .
Andreas Scherer submitted an update to the
knuth-hint
package.
Version: 2.7 2026-03-02
License: pd knuth
Summary description: HINT collection of typeset C/WEB sources in TeX Live
Announcement text:
--------------------------------------------------------------------------------
This new release of the 'knuth-hint' package documents the programs as released in TeX Live 2026.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/knuth-hint
More information is at
https://ctan.org/pkg/knuth-hint
--------------------------------------------------------------------------------
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 .
Andreas Scherer submitted an update to the
knuth-pdf
package.
Version: 2.7 2026-03-02
License: pd
Summary description: PDF collection of typeset C/WEB sources in TeX Live
Announcement text:
--------------------------------------------------------------------------------
This new release of the 'knuth-pdf' package documents the programs as released in TeX Live 2026.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/knuth-pdf
More information is at
https://ctan.org/pkg/knuth-pdf
--------------------------------------------------------------------------------
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 .
Ran Wang submitted an update to the
Install-LaTeX-Guide-zh-cn
package.
Version: 2026.3.3
License: lppl1.3c
Summary description: A short introduction to LaTeX installation written in Chinese
Announcement text:
----------------------------------------------------------------------
Update for TeX Live 2026
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/install-latex-guide-zh-cn
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/install-latex-guide-zh-cn/
------------------------------------------------------------------------
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
Kyle Gorman submitted the
simplex
package.
Version: 1.0
License: lppl1.3
Summary description: LaTeX macros for linguistics
Announcement text:
----------------------------------------------------------------------
This is the first publication of a small set of macros for linguistics examples, including environments for three types of numbered example and interlinear glosses. I have been using these for years in my research and decided it was time to properly release them.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/simplex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/simplex/
----------------------------------------------------------------------
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 the
beamertheme-westlake
package.
Version: 0.1A 2026-03-02
License: lppl1.3c
Summary description: A beamer theme inspired by West Lake and Westlake University
Announcement text:
----------------------------------------------------------------------
New beamer theme on CTAN: Westlake, version 0.1A released.
This beamer theme is inspired by West lake, a famous freshwater lake
in Hangzhou, China, and also inspired by Westlake University.
Interfaces are provided for customizing theme color, logo, badge,
etc. in this theme.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamertheme-westlake
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
Silke Hofstra submitted the
SourceSerif
package.
Version: 2.0
License: ofl lppl1.3
Summary description: Use Source Serif with TeX(-alike) systems
Announcement text:
----------------------------------------------------------------------
Adobe has renamed Source Serif Pro to Source Serif.
With this update the LaTeX package follows the same name.
It includes an alias package for backwards compatibility.
Changes:
* Rename the package to sourceserif.
* Update fonts to version 4.005.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sourceserif
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/sourceserif/
------------------------------------------------------------------------
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
Stephan Lukasczyk submitted an update to the
dtk-bibliography
package.
Version number: 2026-01
License type: lppl1.3c
Summary description: Bibliography of “Die TeXnische Komödie”
Announcement text:
----------------------------------------------------------------------
2026-03-01: updated for issue 2026/01
----------------------------------------------------------------------
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
Matthias Fresacher submitted an update to the
pmdraw
package.
Version: 2.3 2026-03-02
License: lppl1.3
Summary description: Draw elements of the diagram monoids
Announcement text:
----------------------------------------------------------------------
Fixed bugs and increased number of keys with integers from 9 to 20 and improved code base
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pmdraw
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/pmdraw/
----------------------------------------------------------------------
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
Silke Hofstra submitted the
SourceSans
package.
Version: 3.0
License: ofl lppl1.3
Summary description: Use Source Sans with TeX(-alike) systems
Announcement text:
----------------------------------------------------------------------
Adobe has renamed Source Sans Pro to Source Sans.
With this update the LaTeX package follows the same name.
It includes an alias package for backwards compatibility.
Changes:
* Rename the package to sourcesans.
* Update fonts to version 3.052.
* Add “medium” weight.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sourcesans
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/sourcesans/
------------------------------------------------------------------------
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
Eremey Valetov submitted the
fox-listings
package.
Version number: 1.0 2026-02-28
License type: lppl1.3c
Summary description: Listings language definition for COSY INFINITY FOX
Announcement text:
----------------------------------------------------------------------
New package: fox-listings v1.0
A listings language definition for COSY INFINITY's COSYScript, a domain-specific
language for beam physics and differential algebra computations. Six keyword
groups with independent styling, nested {…} comment support, case-insensitive
matching, and two predefined styles (colour and monochrome).
Changes in v1.1:
- Added five missing intrinsic keywords (ISRT3, VATAN2, VARMEM, VARPOI, GRIU), synchronized with the cosy-vim syntax definition
- Expanded documentation with keyword group rationale, a DA computation example with FIT/ENDFIT, and an lstinputlisting usage example
- Added known-limitations section documenting the listings D-exponent restriction
- Added LICENSE and CHANGES files for packaging completeness
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fox-listings
More information is at
https://www.ctan.org/pkg/fox-listings
------------------------------------------------------------------------
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
Alexey Kuznetsov submitted the
xstix2
package.
Version number: 2026/02/28
License type: lppl1.3c
Summary description: Extended support for STIXTwo fonts
Announcement text:
----------------------------------------------------------------------
Using resources of the fontspec package, the xstix2 package adjusts letter
widths of the STIXTwo fonts and makes all the fonts in this collection available.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/xstix2
More information is at
https://www.ctan.org/pkg/xstix2
------------------------------------------------------------------------
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
Clea F. Rees submitted an update to the
memoize-ext
package.
Version: 0.2
License: lppl1.3c
Summary description: Extended support for memoization with Memoize
Announcement text:
--------------------------------------------------------------------------------
Avoid processing extraneous pgfkeys options in init plug; save and restore filtering state to avoid nefarious side-effects.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/memoize-ext
More information is at
https://ctan.org/pkg/memoize-ext
--------------------------------------------------------------------------------
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 .
Florian Sihler submitted an update to the
TikZpingus
package.
Version: 1.4 2026-02-27
License: lppl1.3c
Summary description: Penguins with TikZ
Announcement text:
----------------------------------------------------------------------
* Adding Swords and Daggers for the Penguins
* Relicensed the project under LPPL 1.3c
* Minor bug-fixes and improved documentation
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikzpingus
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzpingus/
------------------------------------------------------------------------
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
KKran
package.
Version: 1.1.6 2026-02-20
License: mit
Summary description: Generate answer fields in tests and exams
Announcement text:
----------------------------------------------------------------------
The following changes were made:
1. Fixed a bug where unwanted "*" is output when
"styledaimon/shoumonbangou=全角幅固定" is specified
and the optional argument of \KKran is set as
"[shoumon=a]" or "[daimon=a]".
2. Improved the output of the dashed lines of "\小問マス目".
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kkran
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/kkran/
------------------------------------------------------------------------
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
Florian Sihler submitted an update to the
fancyqr
package.
Version number: 2.3 2026-02-27
License type: lppl1.3c
Summary description: Fancy QR-Codes with TikZ
Announcement text:
----------------------------------------------------------------------
This update mainly relicenses the project under LPPL 1.3c which is to affect
this and all future releases for fancyqr.
Additionally, this contains minor fixes to the documentation!
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/fancyqr
More information is at
https://www.ctan.org/pkg/fancyqr
------------------------------------------------------------------------
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
Ran Wang submitted an update to the
ElegantNote
package.
Version: 2.60 2026-02-27
License: lppl1.3c
Summary description: Elegant LaTeX Template for Notes
Announcement text:
----------------------------------------------------------------------
Maintenance resumed under a new maintainer:
This template was discontinued as of January 1, 2023, and its use
was not recommended.
However, due to its large user base, it has now been re-released.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/elegantnote
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/elegantnote/
------------------------------------------------------------------------
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
Ivan Andrus submitted an update to the
chktex
package.
Version: 1.7.10
License: gpl2+
Summary description: Check for errors in LaTeX documents
Announcement text:
--------------------------------------------------------------------------------
A few small improvements:
* Add ability to wipe between <>
* Add some beamer commands to WipeArg
* Fix some compilation problems on some systems
* Make it easier to my name and contact info as maintainer
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/chktex
More information is at
https://ctan.org/pkg/chktex
--------------------------------------------------------------------------------
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 .
Ran Wang submitted an update to the
ElegantPaper
package.
Version: 0.12 2026-02-27
License: lppl1.3c
Summary description: An Elegant LaTeX Template for Working Papers
Announcement text:
----------------------------------------------------------------------
Maintenance resumed under a new maintainer:
This template was discontinued as of January 1, 2023, and its use
was not recommended.
However, due to its large user base, it has now been re-released.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/elegantpaper
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/elegantpaper/
------------------------------------------------------------------------
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
Ran Wang submitted an update to the
ElegantBook
package.
Version: 4.6 2026-02-27
License: lppl1.3c
Summary description: An Elegant LaTeX Template for Books
Announcement text:
----------------------------------------------------------------------
Maintenance resumed under a new maintainer:
This template was discontinued as of January 1, 2023, and its use
was not recommended.
However, due to its large user base, it has now been re-released.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/elegantbook
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/elegantbook/
------------------------------------------------------------------------
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 Belaïche submitted an update to the
makegobbler
package.
Version: 0.3.2 2026-02-15
License: lppl1.3c other-free
Summary description: Keep or drop some part of LaTeX source code
Announcement text:
----------------------------------------------------------------------
- A number of typo fixes in the documentation (thanks to quark67's feedback)
- Add installation instructions
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/makegobbler
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/makegobbler/
----------------------------------------------------------------------
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
xcharter-math
package.
Version: 0.73 2026-02-26
License: ofl lppl1.3c
Summary description: XCharter-based OpenType Math font for LuaTeX and XeTeX
Announcement text:
--------------------------------------------------------------------------------
- mupG (U+0047) was bold, fixed.
- Added missing glyph U+200B (nullspace).
- Math table: TopRightVertex and BottomRightVertex tuned for italic glyphs.
- Inconsistencies in widehat, widetilde and other over/under accents fived.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/xcharter-math
More information is at
https://ctan.org/pkg/xcharter-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 .
Cédric Pierquet submitted an update to the
tkz-grapheur
package.
Version: 0.30b 2026-02-26
License: lppl1.3c
Summary description: A LaTeX package with tools for graph plotting (and TikZ)
Announcement text:
--------------------------------------------------------------------------------
Scatter plot for sequences
Experimental: Derivative/primitive + Parametric/polar + Neighbourhoods + Forbidden values + Conics
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tkz-grapheur
More information is at
https://ctan.org/pkg/tkz-grapheur
--------------------------------------------------------------------------------
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 .
Bret Watson submitted the
milestonetimeline
package.
Version: 1.0
License: gpl3
Summary description: Horizontal milestone timeline
Announcement text:
----------------------------------------------------------------------
The milestonetimeline package provides a flexible way to create horizontal milestone timelines in LaTeX documents with support for date-based positioning, label rotation, and per-milestone customization.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/milestonetimeline
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/milestonetimeline/
----------------------------------------------------------------------
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
Michael E. Hammer submitted an update to the
FHJ-Script
package.
Version number: 4.2c 2026-02-25
License type: lppl1.3
Summary description: Classes and packages for formatting documents for FH
JOANNEUM
Announcement text:
----------------------------------------------------------------------
- Minor bug fix on fhjbook
- Enhancement in fhjcommon package - made title for exercise sheet better configurable
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fhj-script
More information is at
https://www.ctan.org/pkg/fhj-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
Weijian Wu submitted an update to the
SJTUTeX
package.
Version: 2.3 2026-02-25
License: lppl1.3c
Summary description: LaTeX classes for Shanghai Jiao Tong University
Announcement text:
----------------------------------------------------------------------
This version introduces a new preset system for the
document classes and fixes some issues.
For detailed changes, please refer to
https://github.com/sjtug/SJTUTeX/compare/v2.2.1...v2.3
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sjtutex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/sjtutex/
------------------------------------------------------------------------
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
rpgicons
package.
Version: 2.6.0 2026-02-25
License: lppl1.3c
Summary description: Icons for tabletop role-playing games
Announcement text:
--------------------------------------------------------------------------------
- Added functionality to precompose icons in L3 variant.
- Update accessibility support.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/rpgicons
More information is at
https://ctan.org/pkg/rpgicons
--------------------------------------------------------------------------------
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
KKsymbols
package.
Version: 2.1.2 2026-02-19
License: mit
Summary description: LaTeX commands for enclosing characters in circles, squares, diamonds, or brackets
Announcement text:
--------------------------------------------------------------------------------
In this update, the following bug are fixed: The effects are not applied when
the argument of a command subject to the tsumesuji option—after expansion—is a
numeric string of two or more digits and contains the digit "1".
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/kksymbols
More information is at
https://ctan.org/pkg/kksymbols
--------------------------------------------------------------------------------
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 .
Clea F. Rees submitted an update to the
adfsymbols
package.
Version: 1.5 2026-02-25
License: lppl1.3c gpl2+
Summary description: SymbolsADF with TeX/LaTeX support
Announcement text:
----------------------------------------------------------------------
Fix compatibility with DVI output for pdfTeX/LuaTeX;
add missing Unicode mappings;
enable Unicode mappings for LuaTeX.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/adfsymbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/adfsymbols/
------------------------------------------------------------------------
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
Clea F. Rees submitted an update to the
adforn
package.
Version: 1.4 2026-02-25
License: lppl1.3c gpl2
Summary description: OrnementsADF font with TeX/LaTeX support
Announcement text:
----------------------------------------------------------------------
Fixes bug which broke compatibility with DVI output for LuaTeX.
Fixes Unicode mappings for LuaTeX in PDF mode.
Changes .notdef mappings to something else.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/adforn
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/adforn/
------------------------------------------------------------------------
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
John Bowman submitted an update to the
asymptote
package.
Version number: 3.09 2026-02-25
License type: lgpl3
Summary description: 2D and 3D TeX-Aware Vector Graphics Language
Announcement text:
----------------------------------------------------------------------
A 3D rendering bug exposed by the new default setting autoplay=true was fixed.
The experimental and buggy support for OpenGL animations was removed in favour
of WebGL animations.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/asymptote
More information is at
https://www.ctan.org/pkg/asymptote
------------------------------------------------------------------------
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
Michal Hoftich submitted an update to the
make4ht
package.
Version: 0.4e 2026-02-24
License: lppl1.3
Summary description: A build system for tex4ht
Announcement text:
----------------------------------------------------------------------
This version adds some bugfixes and new features:
- Refined MathML processing, including stricter <mn> merging rules and support for intent and arg attributes.
- Updated DOM filters to improve HTML and JATS correctness (tables, inline elements, internal links, section IDs).
- Improved build reliability and error handling, including fixes to the latexmk_build extension.
- Updated SVG generation to embed bitmaps when using dvisvgm
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/make4ht
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/make4ht/
----------------------------------------------------------------------
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
Michal Hoftich submitted an update to the
tex4ebook
package.
Version: 0.4d 2026-02-24
License: lppl1.3
Summary description: Converter from LaTeX to ebook formats
Announcement text:
----------------------------------------------------------------------
Some bug fixes:
- Fixed image handling to correctly support filenames containing dots.
- Adjusted CSS for Epub 3 TOC to correctly hide list numbering.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tex4ebook
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/tex4ebook/
----------------------------------------------------------------------
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
Christoph P. Neumann submitted an update to the
iaria-lite
package.
Version: 0.9.1
License: lppl1.3c
Summary description: Write documents for the IARIA publications
Announcement text:
--------------------------------------------------------------------------------
Fixed a multicitedelim bug (following migrating from numeric-comp to ieee-comp
in 0.9). Switched urldate iso8601 to iso (with seconds=true), to suppress
warnings.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/iaria-lite
More information is at
https://ctan.org/pkg/iaria-lite
--------------------------------------------------------------------------------
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 .
Christoph P. Neumann submitted an update to the
iaria
package.
Version: 0.9.1
License: lppl1.3c
Summary description: Write documents for the IARIA publications
Announcement text:
--------------------------------------------------------------------------------
Fixed a multicitedelim bug (following migrating from numeric-comp to ieee-comp
in 0.9). Switched urldate iso8601 to iso (with seconds=true), to suppress
warnings.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/iaria
More information is at
https://ctan.org/pkg/iaria
--------------------------------------------------------------------------------
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 .
Christoph P. Neumann submitted an update to the
cs-techrep
package.
Version: 0.9.1
License: lppl1.3c
Summary description: Technical Reports in Computer Science and Software Engineering
Announcement text:
--------------------------------------------------------------------------------
Switched urldate iso8601 to iso (with seconds=true), to suppress warnings.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/cs-techrep
More information is at
https://ctan.org/pkg/cs-techrep
--------------------------------------------------------------------------------
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 .
Petr Olšák submitted an update to the
OpTeX
package.
Version: 1.19
License: pd
Summary description: LuaTeX format based on Plain TeX and OPmac
Announcement text:
----------------------------------------------------------------------
- Little improvements and bug fixes
- f-raleway font file added
- More OpTeX tricks
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/optex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/optex/
------------------------------------------------------------------------
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
Thomas F. Sturm submitted an update to the
didec
package.
Version: 1.1.1 2026-02-24
License: lppl1.3
Summary description: Fixed-point arithmetic with two decimal places
Announcement text:
----------------------------------------------------------------------
### Changed
- .tds.zip removed from CTAN upload to comply to CTAN rules
- TDS structure flattend on GitHub repository
- `README.md` adapted to these changes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/didec
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/didec/
------------------------------------------------------------------------
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
Brian Dunn submitted an update to the
lwarp
package.
Version: 0.921 2026-02-24
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Improved accessibility tagging.
Added documentation for how to use paragraph indentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lwarp
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/lwarp/
----------------------------------------------------------------------
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
Clea F. Rees submitted the
fixtounicode
package.
Version: 0.1.1
License: lppl1.3c
Summary description: Utility functions for setting tounicode mappings for 7/8 bit fonts
Announcement text:
----------------------------------------------------------------------
Utility functions in expl3 and 2e syntax for setting tounicode
mappings for 7/8 bit fonts. Implements workarounds for limitations
of LuaTeX.
----------------------------------------------------------------------
Apologies: Unfortunately, the software behind our website is currently
suffering from an elusive bug preventing it from importing the updates
that have been made to the Catalogue’s source.
This page can therefore not yet be seen:
https://ctan.org/pkg/fixtounicode
However, the package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fixtounicode/
------------------------------------------------------------------------
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
John Bowman submitted an update to the
asymptote
package.
Version number: 3.08 2026-02-24
License type: lgpl3
Summary description: 2D and 3D TeX-Aware Vector Graphics Language
Announcement text:
----------------------------------------------------------------------
Release Notes for Version 3.08
Include generated GUI/xasy* files in releases.
Fix and standardize make clean, distclean, and maintainer-clean.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/asymptote
More information is at
https://www.ctan.org/pkg/asymptote
------------------------------------------------------------------------
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
Nicola Talbot submitted an update to the
flowfram
package.
Version number: 2.1 2026-02-23
License type: lppl1.3
Summary description: Create text frames for posters, brochures or magazines
Announcement text:
----------------------------------------------------------------------
flowfram.sty:
- corrected misspelt function name (three arguments not four)
\flowfram_frame_set_bool_true:nnn
- trigger error if a flow frame is defined with zero or negative
dimensions
- changed no-page1-col warning to info
Documentation:
- renamed documentation flowfram-manual
- corrected rollback example
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/flowfram
More information is at
https://www.ctan.org/pkg/flowfram
------------------------------------------------------------------------
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
Maïeul Rouquette submitted an update to the
reledmac
package.
Version: 2.44.3 2026-02-23
License: lppl1.3
Summary description: Typeset scholarly editions
Announcement text:
----------------------------------------------------------------------
Fix bug with \parindentX and \Xparindent when setting differs
from one series to another.
----------------------------------------------------------------------
Apologies: Unfortunately, the database behind our website is
currently suffering from a serious problem preventing it
from importing the updates that have been made to the
Catalogue’s source.
We hope that our webmaster will be able to solve the problem
as soon as possible. Sorry for the inconvenience!
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/reledmac
The data shown here are therefore sadly not up to date!
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/reledmac/
(These should indeed be the current files, thanks to the mirrors!)
------------------------------------------------------------------------
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
Patrick Fradin submitted an update to the
pst-vectorian
package.
Version: 0.42
License: lppl
Summary description: Printing ornaments
Announcement text:
--------------------------------------------------------------------------------
Documentation update.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-vectorian
More information is at
https://ctan.org/pkg/pst-vectorian
--------------------------------------------------------------------------------
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 .
Thomas F. Sturm submitted an update to the
didec
package.
Version: 1.1.0 2026-02-23
License: lppl1.3
Summary description: Fixed-point arithmetic with two decimal places
Announcement text:
----------------------------------------------------------------------
### Changed
- `CHANGES.md` renamed to `CHANGELOG.md` following
https://keepachangelog.com/en/1.1.0/
- The initial values of `currency` and `didec/currency-negative`
are now set to `euro`. Previously, no currency symbol was used
(in contrast to the tutorial and examples).
- The styles `german`, `english`, `french`, and `float`, which
set `decimal-separator` and `grouping-separator`, no longer
modify currency settings.
Previously, they removed currency settings, which was not obvious.
- Some stylistic revisions in the documentation.
### Fixed
- Documentation produced with `minted2` instead of `minted`
(currently not compatible to Python>=3.14)
- Obsolete (and now faulty) package loading of `l3benchmark`
removed from the documentation (it is part of l3kernel
since June 2025)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/didec
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/didec/
------------------------------------------------------------------------
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