Chetan Shirore and Dr. Ajit Kumar submitted the
luagcd
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Computation of gcd of integers inside LaTeX using Lua
Announcement text:
----------------------------------------------------------------------
Using Lua, the luagcd package is developed to find the greatest common divisor (gcd) of integers in LaTeX.
The package provides commands to obtain step-by-step computation of gcd of two integers by using the Euclidean algorithm.
In addition, the package has the command to express gcd of two integers as a linear combination.
The Bezout’s Identity can be verified for any two integers using commands in the package.
No particular environment is required for the use of commands in the package.
It is written in Lua, and the TeX file has to be compiled with the LuaLaTeX engine.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luagcd
More information is at
https://www.ctan.org/pkg/luagcd
------------------------------------------------------------------------
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 .
Adrien Bouzigues submitted an update to the
guide-latex-fr
package.
Version: 3.8 2022-12-28
License: cc-by-nc-nd-4
Summary description: A french guide on LaTeX – for beginners or advanced users
Announcement text:
----------------------------------------------------------------------
Minor updates (cf. README)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/guide-latex-fr
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/guide-latex-fr/
------------------------------------------------------------------------
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
Luis Rivera submitted the
BLOpenType
package.
Version: 0.0 2022-12-28
License: lppl1.3c mit
Summary description: A basic LuaTeX OpenType handler
Announcement text:
----------------------------------------------------------------------
A Basic LuaTeX OpenType Handler, based on Paul Isambert's PiTeX code.
Should work with Plain TeX at least.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/blopentype
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/blopentype/
------------------------------------------------------------------------
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
Ulrike Fischer submitted an update to the
tagpdf
package.
Version number: 0.98a 2022-12-22
License type: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Version 0.98a [2022-12-28]
### Fixed
- parent-child test for NonStruct, Part, Div
- tagging of sectioning in the documentation
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
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
--
Gustavo Barros submitted an update to the
postnotes
package.
Version: 0.2.0 2022-12-28
License: lppl1.3c
Summary description: Endnotes for LaTeX
Announcement text:
----------------------------------------------------------------------
### Added
- `postnote` option `markstr`, which can receive a string as value, and does
not set `sortnum`.
- `postnotesection` option `exp`, to expand the contents in place.
### Changed
- To simplify user input, `postnote` option `mark` now requires a number as
value, but it also sets `sortnum`.
- `postnotesectionx` is deprecated in favor of the new `exp` option.
- Bumped the required kernel to 2022-06-01, so that we can use the new
`MakeLinkTarget` and the starred version of `
ef*` defined by the kernel,
which simplifies the relation with `hyperref`. All in all, `postnotes` no
longer needs to use any internal `hyperref` commands.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/postnotes
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/postnotes/
------------------------------------------------------------------------
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
luacomplex
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Operations on complex numbers inside LaTeX documents using Lua
Announcement text:
----------------------------------------------------------------------
The luacomplex package is developed to define complex numbers and perform basic
arithmetic on complex numbers in LaTeX.
It also loads the luamaths package.
It provides an easy way to define complex numbers and perform operations on complex numbers.
The package has no particular environment for performing operations on complex numbers.
The package commands can be used in any environment (including the mathematics environment).
It is written in Lua, and the tex file is to be compiled with the LuaLatex engine.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luacomplex
More information is at
https://www.ctan.org/pkg/luacomplex
------------------------------------------------------------------------
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 .
Antoine Missier submitted an update to the
ibrackets
package.
Version number: 1.1
License type: lppl1.3
Summary description: Intelligent brackets
Announcement text:
----------------------------------------------------------------------
- A bug correction in the README.md file
- Tiny changes in documentation
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/ibrackets
More information is at
https://www.ctan.org/pkg/ibrackets
------------------------------------------------------------------------
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 .
Gustavo Barros submitted an update to the
zref-clever
package.
Version number: 0.3.2
License type: lppl1.3c
Summary description: Clever LaTeX cross-references based on zref
Announcement text:
----------------------------------------------------------------------
## v0.3.2 (2022-12-27)
### Added
- Italian localization (see issue
[#11](https://github.com/gusbrs/zref-clever/issues/11)).
- Localization guidelines for contributors (in the Code documentation).
- Document UTF-8 input encoding requirement.
- Work-around for `beamer` in the User manual.
### Changed
- Improved consistency of the Dutch language file with `babel` captions (see
PRs [#12](https://github.com/gusbrs/zref-clever/pull/12) and
[#13](https://github.com/gusbrs/zref-clever/pull/13)).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/zref-clever
More information is at
https://www.ctan.org/pkg/zref-clever
------------------------------------------------------------------------
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 .
Cédric Pierquet submitted an update to the
JeuxCartes
package.
Version: 0.2.1a 2022-12-28
License: lppl1.3c lgpl2.1 pd mit
Summary description: Macros to insert playing cards
Announcement text:
----------------------------------------------------------------------
v0.2.0 2022-12-26 :
New design/format for Poker cards (3 versions) and for Uno :
pdf from svg files.
New compression for Tarot cards
v0.2.1a 2022-12-28 :
Bugfix with a poker card's name
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jeuxcartes
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jeuxcartes/
------------------------------------------------------------------------
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
maze
package.
Version: 1.1 2022-12-27
License: lppl1.3c
Summary description: Generate random mazes
Announcement text:
----------------------------------------------------------------------
Mazes generated by this package are natural and their solution is
not too obvious, great for real maze games!
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/maze
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/maze/
------------------------------------------------------------------------
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
Paolo De Donato submitted the
resmes
package.
Version: 1.0 2022-12-27
License: mit
Summary description: Measure restriction symbol in LaTeX
Announcement text:
----------------------------------------------------------------------
This package provides a simple macro
esmes that prints
the measure restriction symbol.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/resmes
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/resmes/
------------------------------------------------------------------------
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
luaset
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Set Operations inside LaTeX documents using Lua
Announcement text:
----------------------------------------------------------------------
The luaset package is developed to define finite sets and perform operations on
them inside LaTeX documents.
There is no particular environment in the package for performing set operations.
The package commands can be used in any environment (including the mathematics
environment).
It is written in Lua, and tex file is to be compiled with the LuaLatex engine.
The time required for operations on sets is not an issue while compiling with
the LuaLaTeX engine.
There is no need to install Lua on the users' system as tex distributions
(TeXLive or MikTeX) come bundled with LuaLaTeX.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luaset
More information is at
https://www.ctan.org/pkg/luaset
------------------------------------------------------------------------
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 .
Manfred Lotz submitted an update to the
pkgcheck
package.
Version number: 3.1.0 2022-12-26
License type: apache2 mit
Summary description: CTAN package checker
Announcement text:
----------------------------------------------------------------------
## 2022-12-26 (3.1.0)
### Added
- now checking for hard links which generate a warning message
- new message w0010: now hardlinks are detected and reported
- add armtex to exception list when checking path names in the TDS zip archive
- add latex-cyrillic to exception list when checking path names in the TDS zip archive
### Changed
- typo in F010 message
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/pkgcheck
More information is at
https://www.ctan.org/pkg/pkgcheck
------------------------------------------------------------------------
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
Javier Bezos López submitted an update to the
babel
package.
Version number: 3.84 2022-12-26
License type: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and
Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 3.84 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-3.84.html
Here is a summary:
* Automatic selection of encodings with abelprovide and pdftex.
* Fixes:
- With 'select.write = omit' the main language wasn’t selected
in the aux file.
- Incorrect link box in end of line if it is preceded by a
non-Arabic character (#207)
- New option counters* to pre-expand hepage. See #26.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/required/babel/base
More information is at
https://www.ctan.org/pkg/babel
------------------------------------------------------------------------
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
Chetan Shirore and Dr. Ajit Kumar submitted the
luamaths
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Provide standard mathematical operations inside LaTeX documents using Lua
Announcement text:
----------------------------------------------------------------------
The luamaths package is developed to perform standard mathematical operations
inside LaTeX documents using Lua. It provides an easy way to perform standard
mathematical operations. There is no particular environment in the package for
performing mathematical operations. The package commands can be used in any
environment (including the mathematics environment).There is no need to install
Lua on users system as TeX distributions (TeXLive or MikTeX) come bundled with
LuaLaTeX.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/luamaths
More information is at
https://www.ctan.org/pkg/luamaths
------------------------------------------------------------------------
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 .
Amit M. Manthanwar submitted an update to the
PST-Flags
package.
Version: 2022-12-25
License: lppl1.3c
Summary description: Draw flags of countries using PSTricks
Announcement text:
----------------------------------------------------------------------
The package pst-flags provides macros for drawing flags of countries
using PSTricks.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pst-flags
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-flags/
------------------------------------------------------------------------
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
Antoine Missier submitted an update to the
mismath
package.
Version number: 2.1 2022-12-26
License type: lppl1.3
Summary description: Miscellaneous mathematical macros
Announcement text:
----------------------------------------------------------------------
This new release provides:
- improved management of square brackets with the ibrackets package,
- new macros codim, sinc, var, eqdef*,
- removing the systematic warning for paren command,
- a small change in norm command -> bars in small size,
- several changes in documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mismath
More information is at
https://www.ctan.org/pkg/mismath
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
--
Antoine Missier submitted an update to the
frenchmath
package.
Version number: 2.3 2022-12-26
License type: lppl1.3
Summary description: Typesetting mathematics according to French rules
Announcement text:
----------------------------------------------------------------------
This new release provides:
- a new option `lgrmath' for using the lgrmath package of J.F. Burnol (Greek letters),
- an improved management of square brackets with the ibrackets package,
- a bug correction in the Vect macro,
- a macro cosec that can be used instead of csc, and cosech for hyperbolic cosec,
- no more systematic warnings,
- a doc information that you must load frenchmath after babel-french when using LuaLaTeX.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/frenchmath
More information is at
https://www.ctan.org/pkg/frenchmath
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
--
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