The LaTeX Project Team submitted an update to the
l3experimental
package.
Version: 2023-05-11
License: lppl1.3c
Summary description: Experimental LaTeX3 concepts
Announcement text:
----------------------------------------------------------------------
### Changed
- Track `expl3` core changes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3experimental
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3experimental/
------------------------------------------------------------------------
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
package.
Version: 2023-05-11
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Added
- `seq_map_pairwise_function:NNN` (renamed from `seq_mapthread_function:NNN`)
### Changed
- Moved `seq_set_item:Nnn` to stable status
- Track seen filenames to improve performance of
`file_full_name:n` and dependent file operations
### Removed
- Experimental function `seq_pop_item:NnN` from `l3candidates`
- Experimental function `seq_mapthread_function:NNN` now renamed
`seq_map_pairwise_function:NNN`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/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
Reuben Thomas submitted an update to the
pdfjam
package.
Version number: 3.04
License type: gpl2+
Summary description: Shell scripts interfacing to pdfpages
Announcement text:
----------------------------------------------------------------------
This update to pdfjam contains documentation improvements and support for the
TMPDIR environment variable.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/pdfjam
More information is at
https://www.ctan.org/pkg/pdfjam
------------------------------------------------------------------------
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
Maxime Chupin submitted the
huffman
package.
Version: 0.1 2023-05-10
License: lppl1.3c
Summary description: Drawing binary Huffman trees with MetaPost and METAOBJ
Announcement text:
----------------------------------------------------------------------
This MetaPost package allows to draw binary Huffman trees from
two arrays : an array of strings, and an array of weights (numeric).
It is based on the METAOBJ package which provides many tools
to build trees in general.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/huffman
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/huffman/
------------------------------------------------------------------------
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
nostarch
package.
Version number: 2.1
License type: lppl1.3
Summary description: LaTeX class for No Starch Press
Announcement text:
----------------------------------------------------------------------
Version 2.1
Urls now correspond to the requirements of NoStarch: italic font,
low tilde, splitting according to the NoStarch rules
Bibliography updates
New formatting for captions.
Longtable is now loaded by default
New code for colored rows
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/nostarch
More information is at
https://www.ctan.org/pkg/nostarch
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
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Frank Mittelbach submitted an update to the
unicodefonttable
package.
Version: 1.0h 2023-05-10
License: lppl1.3c
Summary description: A Unicode font table generator
Announcement text:
----------------------------------------------------------------------
Corrected name: Malayalm -> Malayalam (gh/10)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/unicodefonttable
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/unicodefonttable/
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
ProfLycee
package.
Version number: 2.6.3 2023-05-09
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
2.6.3 Commande pour déterminer l'équation réduite d'une droite
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proflycee
More information is at
https://www.ctan.org/pkg/proflycee
------------------------------------------------------------------------
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
SympyCalc
package.
Version number: 0.1.1 2023-05-08
License type: lppl1.3c
Summary description: Work with SymPy and PyLuaTeX
Announcement text:
----------------------------------------------------------------------
0.1.1 Possibilité de calculer une image, un nombre dérivé
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/sympycalc
More information is at
https://www.ctan.org/pkg/sympycalc
------------------------------------------------------------------------
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
Thomas F. Sturm submitted an update to the
csvsimple
package.
Version: 2.4.0 2023-05-09
License: lppl1.3
Summary description: Simple CSV file processing
Announcement text:
----------------------------------------------------------------------
### Added
- New additive filter options (issue #24):
- `and filter TINYINT(1)`
- `and filter fp`
- `and filter strcmp`
- `and filter not strcmp`
- `or filter TINYINT(1)`
- `or filter fp`
- `or filter strcmp`
- `or filter not strcmp`
- Hook `csvsimple/csvline` added with example for
doublequote replacement (issue #19)
- Option setting `separator = space` (issue #20)
### Changed
- The content of `range` is now expanded before processing it
- Implementation of `filter TINYINT(1)`, `filter fp`, `filter strcmp`,
`filter not strcmp`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/csvsimple
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/csvsimple/
------------------------------------------------------------------------
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
Weifan Wei submitted the
unifront
package.
Version: 1.0 2023-05-07
License: lppl1.3c
Summary description: Give notes a unique front page for every chapter and section
Announcement text:
----------------------------------------------------------------------
This package can help you format your notes easily and give them
a unique front page for every chapter and section.
It calculates your progress and then displays the progress bar
under the title.
It also displays a partial table of contents under every progress
bar and only shows the subdirectories of the current part.
To generate this, you can simply enter your current completed titles
with a command that accepts Variable Arguments.
Still, that also helped you review your notes.
You can also customise the colour of the bar.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/unifront
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/unifront/
------------------------------------------------------------------------
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