VÃt Starý Novotný submitted an update to the
lt3luabridge
package.
Version: 2.2.1 2024-12-16
License: lppl1.3c
Summary description: Execute Lua code in any TeX engine that exposes the shell
Announcement text:
----------------------------------------------------------------------
Fixes:
- Prevent unintended expansion of `\input` and similar commands in
`\luabridge_tl_set:Nn` in LuaTeX. (witiko/markdown#530, #29)
Continuous Integration:
- Use explcheck to check expl3 code in the continuous integration.
(witiko/markdown#535, #30)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lt3luabridge
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/lt3luabridge/
------------------------------------------------------------------------
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
Dohyun Kim submitted an update to the
luamplib
package.
Version: 2.36.3 2024-12-16
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
* change '//' to 'math.floor' for compatibility with luajittex (#158)
* fix documentation on mplibgraphictext considering the introduction
of 'withshadingmethod'
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luamplib
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luamplib/
------------------------------------------------------------------------
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 updates to the
bib2gls
package.
Version: 4.0a 2024-12-15
License: gpl3+
Summary description: Command line application to convert .bib files to glossaries-extra.sty resource files
Announcement text:
----------------------------------------------------------------------
Version 4.0 2024-12-14 :
* bib2gls
- added \INTERPRETNOREPL and \REPLACESPCHARS quarks
- added action=provide
- added new resource options:
wordify-math-greek
wordify-math-symbol
ignored-type
- added support for \BibGlsOptions and \IfNotBibGls
(provided by glossaries-extra v1.54+)
- added switch --[no-]datatool-sort-markers
- bug fix: indexplural not setting text field if missing, which
results in the text field defaulting to the plural form.
- bug fix issue #29 "Version 3.8 and 3.9 fail to find aux files in subdirectories of build directory"
https://github.com/nlct/bib2gls/issues/29
- bug fix: complex conditional relations <> <= and >=
incorrectly parsing quoted rhs
- bash script no longer sets java.locale.providers when running the jar file
(not necessary for Java 9 onwards)
* convertgls2bib
- added support for \loadglsentries
* Added datatool2bib command-line conversion tool.
Version 4.0a 2024-12-15 :
Added missing files.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bib2gls
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/bib2gls/
------------------------------------------------------------------------
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
Battista Benciolini submitted an update to the
linearregression
package.
Version: 2024-12-14
License: lppl
Summary description: Calculate and display linear regressions
Announcement text:
----------------------------------------------------------------------
The package ** linearregression ** provides the definition of
some document-level commands (and some auxiliary functions)
that perform the linear regression on a set of data and present
the data and the results in tabular and in graphic form.
Version 2024-12-14 is more versatile in comparison to previous
versions. Some more elements of the plot can be regulated by
the user. Backward compatibility is preserved.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/linearregression
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/linearregression/
------------------------------------------------------------------------
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 an update to the
lucida-otf
package.
Version number: 0.10
License type: lppl1.3
Summary description: Support for the Lucida Bright fonts (OpenType)
Announcement text:
----------------------------------------------------------------------
0.10 2024-12-14
- Load Math Fonts with \AtBeginDocument
- use only filenames for the fonts
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/lucida-otf
More information is at
https://www.ctan.org/pkg/lucida-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
Adriano Gomes de Santana submitted an update to the
anima
package.
Version number: 1.1 2024-12-14
License type: lppl1.3c
Summary description: Create slideshows with simple animations
Announcement text:
----------------------------------------------------------------------
Bug fixes; addition of optional parameters to some commands; addition of theme,
style, and color palette options. All modifications made are compatible with
previous versions.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/anima
More information is at
https://www.ctan.org/pkg/anima
------------------------------------------------------------------------
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: 2024-12-13
License: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
### explcheck v0.2.0
#### Development
- Add a command-line option `--porcelain` for machine-readable output.
(suggested by @FrankMittelbach in #8, added in #14)
See <https://github.com/Witiko/expltools/pull/15#issuecomment-2542418484>
and below for a demonstration of how you might set up your text editor, so
that it automatically navigates you to lines with warnings and errors.
#### Fixes
- In the command-line interface, forbid the checking of .ins and .dtx files.
Display messages that direct users to check the generated files instead.
(reported by @josephwright and @FrankMittelbach in #8, fixed in #14)
- Expect both backslashes and forward slashes when shortening pathnames. (#14)
- Correctly pluralize "1 file" on the first line of command-line output. (#14)
#### Documentation
- Normalize the behavior and documentation of functions `get_*()` across files
`explcheck/build.lua`, `explcheck/test.lua`, and `explcheck-cli.lua`. (#14)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/expltools
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/expltools/
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
functional
package.
Version: 2024B 2024-12-14
License: lppl1.3c
Summary description: Provide an intuitive functional programming interface for LaTeX2
Announcement text:
--------------------------------------------------------------------------------
- add \colorFromSpec for xcolor package
- fix check-declarations errors (#20)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/functional
More information is at
https://www.ctan.org/pkg/functional
--------------------------------------------------------------------------------
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
iftex
bundle.
Version: 1.0g 2024-12-12
License: lppl1.3c
Summary description: Am I running under pdfTeX, XeTeX or LuaTeX?
Announcement text:
----------------------------------------------------------------------
Update to iftex to support tests for the LuaMetaTeX and Prote engines.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/iftex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/iftex/
------------------------------------------------------------------------
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
John Collins submitted an update to the
latexmk
package.
Version number: 4.86 2024-12-11
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
Document variable $user_deleted_file_treated_as_changed.
Correct problems when main pdf output file is detected as an INPUT file in
the .fls file. (That sometimes affected dependency detection of
included graphics files with the same basename as the main .tex
document.)
Updates to example_rcfiles/xr_latexmkrc, example_rcfiles/pythontex_latexmkrc,
example_rcfiles/splitindex_latexmkrc, example_rcfiles/bib2gls_latexmkrc.
Correct detection of graphics includes in .log file.
Apply autoflush to STDOUT, so that when STDERR and STDOUT are redirected
to the same place, the output is correctly ordered.
Add base name to the list of items reported with the -dir-report and
-dir-report-only options.
With -dir-report-only make report for each tex file to be processed.
Fix failure of -c and -C with $cleanup_includes_generated = 1; when
engine is lualatex or hilatex.
Documentation updates.
Correct problem that necessary necessary directory/ies not created in aux
dir when \include'd file has more than one level of subdirectory.
Correct message about up-to-date files when $max_repeat runs exceeded.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/latexmk
More information is at
https://www.ctan.org/pkg/latexmk
------------------------------------------------------------------------
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