Christoph P. Neumann submitted an update to the
cs-techrep
package.
Version number: 0.6 2025-01-16
License type: lppl1.3c
Summary description: Technical Reports in Computer Science and Software Engineering
Announcement text:
----------------------------------------------------------------------
Added package relsize, which allows for \textsmaller{..}. Changed \TODO command
to use todonotes.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/cs-techrep
More information is at
https://www.ctan.org/pkg/cs-techrep
------------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
l3kernel-dev
package.
Version: 2025-01-18
License: lppl1.3c
Summary description: Development pre-release of l3kernel
Announcement text:
----------------------------------------------------------------------
### Changed
- Use a dedicated internal marker for `fp` and `int` expressions,
allowing use with LuaMetaTeX (see \#1518)
### Fixed
- Missing trailing period in `\tl_analysis_log:(N|n)` output (see \#1663)
- Some state variables weren't correctly reset by `\keys_define:nn`
and `\keys_set:nn` breaking some nested usages in edge cases
----------------------------------------------------------------------
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
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.4.2 2025-01-17
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Changed
- Suppress prefix conversion for angle units and `\percent` (see issue
[\#771](https://github.com/josephwright/siunitx/issues/771))
### Fixed
- Printing of exponent part in `\ang` (see issue
[\#769](https://github.com/josephwright/siunitx/issues/769))
- Parsing of exponent part in `\ang` (see issue
[\#770](https://github.com/josephwright/siunitx/issues/770))
----------------------------------------------------------------------
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
Oliver Beery submitted an update to the
fontscale
package.
Version: 3.0.6 2025-01-17
License: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
----------------------------------------------------------------------
### Changed
- `\SetFontStep` now rounds the new font step to 5 decimal places
only when testing if it equals the font step of any font size command
from `\tiny` to `\Huge`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fontscale
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fontscale/
------------------------------------------------------------------------
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
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