Jürgen Spitzmüller submitted an update to the
babel-german
package.
Version: 2.15 2024-12-10
License: lppl1.3
Summary description: Babel support for documents written in German
Announcement text:
--------------------------------------------------------------------------------
* ngerman/naustrian: adhere to global casing setting, add nocapsz modifier to opt out of that.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/babel-contrib/german
More information is at
https://www.ctan.org/pkg/babel-german
--------------------------------------------------------------------------------
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 .
samcarter submitted an update to the
TikZducks
package.
Version: 1.9 2024-12-10
License: lppl1.3c
Summary description: A little fun package for using rubber ducks in TikZ
Announcement text:
--------------------------------------------------------------------------------
### New
- sombrero hat (many thanks to CarLaTeX for contributing the hat)
- megaphone (see #37, many thanks to @maieul for the idea!)
### Changed
- switched from `patterns` to `patterns.meta` library for magic hat for more
flexibility
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzducks
More information is at
https://www.ctan.org/pkg/tikzducks
--------------------------------------------------------------------------------
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 .
Vít Starý Novotný submitted an update to the
expltools
package.
Version: 2024-12-09
License: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
--------------------------------------------------------------------------------
## expltools 2024-12-09
### explcheck v0.1.1
#### Fixes
- In LuaTeX, initialize Kpathsea Lua module searchers first.
(reported by @josephwright, Lars Madsen, and Philip Taylor on
[tex-live(a)tug.org][tex-live-02] and by @muzimuzhi in #9,
fixed on [tex-live(a)tug.org][tex-live-03] by @gucci-on-fleek)
- Allow spaces between arguments of `\ProvidesExpl*` commands.
(reported by @u-fischer and @josephwright in #7, fixed in #13)
[tex-live-02]: https://tug.org/pipermail/tex-live/2024-December/050958.html
[tex-live-03]: https://tug.org/pipermail/tex-live/2024-December/050968.html
#### Documentation
- Include explcheck version in the command-line interface.
(reported in #10, fixed in #13)
- Hint in the file `README.md` that .dtx are not well supported.
(reported by @josephwright in #8, added in #13)
- Show in the file `README.md` how explcheck can be used from Lua code. (#13)
- Include instructions about using l3build in the file `README.md`.
(reported in #11, added in #13)
#### Continuous integration
- Add `Dockerfile`, create Docker image, and mention it in the file `README.md`.
(discussed in #12, added in #13)
--------------------------------------------------------------------------------
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
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: 4.5 2024-12-09
License: lppl1.3
Summary description: Extensive control of page headers and footers in LaTeX2e
Announcement text:
--------------------------------------------------------------------------------
– fancyhdr: use a better method to disable paragraph hooks
– fancyhdr: added hooks
– extramarks: Prepare for LaTeX release June 2025
– extramarks: added commands \extramarksleft and \extramarksright
--------------------------------------------------------------------------------
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 .
Oliver Beery submitted an update to the
scaletextbullet
package.
Version: 1.0.3 2024-12-09
License: lppl1.3c
Summary description: Resize the \textbullet without changing its vertical center
Announcement text:
--------------------------------------------------------------------------------
## [v1.0.3] - 2024-12-09
### Changed
- The documentation now displays code in a light-gray background using the `tcolorbox` package.
This subtle contrast enhances readability.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/scaletextbullet
More information is at
https://www.ctan.org/pkg/scaletextbullet
--------------------------------------------------------------------------------
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 .
Oliver Beery submitted an update to the
fontscale
package.
Version: 3.0.3 2024-12-09
License: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
--------------------------------------------------------------------------------
## [v3.0.3] - 2024-12-09
### Changed
- The documentation now displays code in a light-gray background using the `tcolorbox` package.
This subtle contrast enhances readability.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fontscale
More information is at
https://www.ctan.org/pkg/fontscale
--------------------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
l3kernel-dev
package.
Version: 2024-12-09
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
----------------------------------------------------------------------
### Added
- `\bitset_use:N` and `\clist_use:N`: this clarifies that bitsets and clists
can be used with `V`-type expansion
- `\sys_if_engine_opentype:(TF)`
- Add equivalent interfaces for regex functions:
- `\int_(g)set_regex_count:Nnn`, `\int_(g)set_regex_count:NNn`
- `\seq_(g)set_regex_extract_once:Nnn`, `\seq_(g)set_regex_extract_once:NNn`
- `\seq_(g)set_regex_extract_all:Nnn`, `\seq_(g)set_regex_extract_all:NNn`
- `\seq_(g)set_regex_split:Nnn`, `\seq_(g)set_regex_split:NNn`
- `\tl_if_regex_match:nn(TF)`, `\tl_if_regex_match:nN(TF)`
- `\tl_regex_(g)replace_once:Nnn`, `\tl_regex_(g)replace_once:NNn`
- `\tl_regex_(g)replace_all:Nnn`, `\tl_regex_(g)replace_all:NNn`
### Fixed
- `\prop_item:Nn` result not returned in `\exp_not:n` for linked properties
(#1630)
### Removed
- `\c_catcode_active_tl`: was missing a `_`, always intended to be internal
----------------------------------------------------------------------
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
Axel Kittenberger submitted the
luatikz
package.
Version: 2.12.0 2024-12-04
License: lppl1.3c mit
Summary description: A 2D graphics library to draw TikZ graphics using the Lua programming language
Announcement text:
----------------------------------------------------------------------
Introducing luatikz as a comfort graphics library to work with
graphic objects as immutables in the Lua programming language.
It writes code for the TikZ package.
It overloads operators, so you can use standard math expressions
to work with graphical objects.
There probably isn’t anything that couldn’t been done just as well
with pgfmath and TikZ directly.
However, if a graphic gets more complicated, for me Lua is just
easier to work with as base.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luatikz
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/luatikz/
------------------------------------------------------------------------
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.4a
License: lppl1.3
Summary description: Class for articles for submission to Elsevier journals
Announcement text:
----------------------------------------------------------------------
Change Log
The 'preprint' option has been modified to align with the requirement
of Elsevier. i.e., the following line in the footer has been removed
"Preprint submitted to ....".
----------------------------------------------------------------------
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
Sadao Massago submitted an update to the
latex-via-exemplos
package.
Version: 0.5.11 2024-12-08
License: gpl2+
Summary description: A LaTeX course written in brazilian portuguese language
Announcement text:
--------------------------------------------------------------------------------
- new fonts examples: mlmodern, sansmathfonts, and fontsetup.
- updated example for anbtexto for ABNT
- some new packages.
- some bug fixes.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/latex-via-exemplos
More information is at
https://www.ctan.org/pkg/latex-via-exemplos
--------------------------------------------------------------------------------
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 .