François Pantigny submitted an update to the
piton
package.
Version number: 1.2 2023-01-16
License type: lppl1.3
Summary description: Typeset Python listings with LPEG
Announcement text:
----------------------------------------------------------------------
With the new key 'break-lines-in-piton', it's now possible to have line breaks
in the elements formatted by the command 'piton'.
The key 'show-spaces' has been modified and, now, with that key, all the spaces
are shown. With the new key 'show-spaces-in-strings', only the spaces in the
(short) strings of Python are shown.
When used with Beamer, the following environments of Beamer are now detected in
the environments {Piton}: {uncoverenv}, {onlyenv}, {visibleenv} and
{invisibleenv}.
----------------------------------------------------------------------
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 .
Daniel Flipo submitted an update to the
kpfonts-otf
package.
Version: 0.48 2023-01-16
License: ofl lppl1.3
Summary description: OTF version of the Kp-fonts
Announcement text:
----------------------------------------------------------------------
- New Bold Sans variant: KpMath-SansBold.otf.
- The KpMath fonts now support all mathtools’ extensible arrows.
- Text fonts: oldstyle digits didn't work with the `realscripts` package,
fixed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kpfonts-otf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/kpfonts-otf/
------------------------------------------------------------------------
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
Jean-François Burnol submitted an update to the
etoc
package.
Version number: 1.1b 2023-01-15
License type: lppl1.3c
Summary description: Completely customisable TOCs
Announcement text:
----------------------------------------------------------------------
This version brings no new functionality, despite the number bump.
It implements a complete rewrite of old legacy core internals.
Collaterals:
- etoclink now wraps its argument in an hyperlink even if hyperref is
configured via linktoc=none. Formerly no hyperlink was added then.
- etocthelinkedname, etocthelinkednumber, etocthelinkedpage now
are always hyperlinks. Formerly this depended on linktoc status.
- Deprecation of etocsavedsectiontocline and similarly named
commands. They are not needed as l@section et al. are with this
release left unmodified during TOCs typesetting.
LaTeX kernel from 2020/10/01 or later is required.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/etoc
More information is at
https://www.ctan.org/pkg/etoc
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
--
Karl Berry submitted an update to the
latex2e-help-texinfo
package.
Version number: 2023-01-15
License type: other-free
Summary description: Unofficial reference manual covering LaTeX2e
Announcement text:
----------------------------------------------------------------------
A new version of the unofficial LaTeX2e reference manual is available.
The easiest way to view the manual is by visiting: https://latexref.xyz
It is also available in TeX distributions, and on CTAN at:
https://ctan.org/pkg/latex2e-help-texinfo
Notable changes since the last release:
Additions:
* For each node name foo & bar, provide separate anchors for foo and
bar, so they can be referenced individually, especially online.
* Brief discussion of bold math alternatives, including for OpenType.
Fixes:
* description of definition and use of optional arguments somewhat clarified.
* exttt{ extbackslash} (and extbraceleft and extbraceright)
require T1 or other non-default encoding to produce typewriter characters.
* dots description extended, with more about the amsmath redefinition,
and Unicode vs. traditional typesetting.
* Spanish translation brought up to date.
Formatting:
* For the TeX output, enable microtype, since Texinfo now supports it.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Suggestions, bug reports, all discussion welcome.
Some ideas for contributions: https://latexref.xyz/dev/writing.html
Mailing list details: https://lists.tug.org/latexrefman
(in short, email latexrefman(a)tug.org).
Repository and development information:
https://latexref.xyz/dev/
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/latex2e-help-texinfo
More information is at
https://www.ctan.org/pkg/latex2e-help-texinfo
------------------------------------------------------------------------
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 PGF/TikZ Team submitted an update to the
pgf
package.
Version number: 3.1.10
License type: lppl1.3c gpl2 fdl
Summary description: Create PostScript and PDF graphics in TeX
Announcement text:
----------------------------------------------------------------------
## [3.1.10] - 2023-01-13 Henri Menke
Even though this release is not too heavy on user-facing additions it has seen a
lot of contributed changes. Thanks to everyone who volunteered their time!
### BREAKING CHANGES
- `pgfversiondatetime` and `pgfrevisiondatetime` have been removed.
`pgfversiondate` and `pgfrevisiondate` now use the format `YYYY-MM-DD`.
`pgfrevision{,date}` and `pgfversion{,date}` are synonyms for now, but the
revision should eventually gain back its original meaning. However, as of now
this is not supported by l3build.
- Many operations in `pgfkeys` used to use `csname` directly which lets the
given csname become `
elax` in case it wasn't defined. This resulted in some
leakage of accidentally `
elax`ed keys into the global scope. This has been
cleaned up a little. To preserve compatibility macros that used to expand to a
`
elax`ed csname now expand to a primitive `
elax`. This affects the
user-level commands `pgfkeysgetvalue` and `pgfkeysgetvalueof`. For the
former the change should not be visible except for the number of expansions
required. For `pgfkeysgetvalueof`, however, the behavior is manifestly
different in that it will now expand to an alias for the primitive `
elax` in
case the value is undefined instead of a `
elax`ed csname. It has always been
semantically wrong to assign to the result of `pgfkeysgetvalueof`, but now it
will have undesired side-effects. Therefore this change is breaking.
- The `textures` and `vtex` drivers have been deprecated. Both engines are no
longer in active development and lack eTeX features which are required for
quite some time in PGF.
- The file `pgfutil-common-lists.tex` is deprecated and therefore no longer
`input` by `pgfutil-common.tex`. The macros from this file are specifically
meant for pgfplots and are not used in PGF at all.
### Added
- l3build support for packaging PGF/TikZ
- Add Matrix chat to README
- Add rhombic polihedra #1022
- Add Developer Certificate of Origin (DCO) to Pull Request template and enforce
- Add test set for `graphdrawing` (gd)
- pgfkeys gained support for loading libraries
- Add dependabot to keep GitHub Actions up to date
### Fixed
- Wrap logic gate symbol in `pgfinterruptpicture` for shapes in library
`shapes.gates.logic.IEC`
- Remove superfluous `;` for shape `arrow box`
- Remove superfluous `/utils/exec` in animations
- Gobble `pgf@stop` when parsing finishes in animations
- Add missing `pgf@sys@tonumber` before `<dimen>` in drivers and animations
- Rewrite `dash expand off`
- Better unknown key error msg in decorations
- Fix `let` in drivers for two csnames #1088
- Protect against comma in pgfkeys arguments #389
- Let active `` expand to non-active `` in pgfmath #1062
- Protect against comma in `/tikz/rotate fit` argument and make it
eagerly evaluated #1071
- Set pics/code in angle #1068
- Fix for externalization and horizontal mode
- Avoid spurious tokens in `pgfcalendarifdate` expansion
- Remove angle restriction #1048
- Fix compatibility of `external` lib with `fadings` lib
- Only clearpage and flush `pgfutil@everybye` if non-empty #724
- Fix foreach documentation #1039
- Fix pgfmathless documentation #1040
- Blend mode as array is deprecated #1037
- One-step expansion for `pgfmathrandomitem` in pgfmath #1033
- Check whether expanded is a primitive in all engines
- Reinsert the last token when giving up on a path #1025
- Make `/tikz/local bounding box` aware of `name prefix` and `name suffix`
- Add empty Pattern dictionary to Resources dictionary
- Spelling and typo fixes in the manual
- Update Debian installation instructions
- Suppress white space at line end when `datavisualization` reads from a file
#1112
- Form-only patterns have no specified color #1122
- Make `graphdrawing` work with `name prefix` and `name suffix` options #1087
- pgfkeys was a bit too relaxed around `
elax` #1132
- Remove spurious spaces for `3d view` #1151
- Fix incorrectly placed matrix delimiters for implicitly positioned nodes #1102
- Use `/.append` to fix a wrong usage of `/.add` in pgfmanual #1201
### Changed
- Cleanup `
ewif`s
- Remove unused scripts
- Remove experiments/ folder
- Simplify loading by delegating to top-level files
- Promote `Missing character` to errors in building manual
- Flatten the doc tree
- Ensure ` racinglostchars<3` in `pgf@picture`
- Use descriptive workflow job ids
- Ensure `doc` v2 is loaded for pgfmanual
- Ensure active `^^M` is non-expandable in `codeexample`
### Contributors
- 3geek14
- BeneIII
- graue70
- Gábor Braun
- Joel Coffman
- Jonathan Spratte
- Joseph Wright
- Mario Frasca
- Michael Kuron
- Michal Hoftich
- muzimuzhi
- PhelypeOleinik
- QJLc
- Stefan Pinnow
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/base
More information is at
https://www.ctan.org/pkg/pgf
------------------------------------------------------------------------
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
Karl Berry submitted an update to the
texfot
package.
Version: 1.48 2022-12-16
License: pd
Summary description: Filter clutter from the output of a TeX run
Announcement text:
----------------------------------------------------------------------
texfot is a small Perl script to filter the online output from
a TeX run, attempting to show only those messages which are likely
to deserve some action. The TeX invocation itself can remain unchanged.
This small update adds reporting of errors and warnings from Lua modules
by default (Module.*(Error|Warning)).
This program has no home page other than CTAN and no mailing lists.
Please send bug reports/requests/discussion directly to me,
karl(a)freefriends.org.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texfot
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/texfot/
------------------------------------------------------------------------
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
Yifan Liang submitted the
zennote
package.
Version: 1.0.0 2023-01-10
License: cc-by-4
Summary description: Streamline your note-taking process!
Announcement text:
----------------------------------------------------------------------
This package aims to provide you with an easy interface to speed
up the process when organizing and producing elegant notes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/zennote
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/zennote/
------------------------------------------------------------------------
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
Yu Xiong submitted an update to the
njuthesis
package.
Version number: 1.1.2 2023-01-15
License type: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
# Fixed
- Add underline oon abstract page for graduate template
- Fix display problem with second supervisor for graduate template
- Center the emblem for undergraduate template
For more information, see <https://github.com/nju-lug/NJUThesis/blob/master/CHANGELOG.md>.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/njuthesis
More information is at
https://www.ctan.org/pkg/njuthesis
------------------------------------------------------------------------
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 Association GUTenberg submitted updates to the
letgut
package.
Version: 0.9.6 2023-01-14
License: lppl1.3c
Summary description: Class for the newsletter “La Lettre GUTenberg” of the French TeX User Group GUTenberg
Announcement text:
----------------------------------------------------------------------
0.9.5 2023-01-13 :
### Added
- Files (`.tex` source, images files, bibliographic files, etc.)
used to typeset an article possibly attached to the Lettre's PDF.
- Starred version of `inputarticle` that prevents the previous feature.
- Boolean option that (un)forces the previous feature.
- Plural forms `lettres` and `lettresgut` of `lettre` and `lettregut`.
- Shortcuts for “(a|A)ssociation GUTenberg”.
- Starred versions of `person` and `author` that sort the lists of
persons/authors in alphabetic order.
- Environment for announcements.
- Environments and commands for rebus and their solutions.
### Changed
- `⅛` replaced by `™` as a short equivalent of ~lstinline~ (the former is
considered as math if ~unicode-math~ is loaded).
- Documentation updated.
### Fixed
Several bugs and sub-optimalities.
0.9.6 2023-01-14 :
### Fixed
Hot fix for the attachment of the Lettre's source files to its PDF.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/letgut
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/letgut/
------------------------------------------------------------------------
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
Tobias Enderle submitted an update to the
PyLuaTeX
package.
Version: 0.6.0 2023-01-14
License: mit lppl1.3c
Summary description: Execute Python code on the fly in your LaTeX documents
Announcement text:
----------------------------------------------------------------------
Added support for logging from Python
The new function tex.log() writes logging messages to the TeX log, e.g.
egin{python}
tex.log('This text goes to the TeX log.')
end{python}
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pyluatex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/pyluatex/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Josef Friedrich submitted an update to the
luakeys
package.
Version number: 0.13.0 2023-01-13
License type: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
----------------------------------------------------------------------
### Added
- New function `utils.log.get()` to get the current log level.
- New function `utils.tex_printf()`: Combines `tex.print()` and Lua’s
`string.format()`.
- More type annotations for better syntax highlighting when used with
the [lua-language-server](https://github.com/sumneko/lua-language-server)
- Documentation for the `error_messages` table.
### Changed
- Rename the function `utils.log.set_log_level()` into `utils.log.set()`
### Fixed
- Keys with the attribute `opposite_keys` always got a value, even if
the key wasn’t set.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luakeys
More information is at
https://www.ctan.org/pkg/luakeys
------------------------------------------------------------------------
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
Alceu Frigeri submitted an update to the
ufrgscca
package.
Version: 1.0.6 2023-01-13
License: lppl1.3c gpl
Summary description: A bundle for undergraduate students final work/report (tcc) at UFRGS/EE
Announcement text:
----------------------------------------------------------------------
- added a package option: nonrequired
(ref. internship, see documentation)
- documentation update
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ufrgscca
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ufrgscca/
------------------------------------------------------------------------
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
Oberdiek Package Support Group submitted an update to the
embedfile
package.
Version: 2.12 2023-01-12
License: lppl1.3c
Summary description: Embed files into PDF
Announcement text:
----------------------------------------------------------------------
* Improve compability with tex4ht (PR #7)
* Always add a /UF key (PR #6)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/embedfile
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/embedfile/
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
uptex-base
package.
Version number: 2023-01-12
License type: bsd3
Summary description: Plain TeX formats and documents for upTeX
Announcement text:
----------------------------------------------------------------------
Update upTeX documents and samples based on upTeX version 1.29.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/jptex/generic/uptex-base
More information is at
https://www.ctan.org/pkg/uptex-base
------------------------------------------------------------------------
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
MusiXTeX
package.
Version: 1.36 2023-01-11
License: gpl2+
Summary description: Sophisticated music typesetting
Announcement text:
----------------------------------------------------------------------
Added support for classical Turkish music (Makam) accidentals,
thicker ledger lines and hairpins, and new thinner accidentals.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/musixtex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/musixtex/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Bob Tennent submitted an update to the
musixtex-fonts
package.
Version: 2023-01-11
License: gpl
Summary description: Fonts used by MusixTeX
Announcement text:
----------------------------------------------------------------------
Added support for MusiXTeX-136
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/musixtex-fonts
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/musixtex-fonts/
------------------------------------------------------------------------
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
Dima Pasechnik submitted an update to the
SageTeX
package.
Version: 3.6.1 2022-08-21
License: gpl2+
Summary description: Embed Sage code and plots into LaTeX
Announcement text:
----------------------------------------------------------------------
This is version 3.6.1 of sagetex, to replace outdated version 3.5.
It is the version released with SageMath 9.7, as well as with to
be released 9.8.
It includes a number of bugfixes and documentation improvements.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sagetex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/sagetex/
------------------------------------------------------------------------
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
Martin Gieseking submitted an update to the
dvisvgm
package.
Version: 3.0.1 2023-01-10
License: gpl3+
Summary description: Convert DVI, EPS, and PDF files to Scalable Vector Graphics format (SVG)
Announcement text:
----------------------------------------------------------------------
dvisvgm 3 is a new major version of the utility. As Ghostscript
is going to remove support for the PostScript-based PDF interpreter
in favor of a newly implemented C-based one, dvisvgm's previous PDF
functionality will stop working. Unfortunately, there's currently
no way to retain it with the Ghostscript API. Therefore, I added
a new PDF handler based on mutool (https://www.mupdf.com/docs/mutool.html)
which hopefully keeps most of dvisvgm's PDF features available.
Ghostscript is still required to process PostScript specials and
to convert EPS files.
Furthermore, the previously bundled FontForge library has been
replaced with a dedicated font writer library that is used to
create TrueType and WOFF files. While this is a bigger technical
change, it shouldn't affect the previous functionality and the
quality of the conversion results.
The new option --embed-bitmaps now allows for embedding of external
images referenced in DVI files into the generated SVG files.
By default, only links to the images are added.
Finally, the optional filters :even and :odd have been added to
option --page which can be used to limit the given page ranges
to even and odd page numbers respectively.
Further information on the latest changes and additions can be
found at https://dvisvgm.de.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/dvisvgm
The package’s files themselves can be inspected at
https://mirrors.ctan.org/dviware/dvisvgm/
------------------------------------------------------------------------
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
pythonimmediate
package.
Version: 0.1.0 2023-01-09
License: lppl1.3c
Summary description: Library to run Python code
Announcement text:
----------------------------------------------------------------------
Package update.
Please note that from now on a separate Python package
(to be found at https://pypi.org/project/pythonimmediate-tex/)
needs to be installed for this LaTeX package to work properly.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pythonimmediate
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pythonimmediate/
------------------------------------------------------------------------
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
firamath-otf
package.
Version number: 0.03 2023-01-11
License type: lppl1.3
Summary description: Use OpenType math font Fira Math
Announcement text:
----------------------------------------------------------------------
v 0.03: pass all unknown options to package unicode-math, e.g. mathrm=sym
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/firamath-otf
More information is at
https://www.ctan.org/pkg/firamath-otf
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Tingxuan Zhang submitted an update to the
unimath-plain-xetex
package.
Version number: 0.2a
License type: lppl1.3c
Summary description: OpenType math support in (plain) XeTeX
Announcement text:
----------------------------------------------------------------------
In this version, all the math delimiter commands yield Unicode math delimiters.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/xetex/plain/unimath-plain-xetex
More information is at
https://www.ctan.org/pkg/unimath-plain-xetex
------------------------------------------------------------------------
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 .
Andrew Parsloe submitted an update to the
diffcoeff
package.
Version number: 5.0
License type: lppl1.3c
Summary description: Write differential coefficients easily and consistently
Announcement text:
----------------------------------------------------------------------
Version 5.0 of diffcoeff splits the main command, diff, into three
(upright-fraction, slash-fraction and compact form derivatives). This enables
the package to more fully embrace the configurability offered by xtemplate but
introduces incompatibilities with earlier versions. For older documents or
those comfortable with the previous version, that is still available by using
the trailing optional argument of the usepackage command:
usepackage{diffcoeff}[=v4]. Version 5.0 extends xtemplate configurability to
jacobians and differentials (allowing the easy writing of simple line elements)
and other notations (Braket).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/diffcoeff
More information is at
https://www.ctan.org/pkg/diffcoeff
------------------------------------------------------------------------
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.1.5 2023-01-09
License type: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
Calculs d'arrangements et de combinaisons
----------------------------------------------------------------------
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
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
Johannes L. Braams submitted an update to the
ntgclass
package.
Version number: 2.1f
License type: lppl1.3
Summary description: European versions of standard classes
Announcement text:
----------------------------------------------------------------------
A bug has been found in the way fonts are handled in the table of contents.
The fix in this release has been provided by Piet van Oostrum
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/ntgclass
More information is at
https://www.ctan.org/pkg/ntgclass
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
--
Oberdiek Package Support Group submitted an update to the
oberdiek
package.
Version number: 2023-01-10
License type: lppl1.3c
Summary description: A bundle of packages submitted by Heiko Oberdiek
Announcement text:
----------------------------------------------------------------------
The pdfcolfoot foot has been split out of the bundle.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/oberdiek
More information is at
https://www.ctan.org/pkg/oberdiek
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
--
Oberdiek Package Support Group submitted an update to the
pdfcolfoot
package.
Version number: 1.4 2023-01-10
License type: lppl1.3
Summary description: Separate color stack for footnotes with pdfTeX
Announcement text:
----------------------------------------------------------------------
The package has been split out of the oberdiek bundle.
This version fixes a bug: the color from the wrong colorstack were reset after a footnote
due to a missing group.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pdfcolfoot
More information is at
https://www.ctan.org/pkg/pdfcolfoot
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
--
Olivier Péault submitted an update to the
repere
package.
Version: 23.01
License: lppl1.3c
Summary description: MetaPost macros for secondary school mathematics teachers
Announcement text:
----------------------------------------------------------------------
New documentation
More marks for segments
Small changes to declare and define points
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/repere
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/repere/
------------------------------------------------------------------------
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: 2.0.0 2023-01-10
License: lppl1.3c
Summary description: A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany
Announcement text:
----------------------------------------------------------------------
Added:
- A file `se2thesis.tex` that contains the combined documentation
from all DTX files as well as their code
- Use Libertinus and Fira Code as fonts
Changed:
- Split the large `se2thesis.dtx` into several DTX files for the
different packages
- Deprecate the `fmode` argument to `se2fonts.sty`.
*Attention:* This is a breaking change!
- The `build.lua` now also builds all `*.tex` files
- Use the default back-reference styling of `biblatex`
- Changed the dimensions of the type area
Fixed:
- Get correct translation for lower-title back for PhD theses
Removed:
- Support for the TeX Gyre and Palatino/Helvetica fonts.
We replace all fonts by the Libertinus font family.
----------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
Scrabble
package.
Version: 0.1.3 2023-01-09
License: lppl1.3c
Summary description: Commands for Scrabble boards
Announcement text:
----------------------------------------------------------------------
Codes ISO-639-1 for language (EN/FR/DE/ES)
No more option [fr] for french commands
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/scrabble
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/scrabble/
------------------------------------------------------------------------
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
Tilman Bauer submitted an update to the
luasseq
package.
Version: 2023-01-10
License: lppl1.3
Summary description: Drawing spectral sequences in LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Bug fixes and compatibility update for Lua language version 5.3+
(LuaTeX 1.15)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luasseq
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/luasseq/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Sicheng Du submitted an update to the
maze
package.
Version: 1.2 2023-01-10
License: lppl1.3c
Summary description: Generate random mazes
Announcement text:
----------------------------------------------------------------------
Main changes include
1. Corrected some mistakes in the manual;
2. Modified the format in the source code to improve compatibility;
3. Improved the output map of the maze to make it clearer.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/maze
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/maze/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Amit M. Manthanwar submitted an update to the
PST-Flags
package.
Version number: 2023-01-09
License type: lppl1.3c
Summary description: Draw flags of countries using PSTricks
Announcement text:
----------------------------------------------------------------------
The package pst-flags provides micros for drawing flags of world countries using
PSTricks.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-flags
More information is at
https://www.ctan.org/pkg/pst-flags
------------------------------------------------------------------------
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
Alejandro García Matarredona submitted an update to the
langnames
package.
Version number: 2.1
License type: lppl1.3
Summary description: Name languages and their genetic affiliations consistently
Announcement text:
----------------------------------------------------------------------
Langnames v2.1 removes the unnecessary depencency expkv.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/langnames
More information is at
https://www.ctan.org/pkg/langnames
------------------------------------------------------------------------
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
Akira Yamaji submitted an update to the
mcf2graph
package.
Version number: 4.91 2023-01-09
License type: mit
Summary description: Draw chemical structure diagrams with MetaPost
Announcement text:
----------------------------------------------------------------------
-update MCF manual
from this version typeset with LuaTeX
include mcf_man_soc.mp,mcf_mplib_exa.tex
-delete mcf_man_soc.mp
-delete mcf_mplib_exa.tex
-delete mcf_mplib_exa.pdf
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/mcf2graph
More information is at
https://www.ctan.org/pkg/mcf2graph
------------------------------------------------------------------------
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
David Purton submitted an update to the
scripture
package.
Version number: 1.3 2023-01-08
License type: lppl1.3c
Summary description: A LaTeX style for typesetting Bible quotations
Announcement text:
----------------------------------------------------------------------
Changes for version 1.3:
- Add
ofirstverse function
- Add extscripture function
- Add added/font option
- Add added/format option
- Add inline/begin option
- Add inline/end option
- Add inline option
- Add reference/align option
- Add reference/newline option
- Add verse/firstformat option
- Add verse/firstsep option
- Add verse/first option
- Add feature to highlight translator added words
- Bug fixes
- Remove reference/delim option
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/scripture
More information is at
https://www.ctan.org/pkg/scripture
------------------------------------------------------------------------
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 .
Hans-Martin Münch submitted an update to the
nicefilelist
package.
Version: 0.9a 2023-01-08
License: lppl1.3c
Summary description: Provide listfiles alignment
Announcement text:
----------------------------------------------------------------------
Packages that
elax their ver@... (e.g., fontenc) can use ver@@... to
store the version information instead - nicefilelist is now aware of that.
New option autolength measures the respective length of each field
(f-base, f-ext, and f-version) and writes it into the .aux file for use
in the next compilation run. This option requires LaTeX format-version
at least 2022-11-01.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/nicefilelist
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/nicefilelist/
------------------------------------------------------------------------
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.1 2023-01-07
License type: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
Minor bugfix for indentconfig.yaml options.
Full details at https://github.com/cmhughes/latexindent.pl/releases/tag/V3.20.1
----------------------------------------------------------------------
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 .
Oberdiek Package Support Group submitted an update to the
hopatch
package.
Version number: 1.5 2023-01-07
License type: lppl1.3
Summary description: Load patches for packages
Announcement text:
----------------------------------------------------------------------
Updated the name of the generic package hook to the name used in a current LaTeX.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/hopatch
More information is at
https://www.ctan.org/pkg/hopatch
------------------------------------------------------------------------
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: 1.1 2023-01-07
License: lppl1.3
Summary description: Typeset Python listings with LPEG
Announcement text:
----------------------------------------------------------------------
The extension 'piton' detects the class 'beamer' and activates
the commands action, alert, invisible, only, uncover and
visible in the environments {Piton} when the class 'beamer' is
used.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/piton
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/piton/
------------------------------------------------------------------------
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
John Collins submitted an update to the
latexmk
package.
Version number: 4.79 2023-01-07
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
Check rc files for valid UTF-8; remove initial BOM.
Improve some warnings and messages.
Correctly implement conditional use of biber, to be able to preserve bbl
file when bib file doesn't exist. This behavior now matches the
conditional use of bibtex.
Solve problem that processing times under Windows were reported as zero.
Solve occasional problems caused by granularity of file times when detecting
files generated during a run of *latex
Configurably change default location of fls file to aux directory, to match
behavior of recent versions of MiKTeX.
Update documentation especially about aux and output directories.
----------------------------------------------------------------------
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
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
Jianrui Lyu submitted an update to the
functional
package.
Version number: 2023A 2023-01-07
License type: lppl1.3c
Summary description: Provide an intuitive functional programming interface for LaTeX2
Announcement text:
----------------------------------------------------------------------
- remove UpperCamelCase functions (#9)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/functional
More information is at
https://www.ctan.org/pkg/functional
------------------------------------------------------------------------
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 .
Jinwen XU submitted an update to the
jwjournal
package.
Version: 2023-01-07
License: lppl1.3c
Summary description: A personal class for writing journals
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- Support other date formats like `mm-dd-yyyy` and `dd-mm-yyyy`
- Support date string with separator `/` such as `2023/01/01`
- One can now use equal signs to write separation line in the code
(the user may refer to the README or demo docs for examples)
- Change the day of the week to uppercase
- Internal improvements
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jwjournal
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jwjournal/
------------------------------------------------------------------------
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
Jay Lee submitted an update to the
simplebnf
package.
Version: 0.3.2 2023-01-07
License: mit
Summary description: A simple package to format Backus-Naur form (BNF)
Announcement text:
----------------------------------------------------------------------
The vertical spacing between consecutive rules can now be
controlled via `SimpleBNFStretch`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/simplebnf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/simplebnf/
------------------------------------------------------------------------
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 the
Scrabble
package.
Version: 0.1.2 2023-01-07
License: lppl1.3c
Summary description: Commands for Scrabble boards
Announcement text:
----------------------------------------------------------------------
v0.1.1 initial update : Scrabble board with or without words
(EN, FR, GE or SP cell's name and points).
English and french version for the commands and the options.
v.0.1.2 : New <key> for scaling the cell's labels
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/scrabble
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/scrabble/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Antoine Missier submitted an update to the
mismath
package.
Version number: 2.2 2023-01-06
License type: lppl1.3
Summary description: Miscellaneous mathematical macros
Announcement text:
----------------------------------------------------------------------
Loading of ibrackets package is now optional, due to an error when using
'DeclarePairedDelimiter' (from the mathtool package) with square brackets.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mismath
More information is at
https://www.ctan.org/pkg/mismath
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jinwen XU submitted an update to the
ProjLib
package.
Version number: 2023-01-05
License type: lppl1.3c
Summary description: A series of tools to simplify your workflow
Announcement text:
----------------------------------------------------------------------
Changes since the last version:
- module date: add space trimming to `ProjLibSetDatetimeInputFormat`
- module date: support parsing date string separated with `/`
- module date: bug fixes
- module language: improved warning messages for `UseLanguage` and
`UseOtherLanguage`
- module theorem: add new options to allow numbering different types of
theorems separately
New documentations are being written and are expected to be completed by the
end of 2023. In the meantime, only the core code would be included in TeX Live
2023 coming this April (old documentations have been removed from the
distribution).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/projlib
More information is at
https://www.ctan.org/pkg/projlib
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
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 .
Jinwen XU submitted an update to the
colorist
package.
Version number: 2023-01-05
License type: lppl1.3c
Summary description: Write your articles or books in a colorful way
Announcement text:
----------------------------------------------------------------------
New documentations for colorist, lebhart and beaulivre are being written
and are expected to be completed by the end of 2023. In the meantime, only the
core code would be included in TeX Live 2023 coming this April (old
documentations have been removed from the distribution).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/colorist
More information is at
https://www.ctan.org/pkg/colorist
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
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 .
Jinwen XU submitted the
jwjournal
package.
Version: 2023-01-05
License: lppl1.3c
Summary description: A personal class for writing journals
Announcement text:
----------------------------------------------------------------------
This is the document class the author personally uses to write
his journal. It turns simple pure text entries into a colorful
and nicely formatted document.
You may refer to the README and demo documents for detailed
explanation and examples.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jwjournal
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jwjournal/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Josef Friedrich submitted an update to the
luakeys
package.
Version number: 0.12.0 2023-01-05
License type: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
----------------------------------------------------------------------
## Added
* Macros LuakeysGetPackageOptions, LuakeysGetClassOptions.
* Option “accumulated_result”.
* Data type “list” to the attribute “data_type”.
* Attribute “description”.
* Tables “utils.log” and “utils.ansi_color”.
* Table “errors_message” to set custom messages.
* Short form syntax for the definition attribute “opposite_keys”.
## Changed
* Breaking change! luakeys exports now a function instead of a table.
Use “require('luakeys')()” or “luakeys.new()” instead of
“require('luakeys')”.
* Breaking change! “luakeys.parse()”, “luakeys.define()”, “luakeys.save()”
and “luakeys.get()” can’t be used anymore from the global variable luakeys.
* New name for the function “new()” instead of “get_private_instance().
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luakeys
More information is at
https://www.ctan.org/pkg/luakeys
------------------------------------------------------------------------
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 .
Teemu Likonen submitted an update to the
kaytannollista-latexia
package.
Version: 2023
License: cc-by-sa-4
Summary description: Practical manual for LaTeX (Finnish)
Announcement text:
----------------------------------------------------------------------
Minor fixes and improvements.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kaytannollista-latexia
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/kaytannollista-latexia/
------------------------------------------------------------------------
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