Tobias Oetiker submitted an update to the
acronym
package.
Version number: 1.50 2025-01-17
License type: lppl1.3
Summary description: Expand acronyms at least once
Announcement text:
----------------------------------------------------------------------
Fix for label regression with amsmath equations and headings
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/acronym
More information is at
https://www.ctan.org/pkg/acronym
------------------------------------------------------------------------
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
tabularray-abnt
package.
Version: 2025-01-16
License: lppl1.3c
Summary description: An ABNT (Brazilian standard) theme for tabularray
Announcement text:
----------------------------------------------------------------------
bug fix for case that some quadros appear as tables on list of quadros.
----------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version number: 0.9.12 2025-01-17
License type: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Bug fixes, commands to access array items.
----------------------------------------------------------------------
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
Vít Starý Novotný submitted an update to the
expltools
package.
Version number: 2025-01-16
License type: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
## expltools 2025-01-16
### explcheck v0.6.0
#### Development
- Add support for TOML configuration files. (#24)
You may configure the tool by placing a configuration file named
`.explcheckrc` in the current working directory.
For example, the following configuration file would increase the maximum line
length before the warning S103 (Line too long) is produced from 80 to 120
characters and also disable the warnings W100 (No standard delimiters) and
S206 (Missing stylistic whitespaces):
``` toml
[options]
max_line_length = 120
ignored_issues = ["w100", "s206"]
```
#### Fixes
- Do not require lower-case identifiers in the command-line option
`--ignored-issues`. (f394d38c)
#### Distribution
- Add Lua library `lfs` to Docker image `ghcr.io/witiko/expltools/explcheck`.
(4f9f26f)
This enables additional functionality, such as suggesting which `.ins` file
the user should process with TeX to extract expl3 code from a `.dtx` archive.
----------------------------------------------------------------------
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
Linus Romer submitted an update to the
miama
package.
Version: 1.2 2025-01-15
License: ofl lppl1.3
Summary description: The Miama Nueva handwriting font with LaTeX support
Announcement text:
----------------------------------------------------------------------
Corrected a bug in the miama.map file.
Since the font name in miama.pfb is "MiamaNueva" it is now called
"MiamaNueva" in miama.map as well in order to work with dvips
(instead of the old "MiamaNueva-Regular").
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/miama
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/miama/
------------------------------------------------------------------------
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.65 2025-01-15
License: ofl lppl1.3
Summary description: OTF version of the Kp-fonts
Announcement text:
----------------------------------------------------------------------
Text fonts: improved kernings for Small and Petites Caps.
----------------------------------------------------------------------
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
Antoine Missier submitted an update to the
schooldocs
package.
Version: 1.6 2025-01-15
License: lppl1.3
Summary description: Various layout styles for school documents
Announcement text:
----------------------------------------------------------------------
Using the totpages package instead of lastpage (due to
potentially bad interactions with other macros when using
exesheet with hyperref).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/schooldocs
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/schooldocs/
------------------------------------------------------------------------
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
Magnus Lie Hetland submitted an update to the
skeldoc
package.
Version: 0.1.3 2025-01-15
License: mit
Summary description: Placeholders for unfinished documents
Announcement text:
----------------------------------------------------------------------
Add the `hide-notes` and `hide-all` options, to hide the notes
and note numbers, or all skeleton elements (including notes),
respectively.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/skeldoc
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/skeldoc/
------------------------------------------------------------------------
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: 0.9.11 2025-01-15
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
--------------------------------------------------------------------------------
Bug fixes, alternative command to loop over arrays.
--------------------------------------------------------------------------------
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
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 .
Joseph Wright submitted an update to the
biblatex-ieee
package.
Version: 1.4c 2025-01-15
License: lppl1.3c
Summary description: IEEE style files for BibLaTeX
Announcement text:
----------------------------------------------------------------------
- Leave "et al." upright
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-ieee
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-iee…
------------------------------------------------------------------------
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-01-15
License type: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
## expltools 2025-01-15
### explcheck v0.5.0
#### Development
- Add support for ignoring file-wide issues and issues on a single line using
TeX comments. (#23)
For example, a comment `% noqa` will ignore any issues on the current line,
whereas a comment `% noqa: W100, S206` will ignore the file-wide warning W100
(No standard delimiters) and the warning S206 (Malformed variable or constant
name) on the current line.
- Add command-line option `--ignored-issues` and Lua option `ignored_issues`
for ignoring issues. (#23)
For example, `--ignored-issues=w100,s206` will ignore the file-wide warning
W100 (No standard delimiters) and all warnings S206 (Malformed variable or
constant name).
#### Fixes
- Correctly shorten long names of files from the current working directory in
the command-line output. (#23)
- Correctly parenthesize and order LPEG parsers in the file
`explcheck-obsolete.lua`. (#23)
- Do not produce warning S204 (Missing stylistic whitespaces) for non-expl3,
empty, or one-character names of control sequences. (#23)
- Do not produce warning S204 (Missing stylistic whitespaces) for an empty
grouping (`{}`). (#23)
- Do not produce warning S204 (Missing stylistic whitespaces) for a parameter
before begin grouping (`#1{`). (#23)
- Do not produce S204 (Missing stylistic whitespaces) for a comma immediately
after a control sequence. (505608f9)
- Do not produce warnings S205 (Malformed function name) and S206 (Malformed
variable or constant name) for non-expl3 functions, variables, and constants.
(#23)
- Do not produce warnings S206 (Malformed variable or constant name) for
variable and constant names that contain names of built-in types such as
`\c_module_constant_clist_tl` containing `clist`. (#23)
----------------------------------------------------------------------
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
Nicola Talbot submitted an update to the
tracklang
package.
Version: 1.6.2 2025-01-14
License: lppl1.3
Summary description: Language and dialect tracker
Announcement text:
--------------------------------------------------------------------------------
- added scots
- bug fix: \AddTrackedDialect and \TrackLanguageTag
causes "Undefined control sequence" error
when used with recognised language.
- bug fix: file existence test triggers undefined command
\@tracklang@test@if@file@exists@next caused by assigning to
undefined \@tracklang@test@if@file@exists@for@scriptregion
(should be \@tracklang@test@if@file@exists@for@region)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/tracklang
More information is at
https://www.ctan.org/pkg/tracklang
--------------------------------------------------------------------------------
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 .
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.4.1 2025-01-14
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Fixed
- Correct a deprecation message (see issue
[\#766](https://github.com/josephwright/siunitx/issues/766))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
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
bundle.
Version: 2025-01-14
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
----------------------------------------------------------------------
## [2025-01-14]
### Added
- `\int_step_tokens:nn`, `\int_step_tokens:nnn`, and `\int_step_tokens:nnnn`
### Fixed
- Check conditionals are defined when creating variants (see \#1189)
----------------------------------------------------------------------
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
Vít Starý Novotný submitted an update to the
expltools
package.
Version number: 2025-01-14
License type: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
## expltools 2025-01-14
### explcheck v0.4.0
#### Development
- Add lexical analysis. (#21)
#### Fixes
- Do not detect error E102 (expl3 material in non-expl3 parts) when the
command-line option `--expect-expl3-everywhere` has been specified. (#21)
----------------------------------------------------------------------
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
CreationBoites
package.
Version: 0.1.1 2025-01-13
License: lppl1.3c
Summary description: Macros to create simple tcolorbox with some customizations
Announcement text:
--------------------------------------------------------------------------------
Bugfix + New keys for customize logo/icon
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/creationboites
More information is at
https://www.ctan.org/pkg/creationboites
--------------------------------------------------------------------------------
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 .
Akira Yamaji submitted an update to the
mcf2graph
package.
Version: 5.17 2025-01-13
License: mit
Summary description: Draw chemical structure diagrams with MetaPost
Announcement text:
--------------------------------------------------------------------------------
-fix bug in group length inside group
-delete group command **
-delete option parameter sw_expand
-update mcf2graph.mp
-update main_lib.mcf
-update MCF manual,example
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/mcf2graph
More information is at
https://www.ctan.org/pkg/mcf2graph
--------------------------------------------------------------------------------
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 .
Bob Tennent submitted an update to the
libertinus-type1
package.
Version: 2025-01-11
License: gpl2 ofl lppl
Summary description: Support for using Libertinus fonts with LaTeX/pdfLaTeX
Announcement text:
----------------------------------------------------------------------
Reduce the degree of embolding in Mono Bold and add Mono Italic
and BoldItalic variants.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/libertinus-type1
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/libertinus-type1/
------------------------------------------------------------------------
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
package.
Version: 0.99l 2025-01-12
License: lppl1.3c
Summary description: Code for PDF tagging using pdfLaTeX and LuaLaTeX
Announcement text:
--------------------------------------------------------------------------------
## [2025-01-12]
Version 0.99l
### Changed
- allow Sub as child of Code (spec change)
- change name of LaTeX namespace (remove year)
- allow to change the URI-ID of the user namespace
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
--------------------------------------------------------------------------------
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
lwarp
package.
Version: 0.917 2025-01-12
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Improved ALT tags.
Updated backref, extramarks, fancyhdr, fancyvrb, fvextra, lipsum,
listings, minted, musicography, orcidlink, pdfpages, siunitx,
witharrows, xr.
----------------------------------------------------------------------
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
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
Anton Mnatsakanov submitted an update to the
skillicons
package.
Version: 2.0 2025-01-11
License: mit
Summary description: Integrate skill icons into your documents
Announcement text:
----------------------------------------------------------------------
Huge update of the skillicons package - a lot of new icons added
from https://github.com/LelouchFR/skill-icons
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/skillicons
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/skillicons/
------------------------------------------------------------------------
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: 1.31
License: lppl1.3
Summary description: Typeset articles for the Annals of Mathematics
Announcement text:
----------------------------------------------------------------------
New formatting for long addresses
Added manual page for aom-fullref.pl
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/aomart
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/aomart/
------------------------------------------------------------------------
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
Rishikesan T. Nair submitted an update to the
elsarticle
package.
Version: 3.4c 2025-01-11
License: lppl1.3
Summary description: Class for articles for submission to Elsevier journals
Announcement text:
----------------------------------------------------------------------
1. The error "!LaTeX Error: Command \c@author already defined."
has been corrected.
2. Version changed to 3.4c
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/elsarticle
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/elsarticle/
------------------------------------------------------------------------
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
Jonathan P. Spratte submitted an update to the
pgfmath-xfp
package.
Version: 1.0a 2025-01-11
License: lppl1.3c
Summary description: Define pgfmath functions using xfp
Announcement text:
----------------------------------------------------------------------
Just a minor addition to the documentation making the constraints
of `pgfmath-xfp` a bit clearer.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pgfmath-xfp
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pgfmath-xfp/
------------------------------------------------------------------------
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
Jonathan P. Spratte submitted an update to the
enverb
package.
Version: 1.1 2025-01-10
License: lppl1.3c
Summary description: Read an environment verbatim
Announcement text:
----------------------------------------------------------------------
Minor bugfix in an internal macro (caused a mostly fine default to
be used more often than necessary -- in practice this most likely
never happened).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/enverb
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/enverb/
------------------------------------------------------------------------
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.0d 2025-01-10
License: lppl1.3c
Summary description: Variants of last page labels
Announcement text:
----------------------------------------------------------------------
Bug fix: There was one \Roman@bar{page} which must be \Roman@bar{\Roman{page}}.
So the output would have been the text "page" instead of a Roman page number;
introduced 2024-12-07 v2.0b when compatibility with the romanbarpagenumber
package was provided.
----------------------------------------------------------------------
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
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
João M. Lourenço submitted an update to the
coloredtheorem
package.
Version number: 1.1.1 2025-01-10
License type: lppl1.3c
Summary description: A colourful boxed theorem environment
Announcement text:
----------------------------------------------------------------------
This package provides a colourful boxed theorem environment, combining tcolorbox
and breakable boxes.
Version 1.1.1 introduces some minor fixes to the documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/coloredtheorem
More information is at
https://www.ctan.org/pkg/coloredtheorem
------------------------------------------------------------------------
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
Romano Giannetti submitted an update to the
CircuiTikZ
package.
Version: 1.7.1 2025-01-10
License: lppl gpl
Summary description: Draw electrical networks with TikZ
Announcement text:
--------------------------------------------------------------------------------
Various new blocks have been added, and several fixes have been applied
(the barrier one is slightly backward-incompatible...).
- Added a flag to have German-style TVS
- Added many blocks all over the map
- Fix for straight voltage on `open` bipoles
- Fix a very, very old bug about aliases for American/European sources
- Fix `barrier` wire linewidth
- Fix stroke-type transorb (which did not work at all)
- Reduce `barrier` and `openbarrier` default widths so no wire is drawn by default.
- Documentation enhancement (example of chopper macro)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/circuitikz
More information is at
https://www.ctan.org/pkg/circuitikz
--------------------------------------------------------------------------------
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 the
jetbrainsmono-otf
package.
Version: 0.1
License: lppl1.3 ofl
Summary description: Package (or only fontspec config files) support for the OpenType font JetBrains
Announcement text:
--------------------------------------------------------------------------------
Support of JetBrainsMono OpenType font with LuaLaTeX or XeLaTeX.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/jetbrainsmono-otf
More information is at
https://www.ctan.org/pkg/jetbrainsmono-otf
--------------------------------------------------------------------------------
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
cascadiamono-otf
package.
Version: 0.3
License: lppl1.3
Summary description: Fontspec support for the OpenType font CascadiaMono
Announcement text:
--------------------------------------------------------------------------------
sty file with fontfamily & cascadiacode version (with ligatures)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/cascadiamono-otf
More information is at
https://www.ctan.org/pkg/cascadiamono-otf
--------------------------------------------------------------------------------
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 .
Arthur Rosendahl submitted an update to the
hyph-utf8
package.
Version: 2025-01-10
License: mit
Summary description: Hyphenation patterns expressed in UTF-8
Announcement text:
----------------------------------------------------------------------
This is another bugfix update, overdue from 2021.
Back then we added Albanian to the list of supported languages,
but there were duplicates in the pattern file, and because of
time constraints that change needed to be rolled back, so that
Albanian wasn’t added to TeX Live until (hopefully) now.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hyph-utf8
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/hyph-utf8/
------------------------------------------------------------------------
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 Gaborit submitted an update to the
sankey
package.
Version: 3.0.2
License: lppl1.3 gpl
Summary description: Draw Sankey diagrams with TikZ
Announcement text:
--------------------------------------------------------------------------------
Fixed extra parentheses in some code examples and update for new version of 'ltxdoc' class
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/sankey
More information is at
https://www.ctan.org/pkg/sankey
--------------------------------------------------------------------------------
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 .
Bob Tennent submitted an update to the
classico
package.
Version: 2025-01-10
License: other-free nocommercial lppl
Summary description: URW Classico fonts
Announcement text:
--------------------------------------------------------------------------------
Restoring support for small-caps with the type1 fonts.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/urw/classico
More information is at
https://www.ctan.org/pkg/classico
--------------------------------------------------------------------------------
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 .
Pieter van Oostrum submitted an update to the
fancyhdr
package.
Version: 5.1.1 2025-01-07
License: lppl1.3
Summary description: Extensive control of page headers and footers in LaTeX2e
Announcement text:
--------------------------------------------------------------------------------
Bug fix
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fancyhdr
More information is at
https://www.ctan.org/pkg/fancyhdr
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Alceu Frigeri submitted an update to the
tikzquests
package.
Version: 1.2 2025-01-09
License: lppl1.3c gpl3+
Summary description: A parametric questions’ repositories framework
Announcement text:
----------------------------------------------------------------------
Added the concept of 'sub-repositories' (relevant when listing
the questions of a repository). See documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikzquests
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tikzquests/
------------------------------------------------------------------------
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
Rishikesan T. Nair submitted an update to the
elsarticle
package.
Version: 3.4b 2025-01-09
License: lppl1.3
Summary description: Class for articles for submission to Elsevier journals
Announcement text:
----------------------------------------------------------------------
The error which pops up when using the 'nonatbib' option and biblatex
has been resolved.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/elsarticle
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/elsarticle/
------------------------------------------------------------------------
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
Razik Ikhlef submitted the
beamerthemeCelestia
package.
Version: 1.0.0 2025-01-08
License: lppl1.3c
Summary description: A modern and elegant Beamer theme
Announcement text:
----------------------------------------------------------------------
Initial release of Celestia (v1.0.0), a modern and elegant Beamer
theme. Features include multiple footer styles, enhanced typography
options, and decorative elements.
Provides special templates for code listings, section pages, and
standout frames.
Designed for academic and professional presentations with focus
on readability and visual appeal.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamerthemecelestia
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
Razik Ikhlef submitted the
neoschool
package.
Version number: 1.0.0
License type: lppl1.3c
Summary description: LaTeX class for teachers
Announcement text:
----------------------------------------------------------------------
Initial release of neoschool (v1.0.0), a document class designed for secondary
school teachers. Features pre-configured templates, color themes, and
specialized environments for educational documents. Simplifies LaTeX usage in
education through integration of common packages and multilingual support.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/neoschool
More information is at
https://www.ctan.org/pkg/neoschool
------------------------------------------------------------------------
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
Oliver Kopp submitted an update to the
plantuml
package.
Version number: 0.5.0
License type: lppl1.3c
Summary description: Support for rendering UML diagrams using PlantUML
Announcement text:
----------------------------------------------------------------------
Fixed overleaf compilation. [#34](https://github.com/koppor/plantuml/issues/34)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/plantuml
More information is at
https://www.ctan.org/pkg/plantuml
------------------------------------------------------------------------
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
Vafa Khalighi submitted the
beamertools
package.
Version number: 0.1 2025-01-09
License type: lppl1.3c
Summary description: A collection of programming tools for beamer
Announcement text:
----------------------------------------------------------------------
The packages provides a collection of programming tools for beamer.
Currently, it provides the control sequence \redefbeamertemplate for redefining
a predefined beamer template.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/beamertools
More information is at
https://www.ctan.org/pkg/beamertools
------------------------------------------------------------------------
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
cascadiamono-otf
package.
Version: 0.2
License: lppl1.3
Summary description: Fontspec support for the OpenType font CascadiaMono
Announcement text:
----------------------------------------------------------------------
New options (Light & ExtraLight).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cascadiamono-otf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/cascadiamono-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
Herbert Voß submitted the
gentium-otf
package.
Version number: 0.01
License type: lppl1.3
Summary description: Support for the TrueType font GentiumPlus
Announcement text:
----------------------------------------------------------------------
Package gentium-otf supports the free font GentiumPlus
and GentiumBookPlus as TrueType (see package gentium-sil)
and defines missing typefaces. All font features are
available by special macros.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/gentium-otf
More information is at
https://www.ctan.org/pkg/gentium-otf
------------------------------------------------------------------------
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
aomart
package.
Version number: 1.30 2025-01-08
License type: lppl1.3
Summary description: Typeset articles for the Annals of Mathematics
Announcement text:
----------------------------------------------------------------------
Version 1.30
Multiple citations now are typeset as [1], [2], [3] according
to the house style
Footnote marks are now in house style rather AMS style.
Tightened enumerate and itemize
Zbl and numbers for misc and unpublished entries are no longer
output
Renamed fullref.pl -> aom-fullref.pl as requested by TeXLive
----------------------------------------------------------------------
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
Sadao Massago submitted an update to the
latex-via-exemplos
package.
Version: 2025-01-06
License: lppl1.3c
Summary description: A LaTeX course written in brazilian portuguese language
Announcement text:
----------------------------------------------------------------------
Changes the abnt style table examples. Now, using tabularray-abnt.
----------------------------------------------------------------------
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
Markus Kohm submitted an update to the
scrlayer-fancyhdr
package.
Version: 0.3.1 2025-01-08
License: lppl1.3c
Summary description: Combining package fancyhdr with KOMA-Script’s scrlayer
Announcement text:
--------------------------------------------------------------------------------
The necessary changes have been made to achieve basic compatibility with
fancyhdr version 5.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/scrlayer-fancyhdr
More information is at
https://www.ctan.org/pkg/scrlayer-fancyhdr
--------------------------------------------------------------------------------
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 .
Sander J.J. Leemans submitted the
tikz-bpmn
package.
Version: 2025-01-07
License: lppl1.3c
Summary description: A TikZ library for creating BPMN models
Announcement text:
--------------------------------------------------------------------------------
This Tikz library provides primitives for drawing Business Process Modelling and
Notation (BPMN) models.
It includes tasks, subprocesses, events, task markers and gateways.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tikz-bpmn
More information is at
https://www.ctan.org/pkg/tikz-bpmn
--------------------------------------------------------------------------------
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 .
Bob Tennent submitted an update to the
libertinus-type1
package.
Version: 2025-01-07
License: gpl2 ofl lppl
Summary description: Support for using Libertinus fonts with LaTeX/pdfLaTeX
Announcement text:
--------------------------------------------------------------------------------
Restoring support for a Bold Mono variant.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/libertinus-type1
More information is at
https://www.ctan.org/pkg/libertinus-type1
--------------------------------------------------------------------------------
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 .
Gabriel Ruprecht submitted the
fillpages
package.
Version: 1.0.0 2025-01-07
License: lppl1.3
Summary description: Fill up the page count to a certain number (e.g. divisible by 4)
Announcement text:
----------------------------------------------------------------------
I created a package to insert pages into a document to match
a certain page count. For printing, the physical page count must
be divisible by a certain number, most often 4, 8 or 16.
This package inserts blank or predefined pages, if needed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fillpages
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fillpages/
------------------------------------------------------------------------
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
Arthur Rosendahl submitted an update to the
hyph-utf8
bundle.
Version: 2025-01-07
License: mit
Summary description: Hyphenation patterns expressed in UTF-8
Announcement text:
----------------------------------------------------------------------
Uploading anew as the latest publishing version (2025-01-02)
contained a mistake that would have broken most TeX installations.
Contents are otherwise unchanged and boil down to a major update
to the Romansh patterns.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hyph-utf8
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/hyph-utf8/
------------------------------------------------------------------------
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
Maïeul Rouquette submitted an update to the
reledmac
package.
Version number: 2.40.2 2025-01-07
License type: lppl1.3
Summary description: Typeset scholarly editions
Announcement text:
----------------------------------------------------------------------
Bug with right pstart number with continuousnumberingwithcolumns
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/reledmac
More information is at
https://www.ctan.org/pkg/reledmac
------------------------------------------------------------------------
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