The LaTeX Project Team submitted an update to the
l3build
package.
Version: 2024-10-08
License: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
### Fixed
- Test for uncompleted conditionals in tests (may require `.tlg` update)
- Global `typesetopts` no longer ignored for `luatex` and `lualatex` (issue #351)
- Handling of spaces in options
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3build
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3build/
------------------------------------------------------------------------
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
mathtools
package.
Version: 1.31 2024-10-04
License: lppl1.3c
Summary description: Mathematical tools to use with amsmath
Announcement text:
--------------------------------------------------------------------------------
Announcement release 2024/10/07
For mathtools.dtx v1.31
* Fixed bug in the mathic option, initially reported in private email by Lorents Landgren (#62).
A scratch counter was not properly initialised causing penalties to be inserted where they should not.
Note that this fix is likely to change line breaks in existing documents that uses the mathic option.
For empheq.dtx v2.17
* Fixed typo in manual reported by campa
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mathtools
More information is at
https://www.ctan.org/pkg/mathtools
--------------------------------------------------------------------------------
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 .
Association GUTenberg submitted an update to the
letgut
package.
Version: 0.9.10 2024-10-07
License: lppl1.3c
Summary description: Class for the newsletter “La Lettre GUTenberg” of the French TeX User Group GUTenberg
Announcement text:
--------------------------------------------------------------------------------
### Changed
- Multiple rebuses handled
- Paper clips (links to source files of the articles) not in the magin anymore and separated by spaces
- Watermark letter and scale can now be specified
### Fixed
- Wrong output with erminal
- Title of publication in small capitals
- Options of `letgut-banner` never taken in account
- Not all included graphics attached to the PDF
- Variables wrongly local or not reset
- `citeauthor` displayed family name in small caps
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/letgut
More information is at
https://www.ctan.org/pkg/letgut
--------------------------------------------------------------------------------
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 .
Wenjian Chern submitted an update to the
updatemarks
package.
Version: 0.2f 2024-10-07
License: lppl1.3c
Summary description: Extract and update marks from boxes
Announcement text:
----------------------------------------------------------------------
Updating for the latest version of tcolorbox.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/updatemarks
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/updatemarks/
------------------------------------------------------------------------
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
Matthias Fresacher submitted an update to the
pmdraw
package.
Version: 1.5 2024-10-07
License: lppl1.3
Summary description: Draw elements of the diagram monoids
Announcement text:
----------------------------------------------------------------------
Added functionality to draw triple product of diagrams
----------------------------------------------------------------------
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
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
bookshelf
package.
Version: 1.0 2024-10-05
License: lppl1.3c
Summary description: Create a nice image from a BibTeX file
Announcement text:
----------------------------------------------------------------------
New maintainer.
Rewrite of scripts.
Multilanguage processing.
Important change: now the package is LuaLaTeX only
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bookshelf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/bookshelf/
------------------------------------------------------------------------
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
Oliver Beery submitted an update to the
fontscale
package.
Version: 3.0.0 2024-10-05
License: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
--------------------------------------------------------------------------------
## [v3.0.0] - 2024-10-05
### Added
- Added new `expl3` public variables that store the current font step, font
scale, font size, and font baselineskip. They are set in the `selectfont` hook.
- `l_fontscale_step_fp`
- `l_fontscale_scale_fp`
- `l_fontscale_size_dim`
- `l_fontscale_baselineskip_skip`
### Changed
- This update includes some changes that are backwards incompatible.
- The package commands now use the above variables instead of `f@size` and
`f@baselineskip`. This changes the behavior of `CurrentFontStep`,
`CurrentFontScale`, and `CurrentFontSize` within the second argument of
`fontsize` because `fontsize` sets `f@size` to the new font size before
expanding its second argument.
- `PrintFontSizeCommand` no longer tests if the current font baselineskip
equals the font baselineskip of any font size command from ` iny` to `Huge`.
- `SetFontStep` now rounds the new font step to 5 decimal places. This is
important when checking if it equals the font step of any font size command
from ` iny` to `Huge`.
- A default `pt` is now appended only in user-level commands, not in internal `expl3` functions.
- `fontscalesetup` now processes the keys slightly faster when the key `<font
size command>/baselineskip` is not set.
- Documentation improvements.
### Removed
- `CurrentFontSizeCommand` (redundant with `CurrentFontSize` and `CurrentFontBaselineskip`)
### Fixed
- The error message for `SetFontStep*` when the current font step is undefined
no longer writes `SetFontStep*`. This would be incorrect if its
corresponding internal function was used instead of `SetFontStep*`.
- The internal functions of `PrintSampleText` now correctly enclose their contents within a group.
--------------------------------------------------------------------------------
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 .
Florian Sihler submitted an update to the
fancyqr
package.
Version: 2.1 2024-10-05
License: gpl3
Summary description: Fancy QR-Codes with TikZ
Announcement text:
--------------------------------------------------------------------------------
* new `classic` option to typeset QR-Codes in the conventional (non-fancy) style
* now we use only one picture environment for the QR-Code, speeding up typesetting
* improved documentation of common `qrcode` options
* blobs are now a little bit less-heavy
* Bug-Fixes:
- Removed Offset in Blob-Pattern
- Caching and rounding issue when printing multiple QR-Codes of different sizes
--------------------------------------------------------------------------------
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
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: 24.11 2024-10-05
License: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
--------------------------------------------------------------------------------
Changes in version 24.11 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-24.11.html
Here is a summary:
* Manual: outdated comments revised, sections restructured, certain explanations expanded.
A greater number of examples have been included, mainly for XeTeX and LuaTeX.
* Transforms variables.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/required/babel/base
More information is at
https://www.ctan.org/pkg/babel
--------------------------------------------------------------------------------
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 .
François Pantigny submitted an update to the
witharrows
package.
Version: 2.9 2024-10-05
License: lppl1.3
Summary description: “Aligned” math environments with arrows for comments
Announcement text:
----------------------------------------------------------------------
New optional argument between angular brackets (<...>)
for the command Arrow when the class Beamer is used.
Correction of several small bugs.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/witharrows
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/witharrows/
------------------------------------------------------------------------
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