The LaTeX Project Team submitted an update to the
l3kernel
bundle.
Version: 2022-11-02
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Added
- `prg_gset_conditional:N(p)nn` and
`prg_gset_protected_conditional:N(p)nn`
### Fixed
- Loading of `expl3` with ConTeXt MkIV (issue
[#1142](https://github.com/latex3/latex3/issues/1142))
----------------------------------------------------------------------
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
Rushikesh Kamalapurkar submitted an update to the
bodeplot
package.
Version number: 1.1.2 2022-10-29
License type: lppl1.3c
Summary description: Draw Bode, Nyquist and Nichols plots with gnuplot or pgfplots
Announcement text:
----------------------------------------------------------------------
Fixed conflicts with TikZ external library by using the environ package to define environments.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/bodeplot
More information is at
https://www.ctan.org/pkg/bodeplot
------------------------------------------------------------------------
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 .
Claudio Beccari submitted an update to the
canoniclayout
package.
Version number: 1.0
License type: lppl1.3
Summary description: Create canonical page layouts with memoir
Announcement text:
----------------------------------------------------------------------
This new version works with any standard class, not only with the memoir class.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/canoniclayout
More information is at
https://www.ctan.org/pkg/canoniclayout
------------------------------------------------------------------------
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 .
Jianrui Lyu submitted an update to the
tabularray
package.
Version: 2022D 2022-11-01
License: lppl1.3
Summary description: Typeset tabulars and arrays with LaTeX3
Announcement text:
----------------------------------------------------------------------
- add inner key delimiter and its left and right subkeys (#300)
- fix wrong delimiter positions of delimited matrices in amsmath library (#300)
- add blrcontheadname and blrcontfootname for babel translations (#167)
- allow setting multiple environments at the same time (#37)
- add nameref and zref libraries (#256)
- fix a mistake in storing styles of elements (#286)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tabularray
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tabularray/
------------------------------------------------------------------------
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
Martin Scharrer submitted an update to the
ydoc
package.
Version: 0.7alpha 2022-10-26
License: lppl1.3c
Summary description: Macros for documentation of LaTeX classes and packages
Announcement text:
----------------------------------------------------------------------
Added macros for GitHub links.
Updated project links in manual and README.
Added DEPENDS.txt file.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ydoc
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ydoc/
------------------------------------------------------------------------
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
Esger Renkema submitted the
hershey-mp
package.
Version: 2022/1.0
License: other-free
Summary description: MetaPost support for the Hershey font file format
Announcement text:
----------------------------------------------------------------------
This package enables MetaPost to read the file format
of the Hershey vector fonts.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hershey-mp
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/hershey-mp/
------------------------------------------------------------------------
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
François Pantigny submitted an update to the
piton
package.
Version number: 0.9 2022-10-31
License type: lppl1.3
Summary description: Typeset Python listings with LPEG
Announcement text:
----------------------------------------------------------------------
New key 'tab-size' for the numbers of spaces corresponding to a tabulation
Integer value for the key 'splittable' (best control of the page breaks)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/piton
More information is at
https://www.ctan.org/pkg/piton
------------------------------------------------------------------------
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 Novotný submitted an update to the
markdown
package.
Version number: 2.18.0-0-gd8ae860 2022-10-30
License type: lppl1.3c
Summary description: A package for converting and rendering markdown documents
inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Accept snake_case variants of options in addition to camelCase variants in
`markdownSetup` and Lua CLI. Accept snake_case and caseless variants of
options in `setupmarkdown`. (#193, #194, #195, #196, #197, #198)
- Rename renderers, renderer prototypes and options based on the semantics of
elements: (#187, #201)
- Rename the `horizontalRule` and `footnote` renderers and renderer
prototypes to `thematicBreak` and `note`.
- Rename the `footnotes` and `inlineFootnotes` options to `notes` and
`inlineNotes`.
- Rename the `HorizontalRule` rule to `ThematicBreak` and increment
`grammar_version` to `2`. This change is not backwards-compatible with the
`grammar_version` of `1`.
- Add `markdownEscape` macro that inputs a TeX document in the middle of a
markdown document fragment. (1478f7b)
- Add support for raw attributes. (#173, #202)
Fixes:
- Fix missing support for forward slashes in
`markdownSetup{jekyllDataRenderers = {...}}` keys. (#199, #200)
- Fix `plain` LaTeX option not preventing changes to renderer prototypes.
(013abbb)
Continuous Integration:
- Check user manual with MarkdownLint. (#203)
Contributed Software:
- Update `contributions/pandoc-to-markdown`.
(contributed by @drehak, 3d5b8e5, d3073bc)
Deprecation:
- Deprecate `horizontalRule` and `footnote` renderers and renderer prototypes.
(#187, #201)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/markdown
More information is at
https://www.ctan.org/pkg/markdown
------------------------------------------------------------------------
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
JeuxCartes
package.
Version number: 0.1.4 2022-10-30
License type: lppl1.3c lgpl2.1 pd
Summary description: Macros to insert playing cards
Announcement text:
----------------------------------------------------------------------
Size reduction of the png's
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jeuxcartes
More information is at
https://www.ctan.org/pkg/jeuxcartes
------------------------------------------------------------------------
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