Zeping Lee submitted an update to the
citation-style-language
package.
Version number: 0.7.0 2025-02-23
License type: mit cc0 cc-by-sa-3
Summary description: Bibliography formatting with Citation Style Language
Announcement text:
----------------------------------------------------------------------
### Added
- Add `journal-abbreviation` option to `\addbibresource` command to disable
searching abbreviations of journal titles
([#85](https://github.com/zepinglee/citeproc-lua/issues/85)).
### Fixed
- Match journal title with multiple words when converting `.bib` to CSL-JSON
([#85](https://github.com/zepinglee/citeproc-lua/issues/85)).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/biblio/citation-style-language
More information is at
https://www.ctan.org/pkg/citation-style-language
------------------------------------------------------------------------
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
Martin Scharrer submitted an update to the
standalone
package.
Version number: 1.5a 2025-02-22
License type: lppl1.3
Summary description: Compile TeX pictures stand-alone or as part of a document
Announcement text:
----------------------------------------------------------------------
Fixed issue resulting in missing standalone.tex after extractions.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/standalone
More information is at
https://www.ctan.org/pkg/standalone
------------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version: 1.2.0 2025-02-22
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Unified option to store result.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jsonparse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jsonparse/
------------------------------------------------------------------------
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
latex-base-dev
package.
Version: 2025-06-01 pre-release 2
License: lppl1.3c
Summary description: Development pre-release of the LaTeX kernel
Announcement text:
--------------------------------------------------------------------------------
See draft LaTeX News 41
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex-dev/base
More information is at
https://www.ctan.org/pkg/latex-base-dev
--------------------------------------------------------------------------------
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
medmath
package.
Version: 2025A 2025-02-22
License: lppl1.3c
Summary description: Better medium-size math commands
Announcement text:
--------------------------------------------------------------------------------
fix \cfrac command
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/medmath
More information is at
https://www.ctan.org/pkg/medmath
--------------------------------------------------------------------------------
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 .
Clea F. Rees submitted an update to the
fontscripts
package.
Version: 0.3 2025-02-22
License: lppl1.3c
Summary description: Font encodings, metrics and Lua script fragments for font creation
Announcement text:
----------------------------------------------------------------------
Mostly renaming at Karl Berry's request. Minor bug fixes.
Warning in docs not to put TS1 subset declarations into
fd files yet due to LaTeX bug.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fontscripts
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/utilities/fontscripts/
------------------------------------------------------------------------
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
Fabian Matischok submitted the
tikz-cookingsymbols
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Draw cooking symbols
Announcement text:
----------------------------------------------------------------------
The package uses tikz for drawing cooking symbols like top heat, airfryer and so
on. The commands are provided in english and german. The size of the symbol is
based on the font size and grabbed with \settoheight and \settodepth.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tikz-cookingsymbols
More information is at
https://www.ctan.org/pkg/tikz-cookingsymbols
------------------------------------------------------------------------
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
Martin Scharrer submitted an update to the
standalone
package.
Version number: 1.5 2025-02-21
License type: lppl1.3
Summary description: Compile TeX pictures stand-alone or as part of a document
Announcement text:
----------------------------------------------------------------------
Updated to the conversion feature.
Set papersize special for lualatex/xelatex.
Some documentation corrections.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/standalone
More information is at
https://www.ctan.org/pkg/standalone
------------------------------------------------------------------------
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
markdown
package.
Version number: 3.11.0-0-ga9095584 2025-02-21
License type: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Remove dependency on Selene Unicode and add preliminary support LuaMetaTeX and
ConTeXt standalone. (originally reported by @andreiborisov in #402 and #436,
and by @witiko in latex3#1518 and [dev-context(a)ntg.nl][dev-context-msg03280];
fixed in #551..#553 by @witiko and @lostenderman, and in latex3#1670
and latex3#1671 by @hanshagen, @josephwright, @Skillmon, and @muzimuzhi)
[dev-context-msg03280]: https://www.mail-archive.com/dev-context@ntg.nl/msg03280.html
Fixes:
- Prevent left-flanking and right-flanking delimiter runs followed by
multi-byte whitespace or punctuation characters. (fixed in #552 and #553
by @witiko and @lostenderman)
Documentation:
- Add a man page for `markdown2tex`. (suggested by @karlberry in #547; added by
@witiko in #554..#556)
Docker:
- Install the current package `tinyyaml` in historical TeX Live Docker images.
(added by @witiko in 18cb17f2 and bfb6dfbc, many thanks to @zepinglee for
keeping the CTAN package up-to-date)
Tests:
- Test that nested numbers are correctly parsed by package `tinyyaml` in YAML
metadata. (added by @witiko in #218 and istqb_product_base#172)
----------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
codehigh
package.
Version: 2025C 2025-02-21
License: lppl1.3c
Summary description: Highlight code and demos with l3regex and lpeg
Announcement text:
----------------------------------------------------------------------
- support pdftex utf8 characters in codehigh and demohigh (#22)
- support pdftex utf8 characters in \fakeverb (#24)
- fix missing space characters in previous release (#23)
- add codehigh* and demohigh* environments (#25)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/codehigh
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/codehigh/
------------------------------------------------------------------------
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