Cédric Pierquet submitted an update to the
coloredbelts
package.
Version: 0.1.6 2025-10-03
License: lppl1.3c cc-by-sa-3
Summary description: Insert colored belts in documents (to present skills, for example)
Announcement text:
----------------------------------------------------------------------
Bugfix + TikZ version
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/coloredbelts
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/coloredbelts/
------------------------------------------------------------------------
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
Alan J. Cain submitted an update to the
marginalia
package.
Version number: 0.82.8 2025-09-29
License type: lppl1.3c
Summary description: Non-floating marginal content with automatic placement for
LuaLaTeX
Announcement text:
----------------------------------------------------------------------
New features:
- Set default margin item size at \begin{document} instead of at package load time
- Shortcut option to set minimum separation of margin items from top and bottom of page to match top and bottom margins (which is now the default)
Fix: minor corrections to documentation
(Thank you to Julien Labbé for suggesting the new features.)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/marginalia
More information is at
https://www.ctan.org/pkg/marginalia
------------------------------------------------------------------------
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
Sadao Massago submitted an update to the
latex-via-exemplos
package.
Version: 2025-10-03
License: lppl1.3c
Summary description: A LaTeX course written in Brazilian Portuguese language
Announcement text:
----------------------------------------------------------------------
- now using monospaced font for code listings
(to solve copy/paste issue from pdf when has hyphen)
- some misc corrections
----------------------------------------------------------------------
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
KKTeX submitted the
KKsymbols
package
Version: 1.0.0 2025-10-03
License: lppl1.3c
Summary description: LaTeX commands for enclosing characters in circles, squares, diamonds, or brackets
Announcement text:
----------------------------------------------------------------------
KKsymbols v1.0 initial release: Provides maru, seihou, hishi, and
kakko commands for enclosing characters in circles, squares, diamonds,
and brackets. LuaLaTeX-only, depends on TikZ.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kksymbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/kksymbols/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jürgen Spitzmüller submitted an update to the
jslectureplanner
package.
Version: 1.15 2025-10-02
License: lppl1.3
Summary description: Creation and management of university course material
Announcement text:
----------------------------------------------------------------------
- Add \IfSemesterTF check.
- Add size option to \makebeamerprogram.
- Fix expansion issue with datatool keys in jsmembertable.
- Fix some expl3 code.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jslectureplanner
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jslectureplanner/
------------------------------------------------------------------------
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
tagpdf
bundle.
Version: 0.99v 2025-10-02
License: lppl1.3c
Summary description: Code for PDF tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
### Fixed
- undefine internal LastPage label, tagging issue 959
- documentation clean-up
- removed unneeded csname in tagpdf-struct to reduce memory usage
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tagpdf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf/
------------------------------------------------------------------------
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
Lars Madsen submitted an update to the
memoir
package.
Version: 3.8.4 2025-10-02
License: lppl1.3c
Summary description: Typeset fiction, non-fiction and mathematical books
Announcement text:
--------------------------------------------------------------------------------
Long overdue maintenance update. From the README
Changes (2025/10/02)
o memoir v3.8.4
-- bumped required kernel to 2023/06/01
-- general cleanup
-- When creating \immediateaddtocontents we copy and patch
\addtocontents, with 2025 kernel the second patch failed due to
updated kernel code, now back in line whenever the new macro used
exists
-- removed reference to obsolete subfigure package, replaced with
reference to subcaption.
-- remembered to redefine \addtopsmarks as it was using a macro now
deprecated
-- fixed typo in \m@m@makecoltext that caused \enlargethispage to
malfunction. Reported in
https://tex.stackexchange.com/q/747571/3929
-- changed \bookrefname, \partrefname and \appendixrefname to use
\bookname, \partname and \appendixname instead of being hardcoded.
Suggested in private email
-- marked \fref, \tref, \pref, \Aref, \Bref, \Pref, \Cref, \Sref as
deprecated encouraging users to define their own version in the
preamble. Too many packages these days provide referencing macros,
general use classes should not.
Any use of them will now give a warning, encouraging the user to
define the macro in their preamble instead.
-- added \settitlingpagenumbering and adjusted the titlingpage env
such that inside it \thepage uses the formatting macro set via
\settitlingpagenumbering (it expects a macro to format the presence
of a counter).
The main use is \settitlingpagenumbering{\Alph} when using hyperref
in order to get rid of a duplicate destination warning caused by
the titlingpage env.
-- \createplainmark simplified via Expl3
-- dropped the use of the textcase package as the functionality is now
in the kernels \MakeUppercase and \MakeLowercase macros. We provide
\MakeTextUppercase and \MakeTextLowercase as aliases unless
textcase is manually loaded by the user.
Internally we reverted back to using \MakeUppercase and
\MakeLowercase.
-- \settocpreprocessor marked deprecated as the problem it was addes
to solve (upper/lower casing toc entries), is now fixed in the
\MakeUppercase and \MakeLowercase macros provided by the kernel.
-- Fixed typo in \cftbookbreak
-- copied a feature from book.cls where \chapter writes
\chaptername/\appendixname plus number to the log.
Felt like a nice debugging tool.
-- replaced all uses of \phantomsection with more suitable
\MakeLinkTarget's
-- added suitable \MakeLinkTarget to \book, \part and \chapter when
ever they are used and there is not \refstepcounter involved (aka
say \chapter* or within \frontmatter). This is required on the road
to supporting tagging.
-- the overwriting of \@xsect changed to a patch
-- fixed issues with \cftaddtitleline and cftaddnumtitleline
-- Removed email addresses of issue/suggestion reporters from the
sources. Seemed like an invasion of privacy to keep them from 20+
years ago.
-- fixed issue with \bitwonumcaption which caused duplicate target
warning when used with hyperref.
-- fixed a bug in \subcaption and friends initially reported here:
https://github.com/latex3/latex2e/issues/1861
Ulrikes proposed solution simplifies our code a lot, and removes a
\let\label... which is a dangerous construction nowadays.
As a consequence the allowed \label syntax of \label(bookmark}{key}
inside \subcaption and friends has been discontinued.
-- additions to \end@float and \end@dblfloat changed to cmd-before
hooks.
-- adjusted \subtop and \subbottom such that \label inside contents
works, not just as part of subtitle.
Plan to rework these two a bit more in 3.8.5
o memhfixc v1.24
-- some old code removed
-- \@sbook adjusted to look more like the current hyperref version of
\@spart.
-- added \bookautorefname for more languages
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/memoir
More information is at
https://ctan.org/pkg/memoir
--------------------------------------------------------------------------------
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 .
Lander Plasschaert submitted the
futharksymb
package.
Version number: 1.0
License type: mit
Summary description: Macros for entering futhark runes
Announcement text:
----------------------------------------------------------------------
A simple package providing macros for entering runic characters.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/futharksymb
More information is at
https://www.ctan.org/pkg/futharksymb
------------------------------------------------------------------------
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
Boris Veytsman submitted an update to the
resphilosophica
package.
Version: 1.39 2025-09-30
License: lppl1.3
Summary description: Typeset articles for the journal Res Philosophica
Announcement text:
--------------------------------------------------------------------------------
version 1.39 Updated generating last page data
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/resphilosophica
More information is at
https://ctan.org/pkg/resphilosophica
--------------------------------------------------------------------------------
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 .
Javier Bezos López submitted an update to the
babel
package.
Version: 25.13 2025-10-01
License: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 25.13 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-25.13.html
Here is a summary:
* A few vowels missing in the IAST Devanagari transliteration.
* String for `\proofname` in the Turkish `ini` locale file.
* Fixed in the manual the example for a very basic PDF tagging.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/babel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/required/babel/base/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs