Zeping Lee submitted an update to the
citation-style-language
package.
Version: 0.3.0 2022-12-25
License: mit cc-by-sa-3
Summary description: Bibliography formatting with Citation Style Language
Announcement text:
----------------------------------------------------------------------
### Added
- Add author only command `citeauthor`.
- Add narrative citation commands ` extcite` and `citet`
([#17](https://github.com/zepinglee/citeproc-lua/issues/17)).
- Add parenthetical citation commands `parencite` and `citep`
for compatibility.
### Changed
- The -locator suffixes are removed from the `article-locator`
and `title-locator` options.
- The LaTeX markups in citation prefix is now correctly precessed
([#33](https://github.com/zepinglee/citeproc-lua/issues/33)).
### Fixed
- Fix an error in checking the plurity of `number-of-pages`
([#27](https://github.com/zepinglee/citeproc-lua/issues/27)).
- Fix an error in converting value `2nd` to its ordinal form
([#27](https://github.com/zepinglee/citeproc-lua/issues/27)).
- Fix missing DOI prefix when used with `hyperref`
([#28](https://github.com/zepinglee/citeproc-lua/issues/28)).
- Fix special characters (`#` and `%`) in URL
([#30](https://github.com/zepinglee/citeproc-lua/issues/30)).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/citation-style-language
The package’s files themselves can be inspected at
https://mirrors.ctan.org/biblio/citation-style-language/
------------------------------------------------------------------------
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
Chetan Shirore and Dr. Ajit Kumar submitted the
luamodulartables
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Generate modular addition and multiplication tables
Announcement text:
----------------------------------------------------------------------
The luamodulartables package is developed to generate modular addition and
multiplication tables for positive integers. It provides an easy way to
generate modular addition and modular multiplication tables for positive
integers in LaTeX documents. The commands in the package have optional
arguments for the formatting of tables. These commands can be used in an
environment similar to a tabular or array environment. The commands can also be
used with the booktabs package, which provides nice formatting of tables in
LaTeX. It is written in Lua, and TeX file is to be compiled with LuaLaTeX
engine.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luamodulartables
More information is at
https://www.ctan.org/pkg/luamodulartables
------------------------------------------------------------------------
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 .
Fernando H. G. Zucatelli submitted the
tikz-mirror-lens
package.
Version: 1.0.0
License: lppl1.3c
Summary description: Spherical mirrors and lenses in TikZ
Announcement text:
----------------------------------------------------------------------
Hi, everyone!
This is a new package using TikZ for optics.
This package allows the automatic drawing of the image of objects
in spherical mirrors and lenses from the data of the focus, from
the position and height of the object. It calculates the position
and height of the image, and also presents the notable rays.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikz-mirror-lens
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikz-mirror-lens/
------------------------------------------------------------------------
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
Bob Tennent submitted an update to the
cabin
package.
Version: 2022-12-24
License: ofl lppl
Summary description: A humanist Sans Serif font, with LaTeX support
Announcement text:
----------------------------------------------------------------------
Re-arranged cabin.sty to avoid spurious warnings when
using the condensed option.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cabin
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/cabin/
------------------------------------------------------------------------
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
Sicheng Du submitted the
gradient-text
package.
Version: 1.1 2022-12-24
License: lppl1.3c
Summary description: Decorate text with linear gradient colors
Announcement text:
----------------------------------------------------------------------
Text with gradient colors can enhance a document's beauty.
Come and have a try!
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/gradient-text
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/gradient-text/
------------------------------------------------------------------------
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
Josef Friedrich submitted an update to the
luakeys
package.
Version: 0.11.0 2022-12-23
License: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
----------------------------------------------------------------------
New Feature:
* Add a new function called “get_private_instance()” to load
a private version of the luakeys module.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luakeys
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luakeys/
------------------------------------------------------------------------
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
Vít Novotný submitted an update to the
markdown
package.
Version: 2.19.0-0-g80fcf20 2022-12-23
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Add support for fenced divs and bracketed spans. (#207)
Fixes:
- Fix incorrect category codes in plain TeX renderer prototype definitions.
(f156f05)
- Allow backticks in tilde code block infostrings. (#214, #219, #221)
Refactoring:
- Sort Lua options, token renderers, and built-in syntax extensions. (#208)
Documentation:
- Add article [*High-Level Languages for TeX*][1] (in Czech) from
CSTUG Bulletin 1–4/2022 to `README.md`. (authored by @witiko, a2bbdea)
[1]: https://www.doi.org/10.5300/2022-1-4/35
Continuous Integration:
- Make latexmk treat warnings as errors. (#228)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/markdown
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/markdown/
------------------------------------------------------------------------
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
user202729 submitted the
pythonimmediate
package.
Version number: 0.0.0 2022-12-23
License type: lppl1.3c
Summary description: Library to run Python code
Announcement text:
----------------------------------------------------------------------
A library to run Python code. Refer to the package description for the unique
features of the package.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pythonimmediate
More information is at
https://www.ctan.org/pkg/pythonimmediate
------------------------------------------------------------------------
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 .
Ulrike Fischer submitted an update to the
tagpdf
package.
Version number: 0.98 2022-12-22
License type: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Version 0.98 [2022-12-22]
### Added
- started with dedicated latex name spaces
- namespaces definitions have been externalized and are now read from files.
- rules to check if a tag is allowed as child in the current structure. If not allow
a warning is issued, more messages can be activated with log=v.
- The data for namespaces and rules are in a new module, tagpdf-data.dtx.
### Changed
- adding a new tag with add-new-tag now requires that the target role is
defined. Unknown roles error.
- RoleMap object is no longer written in PDF 2.0 as it uses namespaces
- in pdf < 2.0 rolemaps are resolved to the PDF standard.
- Structure destinations are used in PDF < 2.0 too -- they don't harm and
can improve html export.
- agmcbegin no longer requires to use the tag key: the value from the surrounding
structure will be used.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
------------------------------------------------------------------------
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 .
Tingxuan Zhang submitted an update to the
unimath-plain-xetex
package.
Version number: 0.1a
License type: lppl1.3c
Summary description: OpenType math support in (plain) XeTeX
Announcement text:
----------------------------------------------------------------------
This version uses Lua script to generate the table of variable class from unicode-math
package. ----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/plain/unimath-plain-xetex
More information is at
https://www.ctan.org/pkg/unimath-plain-xetex
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
--