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