Jonatán Perren submitted the
pgf-go
package.
Version: 0.2025.03.07 2025-03-07
License: lppl1.3
Summary description: Diagramming and commenting on Go games
Announcement text:
--------------------------------------------------------------------------------
Im pleased to announce the release of pgf-go, a new LaTeX package designed to simplify and enhance
the creation of Go (Baduk) diagrams. This package introduces an efficient coordinate-loading syntax
that accelerates the process of designing game boards, making it an ideal tool for authors.
Additionally, pgf-go offers flexible profile manipulation, enabling users to customize board layouts,
stones, and annotations with ease. Whether you're documenting games, creating instructional materials,
or exploring creative Go visualizations, pgf-go provides a modern and powerful solution.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/pgf-go
More information is at
https://www.ctan.org/pkg/pgf-go
--------------------------------------------------------------------------------
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 .
Brian Dunn submitted an update to the
verifycommand
package.
Version: 1.11 2025-03-07
License: lppl1.3
Summary description: Verifies definitions are unchanged, such as before patching
Announcement text:
----------------------------------------------------------------------
Improved documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/verifycommand
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/verifycommand/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Boris Veytsman submitted an update to the
aomart
package.
Version number: 1.33
License type: lppl1.3
Summary description: Typeset articles for the Annals of Mathematics
Announcement text:
----------------------------------------------------------------------
Version 1.33
Change in formatting of authors block: the breaks are
allowed between the authors, but not inside an author
block
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/aomart
More information is at
https://www.ctan.org/pkg/aomart
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Mingyu Xia submitted an update to the
hduThesiS
package.
Version: 1.0.0 2025-03-07
License: lppl1.3c
Summary description: LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University
Announcement text:
----------------------------------------------------------------------
- The sources are rewritten in the literature programming.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hduthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hduthesis/
------------------------------------------------------------------------
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.3 2025-03-06
License: lppl1.3c
Summary description: Typeset fiction, non-fiction and mathematical books
Announcement text:
----------------------------------------------------------------------
From the README:
Changes (2025/03/06)
o memoir v3.8.3
-- A few places we loaded package using \usepackage, now changed to
\RequirePackage. Plus under very large font sizes, don't auto load
`fontenc` under Xe- and LuaLaTeX.
-- Has started marking some macros and envs as deprecated, to be
removed at a later date (2026). Each will give a warning at their
first use. The macros/envs include:
-- \addtodef(*), \addtoiargdef(*) and \patchcommand They have better
alternatives in the etoolbox and xpatch packages (which we already
load). Additionally these macros does not preserve robustness, the
macros from xpatch does.
-- \newloglike, \provideloglike
Users should use \DeclareMathOperator from amsopn (amsmath)
-- The redefinitions of \title, \author, \date, \thanks now done via
\xpretocmd and \xapptocmd instead of \addtoiargdef which did not
preserve robustness.
-- The provided code for \counterwithin/out and \@removefromreset has
fininally been removed. All three macros have been in the
LaTeX-kernel since 2018.
-- Internal code cleanup regarding macros that are not used
-- Reimplemented how verse numbers are added thus fixing
<https://tex.stackexchange.com/q/609802/3929>
This is a slight change in behavior, as now line numbers are always
added at the start of the line and not the end. Old implementation
added the numbers at the end, and thus they are aligned with the
last line of a line broken line.
-- Changed the implementation for \cftinserthook. It can have some
ordering issuses when \include is used, \cftinserthook* should now
help.
Note that it may force a \clearpage so should only be used between
\include's
-- Changed \settocdepth in a similar fashion to \cftinserthook.
-- Memoir will now warn if the fancyhdr package is loaded. Users
should use the build in interface instead.
Additionally warn against titlesec and titlepos
-- Chose different defaults for \partmark and \bookpagemark.
Problem reported in <https://tex.stackexchange.com/q/737771/3929>
-- Breaking change: Changed the code for the "article" chapter
style. \chapterheadstart was changed to use \addvspace (like
\section) instead of \vspace. This will lead to a (small) difference in
vertical spacing when the "article" chapter style is used, fx under
the "article" class option.
Problem reported in <https://tex.stackexchange.com/q/732129/3929>
-- changed \cftchapterbreak so it now also contains the vertical skip
(similar to what \part and book does). Unsure why it did not
already
Note that this may affect existing documents if users have
redefined \cftchapterbreak in order to change the penalty
-- refactored \cftbookbreak, \cftpartbreak and \cftchapterbreak such
that the penalty used is now configurable as \cftbeforebookpenalty,
\cftbeforepartpenalty and \cftbeforechapterpenalty.
They all have the same default value of -\@highpenalty
-- In \cftchapterbreak and in all toc entries generated by
\newlistentry the macro that executes \cftbeforeXskip has now been
factored out into a macro that can be set using
\setcftvspacecmd{\macro}
The default is still \vskip, but users might want to change it to
\addvspace for new documents.
Issue reported in private email.
One can argue that \addvspace would be the best choice going
forward, but this also means slightly shifting upwards the first
page of the toc for all memoir docs that uses \tableofcontents. For
now this has been deemed undesirable.
-- no longer load the mparhack package in twocolumn mode. There are
packages there are incomparible with it, thus better for the user
to explicitly load it themself if they need it.
Issue reported in private email.
o memhfixc v1.23
-- renamed Hpagenote counter to mem@Hpagenote to avoid hyperef warning.
-- added \bookautorefname support for french, requested in private email.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/memoir
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/memoir/
------------------------------------------------------------------------
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.99o 2025-03-05
License: lppl1.3c
Summary description: Code for PDF tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
### Added
- Default CSS style definition for derivation to html.
- keys attach-css, css-list, css-list-add, css-list-remove
to configure the CSS style definitions
----------------------------------------------------------------------
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
Nicola Talbot submitted an update to the
datatool
package.
Version: 3.0.1 2025-03-05
License: lppl1.3
Summary description: Tools to load and manipulate data
Announcement text:
----------------------------------------------------------------------
Added missing ldf, def and rollback files.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/datatool
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/datatool/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Alain Matthes submitted an update to the
tkz-elements
package.
Version: 3.34c 2025-03-04
License: lppl1.3
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
----------------------------------------------------------------------
- Package additions
- added functions for creating circles "through" and "diameter"
- adding centers with “kimberling” method X(55), X(56), X(371)
- added “kenmotu_circle” and “kenmotu_point” methods
- added start of error handling with "tex.error"
- Documentation
- correction of some file headers (date and name)
- start of documentation reformatting; classification of examples
- addition in the examples, circles of Yff, Adams, Van Lamoen, Kenmotu
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tkz-elements
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-elements/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Nicola Talbot submitted an update to the
glossaries-extra
package.
Version: 1.57 2025-03-04
License: lppl1.3
Summary description: An extension to the glossaries package
Announcement text:
----------------------------------------------------------------------
- bug fix: \glsfmtfirstpl produces \GLSfmtfirstpl variant PDF bookmark
- corrections to manual
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/glossaries-extra
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/glossaries-extra/
------------------------------------------------------------------------
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
Nelson Lago submitted an update to the
texlogsieve
package.
Version number: 1.5.0 2025-03-03
License type: gpl3+
Summary description: Filter and summarize LaTeX log files
Announcement text:
----------------------------------------------------------------------
This version identifies some more log messages (a few of which made the program get
confused), detects repetitions better, and presents more context for unknown messages.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/texlogsieve
More information is at
https://www.ctan.org/pkg/texlogsieve
------------------------------------------------------------------------
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