Markus Kohm submitted an update to the
koma-script
package.
Version number: 3.40 2023-04-24
License type: lppl1.3c
Summary description: A bundle of versatile classes and packages
Announcement text:
----------------------------------------------------------------------
Emergency bugfix release whose sole purpose is to fix a buggy default regarding
option sfdefaults in classes and package scrextend (see issue #48).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/koma-script
More information is at
https://www.ctan.org/pkg/koma-script
------------------------------------------------------------------------
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 .
Jonathan Schulz submitted an update to the
tikz-nfold
package.
Version: 0.1.0
License: lppl1.3c
Summary description: Triple, quadruple, and n-fold paths with TikZ
Announcement text:
----------------------------------------------------------------------
Now also contains macros to offset arbitrary paths.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikz-nfold
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikz-nfold/
------------------------------------------------------------------------
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
Alex A. Naanou submitted an update to the
photobook
package.
Version number: 0.1.20
License type: bsd3
Summary description: A document class for typesetting photo books
Announcement text:
----------------------------------------------------------------------
now tested cliptocell envs do not affect each other (defaults).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/photobook
More information is at
https://www.ctan.org/pkg/photobook
------------------------------------------------------------------------
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 .
LianTze Lim submitted an update to the
pgfornament-han
package.
Version number: 2023-04-23
License type: lppl1.3c
Summary description: pgfornament library for Chinese traditional motifs and patterns
Announcement text:
----------------------------------------------------------------------
This update adds a new Beamer theme, TianQing, in addition to the existing
XiaoShan and Heavenly Clouds themes. It also fixes a spacing-related bug in
block environment titles in the XiaoShan theme.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/pgfornament-han
More information is at
https://www.ctan.org/pkg/pgfornament-han
------------------------------------------------------------------------
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 .
The LaTeX Project Team submitted an update to the
hyperref
package.
Version: 7.00x 2023-04-22
License: lppl1.3
Summary description: Extensive support for hypertext in LaTeX
Announcement text:
----------------------------------------------------------------------
* fix cleveref/ntheorem incompability with new theorem code
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hyperref
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hyperref/
------------------------------------------------------------------------
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
Jürgen Spitzmüller submitted an update to the
polyglossia
package.
Version: 1.62 2023-04-22
License: mit lppl1.3 cc0
Summary description: An alternative to babel for XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
* BCPdata was not fully expandable as required. Now it is.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/polyglossia
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/polyglossia/
------------------------------------------------------------------------
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
Sven Pistre submitted an update to the
cleveref-usedon
package.
Version number: 0.4.0 2023-04-21
License type: lppl1.3
Summary description: Adds forward-referencing functionality to the cleveref package
Announcement text:
----------------------------------------------------------------------
### Changed
- the .dtx file to use the l3doc document class instead of ltxdoc.
### Added
- an abstract explanation of the implementation in Section 2 of the documentation.
- the change log CHANGES.md
- more descriptive PackageError's to abort loading the package when the expl3 or LaTeX
format is older than 2021-05-16.
### New Features
- Experimental options UsedBy and UsedByAndOn:
The new (experimental) options UsedBy and UsedByAndOn add the messages
(Used by <list of theorem-like destination(s)>.)
and
(Used by <list of theorem-like destination(s)> on page(s) <list of page(s)>.),
respectively, after the original location of the label <LabelName> when it is referenced
via e.g. cref[UsedBy]{<LabelName>}.
Thanks to Murray Eisenberg for this suggestion.
Unfortunately, due to how this package is currently implemented, to get these
experimental options to work it is necessary to abuse the usage of proof environments.
Namely, one needs to nest the proof environment emph{inside} the theorem-like
environment, i.e. egin{theorem}
THEOREM CONTENT
egin{proof}
PROOF CONTENT with cref[UsedBy]{lemma:AuxiliaryCalculation}.
end{proof}
end{theorem}
instead of
egin{theorem}
THEOREM CONTENT
end{theorem}
egin{proof}
PROOF CONTENT with cref[UsedBy]{lemma:AuxiliaryCalculation}.
end{proof}
Note carefully how the proof environments are (ab)used in the above code example.
This is -- as far is I know -- not how these environments are supposed to be used.
In particular, placing text between theorem-like environment and the corresponding proof,
as is often common, will result in a wrong reference. Namely, instead of referencing the
theorem-like environment by name only the corresponding section name would be printed,
e.g. (Used by Section 2.2.)
Check Section 2.2 of the documentation for an example.
Hence, using proof environments correctly results in UsedBy and UsedByAndOn messages
which are less helpful to the reader. On the other hand, using this experimental
functionality to help the reader forces users (i.e. authors) of this package to use proof
environments incorrectly. This sounds like a No-Free-Lunch theorem...
Therefore, use these two experimental options at your own discretion!
If anyone has an idea how to implement this without nesting the proof environment, let me
know! ----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/cleveref-usedon
More information is at
https://www.ctan.org/pkg/cleveref-usedon
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
--
Robert Grimm submitted an update to the
emo
package.
Version: 0.3 2023-04-21
License: lppl1.3c apache2 other-free ofl
Summary description: Emoji for all (LaTeX engines)
Announcement text:
----------------------------------------------------------------------
emo now supports TeX4ht for converting to HTML in addition to
LaTeXML. The implementation has been refactored to support
more backends for rendering emoji more gracefully.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/emo
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/emo/
------------------------------------------------------------------------
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
Maxime Chupin submitted an update to the
MPchess
package.
Version number: 0.5 2023-04-20
License type: lppl1.3c gpl2+
Summary description: Drawing chess boards and positions with MetaPost
Announcement text:
----------------------------------------------------------------------
v0.5, April 20, 2023: Bug fixed, changing the default piece set for the mpchess
set (which has been added to Lichess), added TrueType font, and updated
documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/mpchess
More information is at
https://www.ctan.org/pkg/MPchess
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
--
The LaTeX Project Team submitted an update to the
hyperref
package.
Version: 7.00w 2023-04-20
License: lppl1.3
Summary description: Extensive support for hypertext in LaTeX
Announcement text:
----------------------------------------------------------------------
* fixed spacing issues in theorems with new @thm handling, issues #11, #48.
This requires etoolbox and the LaTeX para hooks.
* adapted MakeUppercase and MakeLowercase to the new BCPdata handling
used by babel and polyglossia.
* added swissgerman and nswissgerman, issue #264
* added experimental support for the hitex engine (issues with the
new driver should be reported to the hitex maintainer)
* removed dependency on etexcmds package PR #276
* compability with thmtools, issue #275
* added italian to backref, PR #274
* added swedish to autoref names, PR #266
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hyperref
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hyperref/
------------------------------------------------------------------------
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 updates to the
l3kernel
bundle.
Version: 2023-04-20
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
## [2023-04-19]
### Added
- `ox_set_clipped:N` and variants (renamed from `ox_clip:N`)
- ` ext_declare_lowercase_mapping:nn(n)`,
` ext_declare_titlecase_mapping:nn(n)`
and ` ext_declare_uppercase_mapping:nn(n)` to allow customization
of case changing outcomes
### Changed
- `ox_set_trim:Nnnnn` and `ox_set_viewport:Nnnnn` moved to
stable kernel
### Fixed
- Incorrect internal name in `pdf_pagesize_gset:nn`
### Removed
- Experimental `ox_clip:N` and variants (renamed to
`ox_set_clipped:N`)
## [2023-04-20]
### Changed
- Re-order arguments of ` ext_declare_lowercase_mapping:nnn`,
` ext_declare_titlecase_mapping:nnn` and
` ext_declare_uppercase_mapping:nnn`
----------------------------------------------------------------------
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
François Pantigny submitted an update to the
nicematrix
package.
Version number: 6.18 2023-04-19
License type: lppl1.3
Summary description: Improve the typesetting of mathematical matrices with PGF
Announcement text:
----------------------------------------------------------------------
New key opacity in the commands to color cells, rows and columns (eg
owcolor[opacity=0.5]{red!15})
New key rounded-corners for a whole tabular. With that key, the key hvlines and the
commands to color cells, rows and columns respect rounded corners for the whole tabular.
Correction of several minor bugs.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/nicematrix
More information is at
https://www.ctan.org/pkg/nicematrix
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
--
Alex A. Naanou submitted an update to the
photobook
package.
Version number: 0.1.19 2023-04-19
License type: bsd3
Summary description: A document class for typesetting photo books
Announcement text:
----------------------------------------------------------------------
now clip to cell env supports clipping to bleeds.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/photobook
More information is at
https://www.ctan.org/pkg/photobook
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
--
The LaTeX Project Team submitted an update to the
l3experimental
bundle.
Version: 2023-04-19
License: lppl1.3c
Summary description: Experimental LaTeX3 concepts
Announcement text:
----------------------------------------------------------------------
### Added
- Key `pdf-attr` to `l3graphics` for additional attribute setting
### Fixed
- Grouping in `draw_path_arc_axes:nnnn` (see #1195)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3experimental
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3experimental/
------------------------------------------------------------------------
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
l3backend
package.
Version: 2023-04-19
License: lppl1.3c
Summary description: LaTeX3 backend drivers
Announcement text:
----------------------------------------------------------------------
### Changed
- Pass additional attributes when loading graphics in PDF mode
### Fixed
- Remove a stray `>` from graphics inclusion code for `dvipdfmx`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3backend
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3backend/
------------------------------------------------------------------------
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
Naoki Pross submitted the
oststud
package.
Version: 0.3 2023-04-18
License: cc-by-sa-4
Summary description: Templates for the student organization at OST FH, Switzerland
Announcement text:
----------------------------------------------------------------------
For some time the student organization at OST FH has had a package
of custom macros and documentclasses to give a consistent look
to the documents produced by its members. To make it easier to
use for newbies we would like to publish it on CTAN.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/oststud
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/oststud/
------------------------------------------------------------------------
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
Nan Geng submitted an update to the
nwafuthesis
package.
Version number: 1.25 2023-04-19
License type: lppl1.3c
Summary description: A thesis template package for Northwest A&F University,
China
Announcement text:
----------------------------------------------------------------------
Added anonymous format for double-blind peer review.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/nwafuthesis
More information is at
https://www.ctan.org/pkg/nwafuthesis
------------------------------------------------------------------------
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
Bob Tennent submitted an update to the
ibarra
package.
Version number: 2023-04-18
License type: ofl lppl
Summary description: LaTeX support for the Ibarra Real Nova family of fonts
Announcement text:
----------------------------------------------------------------------
Updated to version 2.000
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/ibarra
More information is at
https://www.ctan.org/pkg/ibarra
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
--
Javier Bezos López submitted an update to the
babel
package.
Version number: 3.88 2023-04-18
License type: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 3.88 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-3.88.html
Here is a summary:
* 37 new locale files: Abkhazian, Afar, Atsam, Baluchi, Bhojpuri,
Blin, Corsican, Erzya, Ga, Geez, Guarani, Haryanvi, Inuktitut,
Jju, Ligurian, Muscogee, Northern Sotho, Nyanja, N’Ko,
Papiamento, Prussian, Rajasthani, Saho, Sicilian, Silesian,
South Ndebele, Southern Sotho, Swati, Taroko, Tigre, Tok Pisin,
Tsonga, Tswana, Tyap, Venda, Volapük, Wolaytta.
* Fixed a few month names in Greek locales (thanks to Günter Milde).
* New hook 'begindocument'.
* Feature preview: option 'casing' in 'abelprovide' (requires a
future change in the LaTeX kernel).
----------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
lettrine
package.
Version number: 2.40
License type: lppl1.3
Summary description: Typeset dropped capitals
Announcement text:
----------------------------------------------------------------------
Changes:
- file lettrine.ins deleted, lettrine.dtx auto-generates
lettrine.sty and lettrine.cfg;
- packages xkeyval and minifp are no longer required, kernel
packages ltxkeys and xfp are used instead.
- The second mandatory argument of lettrine is now printed using
unhcopy instead of usebox (allows microtype action and footnote calls).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lettrine
More information is at
https://www.ctan.org/pkg/lettrine
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
pagecolor
package.
Version: 1.2c 2023-04-18
License: lppl1.3c
Summary description: Interrogate page color
Announcement text:
----------------------------------------------------------------------
No longer uses the hardwrap package (which did not work with XeLaTeX).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pagecolor
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pagecolor/
------------------------------------------------------------------------
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
Stephan Lukasczyk submitted an update to the
se2thesis
package.
Version: 3.0.0 2023-04-18
License: lppl1.3c
Summary description: A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany
Announcement text:
----------------------------------------------------------------------
Added:
- Add documentation on how to install the bundle if it is not part
of the existing TeX distribution.
- Add a package `se2packages` that provides the ability to directly
load recommended packages with recommended options.
Changed:
- The `paper=a4` and `paper=b5` options now produce the exact same
text-block sizes.
- Make the logo height smaller for B5 paper.
- The default class is now `scrbook` instead of `scrreprt`.
Removed:
- **Breaking:** Removed the `biblatex` class option from `se2thesis`,
use the `se2packages` package with its `biblatex=true` option instead.
- **Breaking:** Removed the `paper=a5` option.
- Removed the automated loading of the `microtype`, `selnolig`, and
`lua-widow-control` packages from `se2thesis`—use `se2packages` instead.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/se2thesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/se2thesis/
------------------------------------------------------------------------
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 an update to the
prettytok
package.
Version number: 0.2.0 2023-04-18
License type: lppl1.3c
Summary description: Pretty-print token lists
Announcement text:
----------------------------------------------------------------------
* fixes several bugs
* clean up the interface (options are handled with LaTeX package options)
* colored output to terminal is implemented.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/prettytok
More information is at
https://www.ctan.org/pkg/prettytok
------------------------------------------------------------------------
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
Jacques Peron submitted an update to the
lyluatex
package.
Version: 1.1.5 2023-04-18
License: mit
Summary description: Commands to include lilypond scores within a (Lua)LaTeX document
Announcement text:
----------------------------------------------------------------------
Small compatibility update for LilyPond 2.25.4
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lyluatex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/lyluatex/
------------------------------------------------------------------------
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