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
Cédric Pierquet submitted an update to the
PixelArtTikz
package.
Version number: 0.1.1
License type: lppl1.3c
Summary description: Work with PixelArts, with TikZ
Announcement text:
----------------------------------------------------------------------
0.1.1 bugfix with colors
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/pixelarttikz
More information is at
https://www.ctan.org/pkg/pixelarttikz
------------------------------------------------------------------------
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
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
Markus Kohm submitted an update to the
koma-script
package.
Version number: 3.39 2023-04-17
License type: lppl1.3c
Summary description: A bundle of versatile classes and packages
Announcement text:
----------------------------------------------------------------------
Beside some bugfixes (see
https://sf.net/p/koma-script/tickets/milestone/KOMA-Script 3.39/) the classes
scrartcl, scrbook, scrreprt, and scrlttr2 and package scrextend has got a new
option sfdefaults=<true/false/on/off/yes/no>, which specifies, whether
maybesffamily results in sffamily and extmaybesf results in extsf.
Default setting is sfdefaults=true.
Package scrwfile has been removed from KOMA-Script and will be distributed as
stand-alone package.
Package tocbasic has some improvements with handling of packages listings and
hyperref.
----------------------------------------------------------------------
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 .
Jürgen Spitzmüller submitted an update to the
polyglossia
package.
Version: 1.61 2023-04-16
License: mit lppl1.3 cc0
Summary description: An alternative to babel for XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Bug fixes
* Properly reset fonts on change to Latin-script other language (#580)
* Turn ^ shorthand off in aux file for Latin (#582)
* Fix stacking of nested languages and resulting bug in TOC language assignment (#585)
* Fix greeknumeral{6} (#587)
* Fix (re)setting of scripts in inline language commands.
New features
* Introduce BCPdata, a standardized way to gather localization information.
----------------------------------------------------------------------
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
Markus Kohm submitted an update to the
scrwfile
package.
Version: 0.1.99
License: lppl1.3c
Summary description: Use LaTeX .aux file in place of
ewrite files
Announcement text:
----------------------------------------------------------------------
This is the first release of scrwfile as stand-alone package,
independent from KOMA-Script.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/scrwfile
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/scrwfile/
------------------------------------------------------------------------
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 Lambertini submitted an update to the
quickreaction
package.
Version: 1.02.01 2023-04-17
License: lppl1.3c
Summary description: A simple and fast way to typeset chemical reactions
Announcement text:
----------------------------------------------------------------------
Typos correction in the documentation kindly reported by quark67.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/quickreaction
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/quickreaction/
------------------------------------------------------------------------
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
Christophe Poulain submitted an update to the
ProfCollege
package.
Version: 0.99-z-j 2023-04-17
License: lppl1.3c
Summary description: A LaTeX package for French maths teachers in college
Announcement text:
----------------------------------------------------------------------
Command Nonogramme
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/profcollege
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/profcollege/
------------------------------------------------------------------------
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
Stéphane Pasquet submitted an update to the
pas-tableur
package.
Version number: 2.05 2023-04-16
License type: lppl
Summary description: Create a spreadsheet layout
Announcement text:
----------------------------------------------------------------------
Update: correction of alignment bug in the macro celtxt
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pas-tableur
More information is at
https://www.ctan.org/pkg/pas-tableur
------------------------------------------------------------------------
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 .
Herbert Voß submitted an update to the
pst-eucl
package.
Version number: 1.77 2023-04-15
License type: lppl
Summary description: Euclidian geometry with PSTricks
Announcement text:
----------------------------------------------------------------------
pst-eucl.tex --------
1.77 - add support for lualatex
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-eucl
More information is at
https://www.ctan.org/pkg/pst-eucl
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 Oberdiek Package Support Group submitted an update to the
pdfcrop
package.
Version: 1.42 2023-04-15
License: lppl1.3c
Summary description: Crop PDF graphics
Announcement text:
----------------------------------------------------------------------
Minor update to the help text, to match options added in v1.41
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pdfcrop
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/pdfcrop/
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
ProfLycee
package.
Version number: 2.6.0 2023-04-13
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
Bugfix + Command for cos/sin/tan + Files update + Doc update
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proflycee
More information is at
https://www.ctan.org/pkg/proflycee
------------------------------------------------------------------------
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 .
Christophe Poulain submitted an update to the
ProfCollege
package.
Version number: 0.99-z-i
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in college
Announcement text:
----------------------------------------------------------------------
- Minor bugs
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/profcollege
More information is at
https://www.ctan.org/pkg/profcollege
------------------------------------------------------------------------
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 .
Jing Huang submitted an update to the
Evangelion-JFM
package.
Version number: 1.0.2 (h)
License type: mit
Summary description: A Japanese font metric supporting many advanced features
Announcement text:
----------------------------------------------------------------------
Some small bug fixes and the English document as well.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/evangelion-jfm
More information is at
https://www.ctan.org/pkg/evangelion-jfm
------------------------------------------------------------------------
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 .
Herbert Voß submitted an update to the
pst-func
package.
Version number: 1.02
License type: lppl
Summary description: PSTricks package for plotting mathematical functions
Announcement text:
----------------------------------------------------------------------
..... pst-func.tex
1.02 2023-04-14 - added psNonCentralFDist (noncentral F-distribution)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-func
More information is at
https://www.ctan.org/pkg/pst-func
------------------------------------------------------------------------
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 Oberdiek Package Support Group submitted an update to the
pdfcrop
package.
Version number: 1.41 2023-04-14
License type: lppl1.3c
Summary description: Crop PDF graphics
Announcement text:
----------------------------------------------------------------------
Update to pdfcrop
|2023/04/13 v1.41:| * allow gswin64c in restricted mode, fix typos in messages issues 14, 17|
|-- | * add -q option, issue 7 |
|-- | * don't print whole help msg for unknown options, issue 7.|
|-- | * do not create two pages with xetex, issue 3|
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/pdfcrop
More information is at
https://www.ctan.org/pkg/pdfcrop
------------------------------------------------------------------------
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
Toby Thurston submitted the
Drawing-with-Metapost
package.
Version: 2023-04-13
License: opl
Summary description: How to draw technical diagrams with MetaPost
Announcement text:
----------------------------------------------------------------------
This project provides a document that discusses how to draw
technical diagrams with John Hobby’s Metapost language.
It includes over 200 illustrations created with Metapost,
complete with source code as inspiration and examples.
The intended level is for intermediate to advanced users
rather than complete beginners.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/drawing-with-metapost
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/drawing-with-metapost/
------------------------------------------------------------------------
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 Lambertini submitted the
quickreaction
package.
Version: 1.02 2023-04-11
License: lppl1.3c
Summary description: A simple and fast way to typeset chemical reactions
Announcement text:
----------------------------------------------------------------------
Some macros for a simple and fast way to typeset chemical reactions
using TikZ matrix.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/quickreaction
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/quickreaction/
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
lua-typo
package.
Version number: 0.70 2023-04-12
License type: lppl1.3c
Summary description: Highlighting typographical flaws with LuaLaTeX
Announcement text:
----------------------------------------------------------------------
- Options handled via `ltkeys` instead of `kvoptions`,
this version requires a LaTeX kernel 2022-06-01 or newer.
- Code cleaning, bug fixes.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/lua-typo
More information is at
https://www.ctan.org/pkg/lua-typo
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
--
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.2.5 2023-04-13
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Fixed
- Use of `mathsf` for sanserif text documents (see issues
[#655](https://github.com/josephwright/siunitx/issues/655))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
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
Zeping Lee submitted an update to the
citation-style-language
package.
Version: 0.4.1 2023-04-12
License: mit cc-by-sa-3
Summary description: Bibliography formatting with Citation Style Language
Announcement text:
----------------------------------------------------------------------
### Added
- Add support for `crossref` feature in BibTeX database.
- Add `printbibheading` command.
- Add options `heading`, `label`, and `title` in `printbibliography`
([#31](https://github.com/zepinglee/citeproc-lua/issues/31)).
- Add `prenote` and `postnote` options in `printbibliography`.
### Fixed
- Remove UTF-8 BOM from loaded files
(fix [#34](https://github.com/zepinglee/citeproc-lua/issues/34)).
----------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
lastpage
package.
Version number: 2.0b 2023-04-12
License type: lppl1.3c
Summary description: Reference last page for Page N of M type footers
Announcement text:
----------------------------------------------------------------------
Bug fix: What should have been }}{} was }{}}.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lastpage
More information is at
https://www.ctan.org/pkg/lastpage
------------------------------------------------------------------------
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
Sven Pistre submitted the
cleveref-usedon
package.
Version: 0.2.0 2023-04-07
License: lppl1.3
Summary description: Adds forward-referencing functionality to the cleveref package
Announcement text:
----------------------------------------------------------------------
Imagine you are reading a long mathematical text such as a text
book or a thesis.
There are plenty of supplementary lemmas, propositions, theorems
and/or exercises throughout the whole text.
You ask yourself
Gosh, while Lemma 1.12 is certainly an interesting result
_where_ is this result used later on in this long text?
I really would find that helpful to decide _why_ I should
read the proof.
You can, of course, use the PDF search function of your viewer
to look up the string Lemma 1.12 but wouldn't it be more helpful
if Lemma 1.12 already indicates all or at least its most useful/
crucial applications via an info message?
This is what the package cleveref-usedon tries to address.
The info message Used on p. 40, 43-45 and 101. would then
be printed to the header of Lemma 1.12.
This is done by extending the cref and Cref commands
and giving them an optional argument 'UsedOn'.
Every time you wish to record a reference in the 'used on page
list', you would simply type cref[UsedOn]{<LabelName>}.
If you use cref without this optional argument, this
reference won't be recorded in this page list.
Check the package documentation for more info on the usage
or look at an example directly.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cleveref-usedon
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/cleveref-usedon/
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
papermas
package.
Version: 1.1a 2023-04-12
License: lppl1.3c
Summary description: Compute the mass of a printed version of a document
Announcement text:
----------------------------------------------------------------------
- NeedsTeXFormat{LaTeX2e}[2022-11-01], older package version
available from archive (see History in the documentation).
- Using the new hook management and LaTeX’s @abspage@last.
- Made
ewcommands robust.
- Package pageslts is neither needed nor used by the papermas package
any longer.
- Removed papermas@powerof (obsolete since version 2011-06-02 v1.0f).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/papermas
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/papermas/
------------------------------------------------------------------------
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
Andrew Parsloe submitted an update to the
diffcoeff
package.
Version: 5.3 2023-04-12
License: lppl1.3c
Summary description: Write differential coefficients easily and consistently
Announcement text:
----------------------------------------------------------------------
Version 5.3 of diffcoeff fixes a bug that arose when using a
differential in beamer, introduces another way of specifying
the orders of differentiation, and re-instates an
order-override option.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/diffcoeff
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/diffcoeff/
------------------------------------------------------------------------
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: 0.1.18 2023-04-11
License: bsd3
Summary description: A document class for typesetting photo books
Announcement text:
----------------------------------------------------------------------
Renamed clearfoldoutbinding to clearfoldoutgutter .
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/photobook
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/photobook/
------------------------------------------------------------------------
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
Chris Hughes submitted an update to the
latexindent
package.
Version number: 3.20.6 2023-04-11
License type: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
Further minor updates to the diacritics in filenames, full details at
https://github.com/cmhughes/latexindent.pl/releases/tag/V3.20.6
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/latexindent
More information is at
https://www.ctan.org/pkg/latexindent
------------------------------------------------------------------------
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 .
Christophe Poulain submitted an update to the
ProfCollege
package.
Version number: 0.99-z-h 2023-04-10
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in college
Announcement text:
----------------------------------------------------------------------
Some new commands : Trio, DefiRangement, Factorisation
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/profcollege
More information is at
https://www.ctan.org/pkg/ProfCollege
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
--
Máté Cserép submitted an update to the
elteikthesis
package.
Version number: 2.3.1
License type: mit
Summary description: Thesis template for Eötvös Loránd University (Informatics)
Announcement text:
----------------------------------------------------------------------
Minor fixes and improvements:
- Fix wrong line spacing in multi-line titles
- Added example for aligned equations to sample files
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/elteikthesis
More information is at
https://www.ctan.org/pkg/elteikthesis
------------------------------------------------------------------------
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 .
Máté Cserép submitted the
elteiktdk
package.
Version number: 2.0
License type: mit
Summary description: TDK-thesis template for Hungarian TDK conferences, Section of Computer Science
Announcement text:
----------------------------------------------------------------------
The National Conference of Scientific Students' Associations (OTDK) of Hungary
is the most significant scientific event for Bachelor and Master students in
the country, where students compete with their research papers in all field of
science. It is organized in every 2 years. The conference / competition has 2
rounds: a university level and a country level (for the best papers).
This class template enforces the required formatting rules for TDK theses and
generates the cover and title page given on the provided metadata. The
formatting rules are defined to meet the requirements for TDK theses submitted
at the Eötvös Loránd University, Faculty of Informatics (Budapest, Hungary).
This also fits the formatting requirements of the Computer Science Section of
the country level round. With sufficient modifications the template could be
usable for TDK theses at other national and faculty level sections, too.
The template supports producing both Hungarian and English theses.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/elteiktdk
More information is at
https://www.ctan.org/pkg/elteiktdk
------------------------------------------------------------------------
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 .
Walter Daems submitted an update to the
uantwerpendocs
package.
Version number: 4.5 2023-04-10
License type: lppl1.3
Summary description: Course texts, master theses, and exams in University of Antwerp style
Announcement text:
----------------------------------------------------------------------
Annual bugfix release
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/uantwerpendocs
More information is at
https://www.ctan.org/pkg/uantwerpendocs
------------------------------------------------------------------------
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
Alex A. Naanou submitted an update to the
photobook
package.
Version number: 0.1.17
License type: bsd3
Summary description: A document class for typesetting photo books
Announcement text:
----------------------------------------------------------------------
Reworked indingoffset to affect all cells now this has the same semantics as
in geometry{..}; added gutteroffset to allow to offset non-bleed cells
relative to the gutter.
----------------------------------------------------------------------
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 .
Boris Veytsman submitted an update to the
nostarch
package.
Version: 2.0
License: lppl1.3
Summary description: LaTeX class for No Starch Press
Announcement text:
----------------------------------------------------------------------
Incorporated the changes by Alex Freed and other members of
the NoStarch team over the years.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/nostarch
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/nostarch/
------------------------------------------------------------------------
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
Hironori Kitagawa submitted an update to the
luatexja
package.
Version: 20230409.0
License: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
* LuaTeX-ja now protects CJK compatibility ideographs from
Unicode normalization by luaotfload.
-ltjpci font feature turns off this.
* When LaTeX2e is used, LuaTeX-ja also searches JFM from
directories which specified in input@path.
* Fix luatexja.pltx_composite_last_node_char().
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luatexja
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luatexja/
------------------------------------------------------------------------
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 the
gelasio
package.
Version number: 2023-04-08
License type: ofl lppl
Summary description: LaTeX support for the Gelasio family of fonts
Announcement text:
----------------------------------------------------------------------
The Gelasio family of fonts are designed by Eben Sorkin to be metric-compatible
with Georgia in its Regular and Bold weights. Medium and SemiBold weights have
been added.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/gelasio
More information is at
https://www.ctan.org/pkg/gelasio
------------------------------------------------------------------------
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
Tsinghua University TUNA Association submitted an update to the
thuthesis
package.
Version number: 7.3.2 2023-04-06
License type: lppl1.3c
Summary description: Thesis template for Tsinghua University
Announcement text:
----------------------------------------------------------------------
This version contains bug fixes on top of v7.3.1, and
adapts to the latest writing guide published in March 2023.
For detailed changes, please refer to
https://github.com/tuna/thuthesis/compare/v7.3.1...v7.3.2
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/thuthesis
More information is at
https://www.ctan.org/pkg/thuthesis
------------------------------------------------------------------------
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 .
Chris Hughes submitted an update to the
latexindent
package.
Version: 3.20.5 2023-04-07
License: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
Better support for diacritics in filenames, full details at
https://github.com/cmhughes/latexindent.pl/releases/tag/V3.20.5
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latexindent
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/latexindent/
------------------------------------------------------------------------
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: 0.4 2023-04-06
License: lppl1.3c gpl2+
Summary description: Drawing chess boards and positions with MetaPost
Announcement text:
----------------------------------------------------------------------
Corrections in the documentation, especially the English version;
Added commands to visualize the possible movements for a piece.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mpchess
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/mpchess/
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
regstats
package.
Version number: 1.1a 2023-04-04
License type: lppl1.3c
Summary description: Information about register use
Announcement text:
----------------------------------------------------------------------
Removed the deprecated BeforeClearDocument; made aware of new hook management
while still run-able with older TeX-formats; option proof is obsolete now;
added stress-tests (optional) to the example.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/regstats
More information is at
https://www.ctan.org/pkg/regstats
------------------------------------------------------------------------
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
ProfLycee
package.
Version number: 2.5.8 2023-04-06
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high s
Announcement text:
----------------------------------------------------------------------
Bugfixes with tcboxes for Codes
New design for pseudo-code and pythontex/minted/listings tcbox
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proflycee
More information is at
https://www.ctan.org/pkg/ProfLycee
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
--
Matthew Scroggs submitted an update to the
realhats
package.
Version number: 7.1 2023-04-05
License type: mit
Summary description: Put real hats on symbols instead of ^
Announcement text:
----------------------------------------------------------------------
Added aperiodic tile hats.
Reflected the dark blue tile hat to match how the aperiodic tiling works
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/realhats
More information is at
https://www.ctan.org/pkg/realhats
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
--
samcarter submitted an update to the
TikZducks
package.
Version: 1.6 2023-04-05
License: lppl1.3c
Summary description: A little fun package for using rubber ducks in TikZ
Announcement text:
----------------------------------------------------------------------
Changes:
- support for pdftex
- `
anduck` now accepts an optional argument, e.g. `
anduck[scale=0.7]`
New accessories:
- scarf
- booble hat
- broom
- strawbroom
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikzducks
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzducks/
------------------------------------------------------------------------
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
Jianrui Lyu submitted the
TeXFindPkg
package.
Version: 2023D 2023-04-05
License: gpl3
Summary description: Install TeX packages and their dependencies
Announcement text:
----------------------------------------------------------------------
The package first known as texuse, then as findpkg,
has now hopefully found its definitive name: texfindpkg.
TeXFindPkg makes it easy to install TeX packages and their
dependencies by file names, command names or environment names.
To install a package by its file name you can run
`texfindpkg install array.sty`.
To install a package by some command name you can run
`texfindpkg install fakeverb`.
To install a package by some environment name you can run
`texfindpkg install {frame}`.
TeXFindPkg supports both TeX Live and MiKTeX distributions.
At present it focuses mainly on LaTeX packages, but may be
extended to ConTeXt packages if anyone would like to contribute.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texfindpkg
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/texfindpkg/
------------------------------------------------------------------------
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
Christian Krieg submitted the
osda
package.
Version: 1.2.0 2023-04-03
License: lppl1.3 other-nonfree
Summary description: Commands for Proceedings of the Workshop on Open-Source Design Automation
Announcement text:
----------------------------------------------------------------------
The OSDA package is a package convenient for preparing manuscripts
that are published in the Proceedings of the Workshop on
Open-Source Design Automation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/osda
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/osda/
------------------------------------------------------------------------
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
Zeping Lee submitted the
lua-tinyyaml
package.
Version number: 0.4.3
License type: mit
Summary description: A tiny YAML (subset) parser for pure Lua
Announcement text:
----------------------------------------------------------------------
The lua-tinyyaml package is a YAML (subset) parser written in pure Lua. It is
required by several other LuaTeX packages like markdown and citeproc-lua.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/lua-tinyyaml
More information is at
https://www.ctan.org/pkg/lua-tinyyaml
------------------------------------------------------------------------
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 .
John Collins submitted an update to the
latexmk
package.
Version number: 4.80 2023-04-04
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
Improved treatment of detection of whether files (e.g., .log) have been
generated on current run or are leftover from an earlier run. Code now
compensates (and diagnoses) time offset between computer running
latexmk and file server.
Allow placeholder %C in argument to set_tex_cmds, to allow more flexible
construction of command lines for all *latex.
Fix problems of compatibility with the xr package.
Allow escaping of spaces in names of files in deps files, as needed by
make. Escaping can be unix-style or nmake-style.
Various bug fixes and corrections, improvements in error and warning
messages, and corrections to documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/latexmk
More information is at
https://www.ctan.org/pkg/latexmk
------------------------------------------------------------------------
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 .
François Pantigny submitted an update to the
piton
package.
Version number: 1.5 2023-04-04
License type: lppl1.3
Summary description: Typeset Python listings with LPEG
Announcement text:
----------------------------------------------------------------------
New key 'numbers-sep' for the horizontal space between the numbers of lines
(printed when the key 'line-numbers' or the key 'all-line-numbers' is in force)
and the beginning of the ines of code.
When the class Beamer is used, it's now possible to use the commands of Beamer
(only, uncover, visible, etc.) with arguments spanning several lines of
code.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/piton
More information is at
https://www.ctan.org/pkg/piton
------------------------------------------------------------------------
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
ProfLycee
package.
Version number: 2.5.7 2023-04-04
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
2.5.7 New keys for CodePiton + ConsolePiton with Pyluatex
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proflycee
More information is at
https://www.ctan.org/pkg/proflycee
------------------------------------------------------------------------
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
ragged2e
package.
Version: 3.5 2023-04-04
License: lppl1.3c
Summary description: Alternative versions of “ragged”-type commands
Announcement text:
----------------------------------------------------------------------
Fix performance issues created by ragged2e v3.3
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ragged2e
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ragged2e/
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
siunitx
bundle.
Version: 3.2.4 2023-04-04
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Fixed
- Parsing of 'full' uncertainty parts with leading zeros (see issues
[#652](https://github.com/josephwright/siunitx/issues/652))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
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
Dohyun Kim submitted an update to the
luamplib
package.
Version: 2.24.0 2023-04-04
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
respect '-recorder' command-line option
(requested by Toby Thurston and Ernst Reissner)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luamplib
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luamplib/
------------------------------------------------------------------------
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
Christof Bless submitted an update to the
SciKGTeX
package.
Version number: 2.2.0 2023-04-03
License type: mit
Summary description: Mark research contributions in scientific documents and embed them
in PDF metadata
Announcement text:
----------------------------------------------------------------------
SciKGTeX Version 2.2.0
New feature:
- compatibility mode to ensure compatibility with other metadata writing packages such
as pdfx or hyperxmp. Enables users to generate PDF/A compatible documents with embedded
SciKG metdata. Makes metadata safer for long term storage in PDF document.
Bug fixes:
- various bug fixes.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/scikgtex
More information is at
https://www.ctan.org/pkg/SciKGTeX
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
--
Boris Veytsman submitted an update to the
tex-vpat
package.
Version: 2.3
License: cc-by-3
Summary description: TeX Accessibility Conformance Report
Announcement text:
----------------------------------------------------------------------
Version 2.3: compressed PDF. Makefile now requires lualatex-dev.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tex-vpat
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/tex-vpat/
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
pst-func
package.
Version: 1.01
License: lppl
Summary description: PSTricks package for plotting mathematical functions
Announcement text:
----------------------------------------------------------------------
..... pst-func.tex
- added psNonCentralTDist (noncentral Student's distribution)
- fix psBessel: use toDeg instead of k
- set algebraic=false
..... pst-func.pro
- added /ConfHyperFunc (Confluent Hypergeometric Function of the
First Kind, needed by psNonCentralTDist)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pst-func
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-func/
------------------------------------------------------------------------
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 number: 2.22.0-0-g5a3d0fe 2023-04-02
License type: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Add support for TeX math surrounded by backslash-escaped parens and brackets.
(contributed by @lostenderman, #61, #235, #236, #270)
- Add support for attributes on links, images, and inline code spans. (jgm#36,
jgm#43, #50, #123, #256, #280)
- Add [`import` LaTeX option][1]. (#107, #286)
Documentation:
- Unify how Pandoc syntax extensions are named and cited in documentation. (#274, #284)
Refactoring:
- Only configure the Kpathsea library if it has not already been configured. (#268, #283)
Deprecation:
- Deprecate `theme` LaTeX option in favor of the new [`import` LaTeX option][1]. (#107, #285)
[1]: https://witiko.github.io/markdown/#latexsnippets
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/markdown
More information is at
https://www.ctan.org/pkg/markdown
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
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 .
Zeping Lee submitted an update to the
citation-style-language
package.
Version number: 0.4.0 2023-04-02
License type: mit cc-by-sa-3
Summary description: Bibliography formatting with Citation Style Language
Announcement text:
----------------------------------------------------------------------
## [v0.4.0] - 2023-04-02
### Added
- Add hyperlinks to citations when `hyperref` is loaded.
- Add backref.
- Add journal abbreviation.
- The `title`s and `booktitle`s from BibTeX data are converted to sentence case.
- Add [`layout` extension](https://citeproc-js.readthedocs.io/en/latest/csl-m/index.html#cs-layout-extension) of CSL-M.
### Fixed
- Fix missing warning of empty citation ([latex3/latex2e#790](https://github.com/latex3/latex2e/issues/790)).
- Fix url link of PMCID.
- Fix an error of LaTeX commands in cite prefix ([#36](https://github.com/zepinglee/citeproc-lua/issues/36)).
- Fix invalid `bib-item-sep` option.
- Fix the delimiter of `cs:choose` in deeper levels.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/biblio/citation-style-language
More information is at
https://www.ctan.org/pkg/citation-style-language
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Hu Zhenzhen submitted an update to the
biblatex-gb7714-2015
package.
Version: 1.1l 2023-03-31
License: lppl1.3c
Summary description: A BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users
Announcement text:
----------------------------------------------------------------------
1. add cmd addEntryField to add filed for specific entries.
2. add instruction of sorting adjustment for multi-pinyin.
3. add style for society sciences in China.
4. add support for eventtitle.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-gb7714-2015
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gb7…
------------------------------------------------------------------------
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
Frank Mittelbach submitted an update to the
widows-and-orphans
package.
Version: 1.0f 2023-04-02
License: lppl1.3c
Summary description: Identify (typographic) widows and orphans
Announcement text:
----------------------------------------------------------------------
Honor a global draft option on the documentclass and change the
default from warning to info in that case unless explicitly set
with a check option (gh/1)
Use ProcessKeyOptions which requires a 2022-06 kernel.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/widows-and-orphans
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/widows-and-orphans/
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
pst-hsb
package.
Version number: 0.03
License type: lppl
Summary description: Curves with continuous colours
Announcement text:
----------------------------------------------------------------------
0.03 2023-04-02 - added saturation and brightness options for the macros
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-hsb
More information is at
https://www.ctan.org/pkg/pst-hsb
------------------------------------------------------------------------
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
Zhang Tingxuan submitted an update to the
physics2
package.
Version: 0.2.1 2023-04-02
License: lppl1.3c
Summary description: Macros for typesetting maths faster and more simply
Announcement text:
----------------------------------------------------------------------
Bugs mentioned in GitHub issue #6 fixed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/physics2
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/physics2/
------------------------------------------------------------------------
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
Jianrui Lyu submitted the
findpkg
package.
Version number: 2023C 2023-04-02
License type: gpl3
Summary description: Install TeX packages and their dependencies
Announcement text:
----------------------------------------------------------------------
FindPkg makes it easy to install TeX packages and their dependencies by file names, command names or environment names.
- To install a package by its file name you can run `texlua findpkg.lua install array.sty`;
- To install a package by some command name you can run `texlua findpkg.lua install fakeverb`;
- To install a package by some environment name you can run `texlua findpkg.lua install {frame}`.
FindPkg supports both TeXLive and MiKTeX distributions. At present it focuses
mainly on LaTeX packages, but may extend to ConTeXt packages if anyone would
like to contribute.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/findpkg
More information is at
https://www.ctan.org/pkg/findpkg
------------------------------------------------------------------------
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 .
Robert Grimm submitted an update to the
emo
package.
Version: 0.2 2023-04-01
License: lppl1.3c apache2 other-free ofl
Summary description: Emoji for all (LaTeX engines)
Announcement text:
----------------------------------------------------------------------
Since we need our best humor on April 1, here are nicely improved
emo•ji for all (LaTeX engines):
* Use emo- prefix for graphics and font files to uniquely identify
the package.
* Use pdftex to extract files from emo.dtx without building documentation.
* Include LaTeXML binding for conversion to HTML.
* Replace broken lingchi.otf with working emo-lingchi.ttf—notice the
.ttf extension vs the previous .otf. Under LuaLaTeX, drawing a box
around 凌遲 resulted in a box with zero height—even though both fonts
have the same OS/2 and hhea tables. Suspecting some issue with the CFF
tables, I created a TrueType version, which works. Go figure!
----------------------------------------------------------------------
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/graphics/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
François Pantigny submitted an update to the
nicematrix
package.
Version number: 6.17
License type: lppl1.3
Summary description: Improve the typesetting of mathematical matrices with PGF
Announcement text:
----------------------------------------------------------------------
The cell nodes are now created with a PGF/TikZ style 'nicematrix/cell-node' available to
the final user.
New key 'pgf-node-code' for the experienced users: it's the PGF instruction applied by
'nicematrix' to the PGF path of a node when that node is created.
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
--
Daniel Flipo submitted an update to the
kpfonts-otf
package.
Version number: 0.51
License type: ofl lppl1.3
Summary description: OTF version of the Kp-fonts
Announcement text:
----------------------------------------------------------------------
- Maths fonts: overleftrightarrow (U+20E1) is now stretchable.
- Horizontal arrows and harpoons are now all stretchable.
- Metric corrections, thanks to Mikael Sundqviqt for testing!
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/kpfonts-otf
More information is at
https://www.ctan.org/pkg/kpfonts-otf
------------------------------------------------------------------------
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 .
Daniel Flipo submitted an update to the
xcharter-math
package.
Version number: 0.40
License type: ofl lppl1.3
Summary description: XCharter-based OpenType Math font for LuaTeX and XeTeX
Announcement text:
----------------------------------------------------------------------
- Metrics of all over arrows and harpoons corrected.
- Metrics of all under arrows and harpoons corrected.
- Most horizontal arrows and harpoons are now stretchable.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/xcharter-math
More information is at
https://www.ctan.org/pkg/xcharter-math
------------------------------------------------------------------------
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 .
Daniel Flipo submitted an update to the
euler-math
package.
Version number: 0.40
License type: ofl lppl1.3
Summary description: OpenType version of Hermann Zapf’s Euler maths font
Announcement text:
----------------------------------------------------------------------
- Metrics of all over arrows and harpoons corrected.
- Metrics of all under arrows and harpoons corrected.
- Most horizontal arrows and harpoons are now stretchable.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/euler-math
More information is at
https://www.ctan.org/pkg/euler-math
------------------------------------------------------------------------
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 .
Daniel Flipo submitted an update to the
erewhon-math
package.
Version number: 0.60
License type: ofl lppl1.3
Summary description: Utopia based OpenType Math font
Announcement text:
----------------------------------------------------------------------
- Metrics of all under arrows and harpoons corrected.
- Most horizontal arrows and harpoons are now stretchable.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/erewhon-math
More information is at
https://www.ctan.org/pkg/erewhon-math
------------------------------------------------------------------------
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 .
Daniel Flipo submitted an update to the
concmath-otf
package.
Version number: 0.40
License type: ofl lppl1.3
Summary description: Concrete based OpenType Math font
Announcement text:Daniel Flipo submitted an update to the
concmath-otf
package.
Version number: 0.40
License type: ofl lppl1.3
Summary description: Concrete based OpenType Math font
Announcement text:
----------------------------------------------------------------------
- Missing stretchable accents and arrows added (see README.md).
- overbrace and underbrace redrawn (all sizes).
- Metrics of all stretchable accents corrected.
- Most horizontal arrows and harpoons are now stretchable.
- Many glyphs have been emboldened (suggested by Mikael Sundqvist
and Hans Hagen).
----------------------------------------------------------------------
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
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 .
----------------------------------------------------------------------
- Missing stretchable accents and arrows added (see README.md).
- overbrace and underbrace redrawn (all sizes).
- Metrics of all stretchable accents corrected.
- Most horizontal arrows and harpoons are now stretchable.
- Many glyphs have been emboldened (suggested by Mikael Sundqvist
and Hans Hagen).
----------------------------------------------------------------------
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
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 .
Yanrui Li submitted an update to the
context-notes-zh-cn
package.
Version number: 2023-03-31
License type: gpl3
Summary description: Notes on using ConTeXt MkIV
Announcement text:
----------------------------------------------------------------------
This version has mainly the following changes
1. add some introduction on how to install ConTeXt LMTX and Chinese fonts in TeX Live,
2. add a chapter about typesetting verbatim text,
3. remake the samples style for keeping the code clean in the text,
4. fix some typo.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/context-notes-zh-cn
More information is at
https://www.ctan.org/pkg/context-notes-zh-cn
------------------------------------------------------------------------
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
ProfLycee
package.
Version number: 2.5.6 2023-03-31
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
Bugfix + New key for AxexTikz
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proflycee
More information is at
https://www.ctan.org/pkg/proflycee
------------------------------------------------------------------------
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 .
Jürgen Spitzmüller submitted an update to the
univie-ling
package.
Version: 2.4 2023-03-31
License: lppl1.3
Summary description: Papers, theses and research proposals in (Applied) Linguistics at Vienna University
Announcement text:
----------------------------------------------------------------------
univie-ling-paper: fix default ps and se text type.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/univie-ling
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/univie-ling/
------------------------------------------------------------------------
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
Boris Veytsman submitted an update to the
acmart
package.
Version: 1.90 2023-03-30
License: lppl1.3
Summary description: Class for typesetting publications of ACM
Announcement text:
----------------------------------------------------------------------
Version 1.90 Journal ISSN updated
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/acmart
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/acmart/
------------------------------------------------------------------------
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
l3experimental
bundle.
Version: 2023-03-30
License: lppl1.3c
Summary description: Experimental LaTeX3 concepts
Announcement text:
----------------------------------------------------------------------
### Fixed
- 'Fallback' value used for benchmarking single op (see #1182)
----------------------------------------------------------------------
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-03-30
License: lppl1.3c
Summary description: LaTeX3 backend drivers
Announcement text:
----------------------------------------------------------------------
### Changed
- Integrate l3color and l3opacity with luaotfload to ensure that
opacity specifications don't conflict.
----------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
l3kernel
package.
Version: 2023-03-30
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Added
- ` ex_endlocalcontrol:D` as expl3 name for the LuaTeX primitive
### Changed
- Allow non-INT values in color expressions
- Restrict color expressions values to the range [0, 100]
- Leave Greek spacing diacritics unchanged in uppercasing
### Fixed
- Fix minor version in `c_sys_engine_version_str` for pdfTeX and LuaTeX
(issue [#1186](https://github.com/latex3/latex3/issues/1186))
----------------------------------------------------------------------
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
Zhang Tingxuan submitted an update to the
physics2
package.
Version: 0.2.0 2023-03-30
License: lppl1.3c
Summary description: Macros for typesetting maths faster and more simply
Announcement text:
----------------------------------------------------------------------
GitHub issue #4 fixed. Syntax of a few commands in module `ab' and
`ab.legacy' changed. See the package documentation for more.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/physics2
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/physics2/
------------------------------------------------------------------------
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 updates to the
MPchess
package.
Version: 0.3 2023-03-29
License: lppl1.3c gpl2+
Summary description: Drawing chess boards and positions with MetaPost
Announcement text:
----------------------------------------------------------------------
Version: 0.2 2023-03-28 :
- Licenses updated.
- Deleted the staunty piece theme (for license reason).
- Added the mpchess piece set (specially designed for this package).
- Added commands for reading PGN and FEN files.
- Added commands for displaying the main lines of analysis.
Version: 0.3 2023-03-29 :
Small bug fixes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mpchess
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/mpchess/
------------------------------------------------------------------------
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
Michal Hoftich submitted an update to the
luavlna
package.
Version: 0.1k 2023-03-28
License: lppl1.3
Summary description: Prevent line breaks after single letter words, units, or academic titles
Announcement text:
----------------------------------------------------------------------
Bug fix release:
- make non-breaking spaces only from glue with the spaceskip subtype
- abort package loading when the document is not compiled with LuaLaTeX
- replaced Slnunicode library with stock UTF8 library from Lua
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luavlna
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luavlna/
------------------------------------------------------------------------
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