Jinwen XU submitted an update to the
create-theorem
package.
Version: 2022-04-23
License: lppl1.3c
Summary description: Multilingual support for theorem-like environments
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Added preset names for claim, construction and recall
- minor fixes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/create-theorem
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/create-theorem/
------------------------------------------------------------------------
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
Max Chernoff submitted an update to the
lua-widow-control
package.
Version: 2.0.6 2022-04-23
License: other-free cc-by-sa-4
Summary description: Automatically remove widows and orphans from any document
Announcement text:
----------------------------------------------------------------------
- Emergency fix for renamed LMTX engine Lua functions
- Internal LaTeX refactoring
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lua-widow-control
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/lua-widow-control/
------------------------------------------------------------------------
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
Francesco Biccari submitted an update to the
graphpaper
package.
Version: 1.1 2022-04-23
License: lppl1.3c
Summary description: A LaTeX class to generate several types of graph papers
Announcement text:
----------------------------------------------------------------------
Fixed a bug regarding custom line thickness
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/graphpaper
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/graphpaper/
------------------------------------------------------------------------
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
Gustavo Barros submitted an update to the
zref-check
package.
Version number: 0.3.0 2022-04-22
License type: lppl1.3c
Summary description: Flexible cross-references with contextual checks based on zref
Announcement text:
----------------------------------------------------------------------
## v0.3.0 (2022-04-22)
### Changed
- `zref-check` no longer accepts package options to be set a load-time,
`zrefchecksetup` must be used instead. The use of load-time options now
results in Unknown option LaTeX error. This change requires that users
adjust their documents, and a suitable package warning has been provided so
that affected users know of the change directly and how to adjust.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/zref-check
More information is at
https://www.ctan.org/pkg/zref-check
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
zref-clever
package.
Version number: 0.3.0 2022-04-22
License type: lppl1.3c
Summary description: Clever LaTeX cross-references based on zref
Announcement text:
----------------------------------------------------------------------
## v0.3.0 (2022-04-22)
### Changed
- `zref-clever` no longer accepts package options to be set a load-time,
`zcsetup` must be used instead. The use of load-time options now results
in Unknown option LaTeX error. This change requires that users adjust
their documents, and a suitable package warning has been provided so that
affected users know of the change directly and how to adjust.
- Option `check` has been made no-op in the preamble. To load the
corresponding package, just use the standard `usepackage`.
- (Internal) Use public hyperref's commands for building links instead of the
internal `hyper@@link`.
### Deprecated
- Options `titleref` and `vario` have been deprecated. To load the
corresponding packages, just use the standard `usepackage`.
### Fixed
- Bug which affected the typesetting with compression in case two ranges for
the same reference type occurred.
----------------------------------------------------------------------
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
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
--
Nelson Lago submitted an update to the
texlogsieve
package.
Version number: 1.1.3 2022-04-22
License type: gpl3+
Summary description: Filter and summarize LaTeX log files
Announcement text:
----------------------------------------------------------------------
Just a few minor improvements.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/texlogsieve
More information is at
https://www.ctan.org/pkg/texlogsieve
------------------------------------------------------------------------
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 .
Romano Giannetti submitted an update to the
CircuiTikZ
package.
Version number: 1.5.0 2022-04-22
License type: lppl gpl
Summary description: Draw electrical networks with TikZ
Announcement text:
----------------------------------------------------------------------
In this version, several internal changes have been included in order to
streamline and organize better the components and to change the
management of color. The changes are pretty deep and subtle, so a bug or
unexpected behaviour is always possible. You can use the 1.4.6 rollback
point in case of trouble, but be sure to report any bug.
- Added connectors shapes, and included the BNC into that class; thanks
to [Alexander Sauter for suggesting them and helping in the
design](https://github.com/circuitikz/circuitikz/issues/611)
- Added nullator and norator shapes, suggested by [user atticus-sullivan
on GitHub](https://github.com/circuitikz/circuitikz/issues/615)
- Added buzzer and reversed buzzer bipoles, suggested by [user
Michael.H](https://tex.stackexchange.com/q/640501/38080)
- Added dot anchors to inductances
- Added boxed only option for some circular blocks, suggested by [user
myzinsky](https://github.com/circuitikz/circuitikz/issues/621)
- Added DIN antenna shape, suggested by [user
myzinsky](https://github.com/circuitikz/circuitikz/issues/620)
- Fixed block/input arrow connection, thanks to [Laurenz Preindl for
reporting](https://github.com/circuitikz/circuitikz/issues/613)
- Fixed a problem with generic tunable arrows, noticed thanks to [this
question on TeX.SX](https://tex.stackexchange.com/q/637182/38080)
Internal changes:
- Added a generic drawing function for shapes, which are now drawn
always in background
- Added a hook system to be able to change component drawing settings
per-shape, per-class or globally
- All the 250+ shapes are now protected by possible external arrow and
arced corners parameters
- Completely changed the management of the shapes' color, thanks to
[GitHub user muzimuzhi](https://github.com/circuitikz/circuitikz/issues/605)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/circuitikz
More information is at
https://www.ctan.org/pkg/circuitikz
------------------------------------------------------------------------
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 .
Maïeul Rouquette submitted an update to the
reledpar
package.
Version number: 2.25.3 2022-04-22
License type: lppl1.3
Summary description: Typeset scholarly editions in parallel texts
Announcement text:
----------------------------------------------------------------------
Fix compatibility with latest version of polyglossia
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/reledmac
More information is at
https://www.ctan.org/pkg/reledpar
------------------------------------------------------------------------
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 .
निरंजन submitted the
unisc
package.
Version: 0.1 2022-04-21
License: gpl3+ fdl
Summary description: Unicode small caps with Lua/XeLaTeX
Announcement text:
----------------------------------------------------------------------
LaTeX produces small caps with extsc{text} or {scshape text}.
Both of these commands don't produce small caps in Unicode.
If the output text is copied and pasted somewhere it shows
the same characters as used in the input.
This package aims to internally convert all the characters
provided to the commands mentioned above. It assumes that the
file using this package is compiled with Lua/XeLaTeX & a good
Unicode font which has the small caps characters, e.g., Charis SIL.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/unisc
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/unisc/
------------------------------------------------------------------------
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
Gustavo Barros submitted the
postnotes
package.
Version: 0.1.1 2022-04-21
License: lppl1.3c
Summary description: Endnotes for LaTeX
Announcement text:
----------------------------------------------------------------------
*Initial release*
`postnotes` is an endnotes package for LaTeX. Its user interface
provides means to print multiple sections of notes along the document,
and to subdivide them either automatically -- by chapter, by section --
or at manually specified places, thus being able to easily handle
both numbered and unnumbered headings. The package also provides
infrastructure for setting up contextual running headers for printed
notes. The default is a simple but useful one, in the form Notes to
pages N—M, but more elaborate ones can be built. When `hyperref`
is loaded, `postnotes` provides hyperlinked notes, including back links.
----------------------------------------------------------------------
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
Jinwen XU submitted an update to the
beaulivre
package.
Version number: 2022-04-17
License type: lppl1.3c
Summary description: Write your books in a colorful way
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Add a new environment `emphasis`
- Add more levels for itemize list
- Add colorbox to environment application
- Simplify the configuration for combined environments like `definition-proposition`
- Add the arrow style configuration for tikz-cd
- Improve the default math font configuration
- Various bug fixes and improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/beaulivre
More information is at
https://www.ctan.org/pkg/beaulivre
------------------------------------------------------------------------
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
Jinwen XU submitted an update to the
lebhart
package.
Version number: 2022-04-17
License type: lppl1.3c
Summary description: Write your articles in a colorful way
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Add a new environment `emphasis`
- Add more levels for itemize list
- Add colorbox to environment application
- Simplify the configuration for combined environments like `definition-proposition`
- Add the arrow style configuration for tikz-cd
- Improve the default math font configuration
- Various bug fixes and improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/lebhart
More information is at
https://www.ctan.org/pkg/lebhart
------------------------------------------------------------------------
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
Jinwen XU submitted an update to the
colorist
package.
Version number: 2022-04-17
License type: lppl1.3c
Summary description: Write your articles or books in a colorful way
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Add a new environment `emphasis`
- Add more levels for itemize list
- Add colorbox to environment application
- Simplify the configuration for combined environments like `definition-proposition`
- Various bug fixes and improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/colorist
More information is at
https://www.ctan.org/pkg/colorist
------------------------------------------------------------------------
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
Jinwen XU submitted an update to the
simplivre
package.
Version number: 2022-04-17
License type: lppl1.3c
Summary description: Write your books in a simple and clear way
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Add a new environment `emphasis`
- Add more levels for itemize list
- Add the arrow style configuration for tikz-cd
- Improve the default math font configuration
- Various bug fixes and improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/simplivre
More information is at
https://www.ctan.org/pkg/simplivre
------------------------------------------------------------------------
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
Jinwen XU submitted an update to the
einfart
package.
Version number: 2022-04-17
License type: lppl1.3c
Summary description: Write your articles in a simple and clear way
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Add a new environment `emphasis`
- Add more levels for itemize list
- Add the arrow style configuration for tikz-cd
- Improve the default math font configuration
- Various bug fixes and improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/einfart
More information is at
https://www.ctan.org/pkg/einfart
------------------------------------------------------------------------
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
Jinwen XU submitted an update to the
minimalist
package.
Version number: 2022-04-17
License type: lppl1.3c
Summary description: Write your articles or books in a simple and clear way
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Add a new environment `emphasis`
- Add more levels for itemize list
- Various bug fixes and improvements
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/minimalist
More information is at
https://www.ctan.org/pkg/minimalist
------------------------------------------------------------------------
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
Jinwen XU submitted an update to the
ProjLib
package.
Version number: 2022-04-18
License type: lppl1.3c
Summary description: A series of tools to simplify your workflow
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- module draft: Making the hyperlink and page number of `DNF` more accurate
- module language: Making it clearer whether the language setting is global and local, and in the local case, use `foreignlanguage` instead of selectlanguage
- module theorem: Add `DisableTheoremNumbering` and `SwitchTheoremNumbering`
- module theorem: Add a new environment `theorem-with-name`
- module theorem: Add a new environment application
- module theorem: Use the new feature of package create-theorem to define combined environments like proposition-definition
- Various bug fixes and improvements to modules draft, math, titlepage
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/projlib
More information is at
https://www.ctan.org/pkg/projlib
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
concmath-otf
package.
Version number: 0.21
License type: ofl lppl1.3
Summary description: Concrete based OpenType Math fontconcmath-otf
Announcement text:
----------------------------------------------------------------------
- Integrals are now slanted by default, option Style=upint (+ss03) makes them upright.
- More integrals added: U+222F to U+2233 and U+2A11.
- Corrected symbols prime, dprime, etc. (U+2032 to U+2037).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/concmath-otf
More information is at
https://www.ctan.org/pkg/concmath-otf
------------------------------------------------------------------------
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
samcarter submitted an update to the
TikZlings
package.
Version number: 0.9 2022-04-21
License type: lppl1.3c
Summary description: A collection of cute little animals and similar creatures
Announcement text:
----------------------------------------------------------------------
Adding a new TikZling: Westy, the wolf (many thanks to @cfroccajr for the
contribution)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzlings
More information is at
https://www.ctan.org/pkg/tikzlings
------------------------------------------------------------------------
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
Rolf Niepraschk submitted an update to the
texlive-dummy-opensuse
package.
Version number: 2022.9999-1 2022-04-21
License type: lppl1.3
Summary description: Dummy TeX Live RPM for use with Open SUSE
Announcement text:
----------------------------------------------------------------------
This is the TeXLive 2022 dummy package for the Linux distribution openSUSE.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/texlive/texlive-dummy/openSUSE
More information is at
https://www.ctan.org/pkg/texlive-dummy-opensuse
------------------------------------------------------------------------
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
François Pantigny submitted an update to the
witharrows
package.
Version number: 2.7 2022-04-20
License type: lppl1.3
Summary description: “Aligned” math environments with arrows for comments
Announcement text:
----------------------------------------------------------------------
Correction of a bug: with the key 'wrap-lines' in force, the text of the
annotations of the arrows was not flush left as it should be (and a key such
as 'tikz = {align=left}' was no-op).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/witharrows
More information is at
https://www.ctan.org/pkg/witharrows
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
babel-french
package.
Version number: 3.5n
License type: lppl1.3
Summary description: Babel contributed support for French
Announcement text:
----------------------------------------------------------------------
Code fixes regarding lists' management.
New command name.
Documentation updated.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/babel-contrib/french
More information is at
https://www.ctan.org/pkg/babel-french
------------------------------------------------------------------------
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 .
Marei Peischl submitted an update to the
tuda-ci
package.
Version number: 3.24 2022-04-20
License type: lppl1.3c
Summary description: LaTeX templates of Technische Universität Darmstadt
Announcement text:
----------------------------------------------------------------------
Small internal changes to simplify department specific modifications for
tudasciposter.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tuda-ci
More information is at
https://www.ctan.org/pkg/tuda-ci
------------------------------------------------------------------------
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
The LaTeX Team submitted an update to the
l3experimental
package.
Version number: 2022-04-20
License type: lppl1.3c
Summary description: Experimental LaTeX3 concepts
Announcement text:
----------------------------------------------------------------------
## [2022-04-20]
### Fixed
- Finding graphics files with multiple extensions
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3experimental
More information is at
https://www.ctan.org/pkg/l3experimental
------------------------------------------------------------------------
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
The LaTeX Team submitted an update to the
l3kernel
package.
Version number: 2022-04-20
License type: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
## [2022-04-20]
### Changed
- Collect some common code from `l3backend-color`
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3kernel
More information is at
https://www.ctan.org/pkg/l3kernel
------------------------------------------------------------------------
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