Chris Hughes submitted an update to the
latexindent
package.
Version number: 3.23.9 2024-04-06
License type: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
latexindent.exe oneSentencePerLine bug fix, full details at
https://github.com/cmhughes/latexindent.pl/releases/tag/V3.23.9
----------------------------------------------------------------------
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
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
Stephan Lukasczyk submitted an update to the
inconsolata-nerd-font
package.
Version number: 0.5
License type: ofl lppl1.3c
Summary description: Inconsolata Nerd Font with support for XeLaTeX or LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Changed:
- Update to Nerd Fonts v3.2.0, which updates the InconsolataLGC fonts to version 1.5.2.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/inconsolata-nerd-font
More information is at
https://www.ctan.org/pkg/inconsolata-nerd-font
------------------------------------------------------------------------
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
Weijian Wu submitted an update to the
SJTUTeX
package.
Version: 2.1.2 2024-04-05
License: lppl1.3c
Summary description: LaTeX classes for Shanghai Jiao Tong University
Announcement text:
--------------------------------------------------------------------------------
This version uses `titletoc` package to modify layouts of contents lists, no
longer uses the original `tocloft` package.
For detailed changes, please refer to
https://github.com/sjtug/SJTUTeX/compare/v2.1.1...v2.1.2
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/sjtutex
More information is at
https://www.ctan.org/pkg/sjtutex
--------------------------------------------------------------------------------
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 .
João M. Lourenço submitted an update to the
coloredtheorem
package.
Version: 1.0.2
License: lppl1.3c
Summary description: A colourful boxed theorem environment
Announcement text:
--------------------------------------------------------------------------------
A colorful boxed theorem environment, combining tcolorbox and breakable boxes.
It supports full tcolorbox customization, automatic numbering, label{...} and
ef{…}, and listof…
Bug fixes. Improved documentation.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/coloredtheorem
More information is at
https://www.ctan.org/pkg/coloredtheorem
--------------------------------------------------------------------------------
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 .
Nicola Talbot submitted an update to the
glossaries
package.
Version number: 4.54 2024-04-03
License type: lppl1.3
Summary description: Create glossaries and lists of acronyms
Announcement text:
----------------------------------------------------------------------
- added check for l_datatool_measure_hook_tl (provided by datatool v3.0+)
- added:
glsdohyperlinkhook
glsdohypertargethook
glslabelhypertarget
glslabelhypertargetprefix
glslabelhypertargetdefs
glslabelhypertargetvalue
- removed MFU mappings for expandable commands like glsentryname
see issue #271: https://www.dickimaw-books.com/bugtracker.php?key=271
- bug fix: https://github.com/latex3/tagging-project/issues/48
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/glossaries
More information is at
https://www.ctan.org/pkg/glossaries
------------------------------------------------------------------------
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
Boris Veytsman submitted an update to the
acmart
package.
Version number: 2.05 2024-04-03
License type: lppl1.3
Summary description: Class for typesetting publications of ACM
Announcement text:
----------------------------------------------------------------------
Version 2.05. Changed title for TELO.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/acmart
More information is at
https://www.ctan.org/pkg/acmart
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
customenvs
package.
Version: 0.1.4 2024-04-04
License: lppl1.3c cc-by-sa-4
Summary description: Custom environments (MCQ, list with picked items, ...)
Announcement text:
--------------------------------------------------------------------------------
Environment for creating an 'SMS chat' window.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/customenvs
More information is at
https://www.ctan.org/pkg/customenvs
--------------------------------------------------------------------------------
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 .
Joseph Wright submitted an update to the
csquotes
package.
Version: 5.2o 2024-04-04
License: lppl1.3c
Summary description: Context sensitive quotation facilities
Announcement text:
--------------------------------------------------------------------------------
v5.20:
- Fix an issue with repeated characters at the start of quotes in bookmarks
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/csquotes
More information is at
https://www.ctan.org/pkg/csquotes
--------------------------------------------------------------------------------
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 .
Vít Starý Novotný submitted an update to the
markdown
package.
Version: 3.4.3-0-ge2c6be1a 2024-04-04
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
--------------------------------------------------------------------------------
Fixes:
- Remove trailing paragraph/interblock separators in right-open slice
intervals. (#408, #419)
- Do not misinterpret bracketed e-mails as citations. (#424, #426,
sponsored by @istqborg)
- Comply with CommonMark 0.31.2. (#416, 40b516ee, de8d137d, #432,
contributed by @lostenderman)
- Do not end a paragraph before a `:::` in fenced divs.
(#407, lostenderman/markdown#157, #427, #428, lostenderman/markdown#158,
#431, contributed by @lostenderman)
Documentation:
- Add slides from the defense of projects MUNI/33/1654/2022 and
MUNI/33/1658/2022 to `README.md`. (49f01ccf)
- Remove `<mroot>` from MathML in the user manual. (#420, #422,
contributed by @quark67)
Contributed Software:
- Make the documentation of contributions more detailed. (3f928162)
Docker:
- Add support for TeX Live 2024.
(#411, bafbb164, #413, 04957eee, 16000aa4, #425, 9549a5d8, 8f8e1315,
844beafc, cf592003)
Continuous Integration:
- Style-check tabs and trailing spaces in `markdown.dtx`. (a0c941ca)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/markdown
More information is at
https://www.ctan.org/pkg/markdown
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Dohyun Kim submitted an update to the
luamplib
package.
Version: 2.27.2 2024-04-04
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
--------------------------------------------------------------------------------
* for warning/info/error messages we now use our own lua function,
instead of ltluatex's. As a result, mplib's multi-line messages are
printed as they are with no module name prepended to each line.
* terminal messages are now much conciser than before, printing only
the most relevant part.
* mplibcode which has no figure output does not print a warning, but
just an info to the log.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luamplib
More information is at
https://www.ctan.org/pkg/luamplib
--------------------------------------------------------------------------------
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 .
Alan Munn submitted an update to the
msu-thesis
package.
Version number: 4.2 2024-02-18
License type: lppl1.3
Summary description: Class for Michigan State University Master’s and PhD theses
Announcement text:
----------------------------------------------------------------------
The msu-thesis class provides a document class that conforms to the thesis
formatting requirements of Michigan State University. Version 4.2 fixes some
spacing issues, and a problem with bibliographies when using biblatex.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/msu-thesis
More information is at
https://www.ctan.org/pkg/msu-thesis
------------------------------------------------------------------------
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
Esger Renkema submitted an update to the
minim-mp
package.
Version number: 2024/1.6
License type: other-free
Summary description: Low-level mplib integration for LuaTeX
Announcement text:
----------------------------------------------------------------------
This version fixes several bugs in the latex package, and provides a more
flexible metapost instance configuration mechanism.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/minim-mp
More information is at
https://www.ctan.org/pkg/minim-mp
------------------------------------------------------------------------
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
Erik Nijenhuis submitted an update to the
lua-placeholders
package.
Version number: 1.0.3 2024-04-02
License type: lppl1.3c
Summary description: Specifying placeholders for demonstration purposes
Announcement text:
----------------------------------------------------------------------
Added LaTeX custom hooks for namespaces and recording of loaded YAML/JSON files
for recompilation purposes.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/lua-placeholders
More information is at
https://www.ctan.org/pkg/lua-placeholders
------------------------------------------------------------------------
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
Hugo Gomes submitted an update to the
pgf-PeriodicTable
package.
Version: 2.1.0a 2024-04-03
License: lppl1.3
Summary description: Create custom periodic tables of elements
Announcement text:
--------------------------------------------------------------------------------
Translation files have been renamed from 'lang.{undefined,nl}.tex' to
'pgfPT.lang.{undefined,nl}.tex' to match the runtime tree of TeX Live.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/pgf-periodictable
More information is at
https://www.ctan.org/pkg/pgf-periodictable
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
John Collins submitted an update to the
latexmk
package.
Version: 4.83 2024-01-31
License: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
--------------------------------------------------------------------------------
This is a reversion to a previous version, since v. 4.84 has a serious bug,
which is triggered for example, when the output directory is specified by an
absolute pathname.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/latexmk
More information is at
https://www.ctan.org/pkg/latexmk
--------------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Erik Nijenhuis submitted an update to the
gitinfo-lua
package.
Version: 1.0.3
License: lppl1.3c
Summary description: Display git project information in your LaTeX projects
Announcement text:
--------------------------------------------------------------------------------
Implemented Git awareness, enabling tools like latexmk to recompile
automatically when switching branches or adding/resetting commits.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/gitinfo-lua
More information is at
https://www.ctan.org/pkg/gitinfo-lua
--------------------------------------------------------------------------------
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
ResolSysteme
package.
Version number: 0.1.6 2024-04-02
License type: lppl1.3c
Summary description: Work on linear systems using xint or pyluatex
Announcement text:
----------------------------------------------------------------------
Correction dans certains calculs.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/resolsysteme
More information is at
https://www.ctan.org/pkg/resolsysteme
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
ProfSio
package.
Version number: 0.2.4 2024-04-02
License type: lppl1.3c
Summary description: Commands (with TikZ) to work with French “BTS SIO” maths
themes
Announcement text:
----------------------------------------------------------------------
Ajout d'une commande pour afficher (sans simplifier) une expression booléenne
Tables (+,×) en base donnée
Ajout de clés pour certaines commandes
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/profsio
More information is at
https://www.ctan.org/pkg/profsio
------------------------------------------------------------------------
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
Sašo Živanović submitted an update to the
Memoize
package.
Version number: 1.3.0 2024-04-02
License type: lppl1.3c
Summary description: Externalization of graphics and memoization of compilation
results in general
Announcement text:
----------------------------------------------------------------------
New defaults:
* `memo dir` is now in effect by default. Rationale: this option, which results
a much more tidy output directory, should work out of the box on almost all
systems.
* `mkdir command` is now initialized to `memoize-extract.pl --mkdir` even when
`extract=no` or `extract=tex`. Rationale: external extraction, e.g. triggered by
`latexmk` (which supports Memoize since version 4.84), is easier to use with the
new default.
The manual was updated to reflect the new defaults, and also includes several
minor improvements.
Bugfixes:
* The extraction scripts: properly escape `` in log messages. (The bug was
affecting Windows users.)
* Biblatex support: `volcites` now works as advertised.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/memoize
More information is at
https://www.ctan.org/pkg/memoize
------------------------------------------------------------------------
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 Pieper submitted an update to the
schule
package.
Version number: 0.10.0 2024-04-01
License type: lppl1.3
Summary description: Support for teachers at German schools
Announcement text:
----------------------------------------------------------------------
The expected results horizon, which can be used for written exams, has been made
much more flexible
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/schule
More information is at
https://www.ctan.org/pkg/schule
------------------------------------------------------------------------
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
João M. Lourenço submitted the
coloredtheorem
package.
Version number: 1.0
License type: lppl1.3c
Summary description: A colourful boxed theorem environment
Announcement text:
----------------------------------------------------------------------
The coloredtheorem package is a simple environment, which takes no options, and
that allows to write stuff inside boxes from tcolorbox. Akin to
ewtheorem from
the amsmath package, the user should start by defining a new theorem/box group
and customize its aspect. Each new environment will have its own
counter/numbering. Notice that label{…} and
ef{…} work as expected. The is
also a command to generate the corresponding listof…
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/coloredtheorem
More information is at
https://www.ctan.org/pkg/coloredtheorem
------------------------------------------------------------------------
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
Oliver Beery submitted an update to the
fontscale
package.
Version: 1.1.0 2024-03-31
License: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
----------------------------------------------------------------------
SetFontStep, SetFontScale, SetFontSize, ScaleFont, and
SetFontSizeBaselineskip are now set up to work with ext_purify:n.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fontscale
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fontscale/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Boris Veytsman submitted an update to the
acmart
package.
Version: 2.04 2024-03-31
License: lppl1.3
Summary description: Class for typesetting publications of ACM
Announcement text:
----------------------------------------------------------------------
Version 2.04. Compatibility with the new latex-dev format
eSSN is always printed, even if pSSN is present
Wording change in copyright statement
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/acmart
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/acmart/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
John Collins submitted an update to the
latexmk
package.
Version number: 4.84 2024-03-29
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
Update example_rcfiles/bib2gls_latexmkrc to deal with situation where .glstex file has basename of .bib file rather than that of main .tex file.
Update example_rcfiles/asymptote_latexmkrc.
Update example_rcfiles/splitindex_latexmkrc.
Add example_rcfiles/memoize_latexmkrc.
Improve detection of need to run makeindex (solves non-detection when imakeidx package is used with splitindex option).
Implement final-output directory, with option -out2dir, variables $out2_dir, @out2_exts.
Document hook mechanism.
Document $allow_subdir_creation variable.
----------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
vectorlogos
package.
Version: 0.1.3 2024-03-30
License: lppl1.3c cc-by-3 cc-by-4 other-free gpl2
Summary description: Vectorial logos (GeoGebra, Emacs, Scratch, ...) with ‘inline’ support
Announcement text:
----------------------------------------------------------------------
Added logos for MikTeX + CTAN lion + LateX project
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/vectorlogos
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/vectorlogos/
------------------------------------------------------------------------
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