Guanyuming He submitted the
onepgnote
package.
Version: 0.9.0
License: gpl3
Summary description: Space-efficient one-page notes for exams
Announcement text:
----------------------------------------------------------------------
I am pleased to announce my own homemade package for making
one-page exam notes.
Existing packages on CTAN (I didn't reserach comprehensively)
like cheetsheet offer such functions, but one problem is that
they are still not very space-efficient.
This package makes the resulting one-page note very space-efficient,
while still maintaining the conspicuity of important texts.
Another feature is the simple implementation of this package.
With only 100+ lines of code, this package achieves the above
features, thanks to a few powerful ideas.
This makes it easy for others to understand and improve the package.
I also provide a onepgnote-example.tex file, which I wrote
personally for an exam note during my study at Imperial College
London.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/onepgnote
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/onepgnote/
------------------------------------------------------------------------
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
Facundo Batista submitted an update to the
jupynotex
package.
Version: 1.1
License: apache2
Summary description: Include whole or partial Jupyter notebooks in LaTeX documents
Announcement text:
--------------------------------------------------------------------------------
Jupynotex 1.1 released!
Main new features:
- The template for cell titles can now be configured
- Now it allows inclusion of only the input or only the output of the cells
- Improved style to a more sober paper-alike one
- Made the tcolorbox breakable so cells can be multi-page
Smaller improvements / bug fixes:
- Add a newline between boxes so LaTeX consider them independently for wrapping around other elements
- Escape weird chars in filenames.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jupynotex
More information is at
https://www.ctan.org/pkg/jupynotex
--------------------------------------------------------------------------------
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 .
Stéphane Galland submitted an update to the
UPmethodology
package.
Version: 20250425
License: lgpl3
Summary description: Writing specifications such as for UP-based methodologies
Announcement text:
----------------------------------------------------------------------
* Remove unecessary column character for automatically built task list.
* Don't output the chapter/section numbers in headers when they are
equal to zero.
* Add the missed header marks for the "listof" commands.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/upmethodology
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/upmethodology/
------------------------------------------------------------------------
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
Alceu Frigeri submitted the
afperpack
package.
Version: 1.0 2025-04-25
License: lppl1.3c gpl3+
Summary description: A parametric questions’ repositories framework
Announcement text:
--------------------------------------------------------------------------------
Authors pre-defined sets of packages and preferences.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/afperpack
More information is at
https://www.ctan.org/pkg/afperpack
--------------------------------------------------------------------------------
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 .
Alceu Frigeri submitted an update to the
tikzquests
package.
Version: 1.3 2025-04-25
License: lppl1.3c gpl3+
Summary description: A parametric questions’ repositories framework
Announcement text:
--------------------------------------------------------------------------------
Added an optional parameter to \defQuestionAlias allowing the copy between
repositories (see documentation).
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tikzquests
More information is at
https://www.ctan.org/pkg/tikzquests
--------------------------------------------------------------------------------
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
expltools
package.
Version number: 2025-04-25
License type: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
----------------------------------------------------------------------
## expltools 2025-04-25
### explcheck v0.9.0
#### Development
- Add basic support for semantic analysis and reading (nested) function
definitions. (#75)
None of the issues from Section 4 of the document titled [_Warnings and errors
for the expl3 analysis tool_][warnings-and-errors] are recognized by
explcheck yet. Support for (some of) these issues will be added in the next
minor release.
[warnings-and-errors]: https://github.com/witiko/expltools/releases/download/latest/warnings-and-e…
- Add error E304 (Unexpected parameter number) for incorrect parameter tokens
in parameter and replacement texts of function definitions. (#75)
#### Fixes
- Exclude global scratch variables from issue S206 (Malformed variable or
constant name). (reported by @fpantigny in #76, fixed in #77)
- Do not produce warning S204 (Missing stylistic whitespaces) in Lua code.
(reported by @zepinglee in #29, fixed in #75)
#### Documentation
- Add a link to [a work-in-progress TUG 2025 paper][expltools-tug25-paper] to
`README.md`. (8d4177b, 99ef3b9)
[expltools-tug25-paper]: https://github.com/witiko/expltools-tug25-paper
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/expltools
More information is at
https://www.ctan.org/pkg/expltools
------------------------------------------------------------------------
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
Matthew Bertucci submitted an update to the
keytheorems
package.
Version: 0.2.6
License: lppl1.3c
Summary description: An l3keys interface to amsthm
Announcement text:
----------------------------------------------------------------------
Updates since v0.2.1:
## v0.2.6
- add `\externaltheorems` command to restate theorems from an external file
## v0.2.5
- disable `\index` and `\glossary` in restated theorems
- fix issue #11 (https://github.com/mbertucci47/keytheorems/issues/11)
- fix issue #13 (https://github.com/mbertucci47/keytheorems/issues/13)
- avoid printing `note={}` to thlist file for theorems without a note
- add `counter-format` key
## v0.2.4
- fixed issue with too much expansion in `manual-num`
- fix issue #14 (https://github.com/mbertucci47/keytheorems/issues/14)
## v0.2.3
- add many translations; some missing translation of "continuing from p."
- add `manual-num` key
- `leftmargin` and `rightmargin` now work correctly with tagging loaded
## v0.2.2
- fix implementation of `inherit-style` so it can contain thm keys
- add support for zref-clever in `refname` and `Refname`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/keytheorems
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/keytheorems/
------------------------------------------------------------------------
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
Pablo González Luengo submitted an update to the
scontents
package.
Version: 2.3 2025-04-23
License: lppl1.3c
Summary description: Stores LaTeX contents in memory or files
Announcement text:
----------------------------------------------------------------------
- Adapting the `verbatimsc` environment for _tagged_ PDF.
- Update minimum required to LaTeX release 2024-11-01.
– Safer code for replacement `\obeyedline`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/scontents
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/scontents/
------------------------------------------------------------------------
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
Brian Dunn submitted an update to the
lwarp
package.
Version: 0.919
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
--------------------------------------------------------------------------------
Updated extramarks, fancyhdr, fvextra, minted, nameauth, nicematrix, pdfpages,
pythontex, siunitx.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lwarp
More information is at
https://www.ctan.org/pkg/lwarp
--------------------------------------------------------------------------------
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 .
Julien Labbé submitted the
bracealign
package.
Version: 1.0 2025-04-17
License: lppl1.3c
Summary description: Align braces under and over math expressions
Announcement text:
----------------------------------------------------------------------
bracealign is a LaTeX package to align braces under and over math
expressions. A new environment called bracealign is provided,
inside which braces and brackets drawn with the commands \underbrace,
\overbrace, \underbracket, \overbracket, \underparen or \overparen
are vertically aligned.
The package also allows adding support for new commands.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bracealign
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/bracealign/
------------------------------------------------------------------------
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 Nagel submitted the
fontawesome6
package.
Version: 6.7.2
License: ofl lppl1.3c
Summary description: Font Awesome 6 with LaTeX support
Announcement text:
--------------------------------------------------------------------------------
New package with Font Awesome 6 bindings
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/fontawesome6
More information is at
https://www.ctan.org/pkg/fontawesome6
--------------------------------------------------------------------------------
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 .
Alceu Frigeri submitted an update to the
codedescribe
package.
Version: 1.7 2025-04-21
License: lppl1.3c gpl
Summary description: LaTeX code description and documentation
Announcement text:
--------------------------------------------------------------------------------
Fixing issue #4 (inconsistent spacing) hopefully for good. Added an
environment
tsremark* (see documentation).
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/codedescribe
More information is at
https://www.ctan.org/pkg/codedescribe
--------------------------------------------------------------------------------
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.9c 2025-04-21
License: lppl1.3c
Summary description: Provide \listfiles alignment
Announcement text:
----------------------------------------------------------------------
v0.9c offers the options "hashes" and/or "sizes" to the "\listfiles"
command, "\listfiles[hashes,sizes]", as provided by LaTeX release
2024-06-01, see LaTeX News Issue 39 at
https://www.latex-project.org/news/latex2e-news/ltnews39.pdf
(if LaTeX release 2024-06-01 or newer is used).
----------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version: 1.5.0 2025-04-20
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Enhancements in parsing speed. Bug fixes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jsonparse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jsonparse/
------------------------------------------------------------------------
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 Galland submitted an update to the
UPmethodology
package.
Version: 20250420
License: lgpl3
Summary description: Writing specifications such as for UP-based methodologies
Announcement text:
----------------------------------------------------------------------
- Extend Get/Set API for internal variables.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/upmethodology
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/upmethodology/
------------------------------------------------------------------------
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
Alceu Frigeri submitted the
tikzfxgraph
package.
Version: 1.0 2025-04-19
License: lppl1.3c gpl3+
Summary description: Plotting functions in a simplified way
Announcement text:
--------------------------------------------------------------------------------
Yet another way of using pgfplots + gnuplot to graph functions.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzfxgraph
More information is at
https://www.ctan.org/pkg/tikzfxgraph
--------------------------------------------------------------------------------
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 .
Pascal Bercher submitted the
open-everyday-symbols
package.
Version: 1.0 2025-04-20
License: lppl1.3c
Summary description: A list of “everyday” symbols, to be extended by everybody
Announcement text:
----------------------------------------------------------------------
This package is supposed to be a community project, consisting of
a list of graphics/icons from an "everyday context".
The list is tiny at the moment, but we hope for contributions from others.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/open-everyday-symbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/open-everyday-symbols/
------------------------------------------------------------------------
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
Peter M. Gerdes submitted an update to the
rec-thy
package.
Version: 4.5 2025-04-19
License: pd
Summary description: Commands to typeset recursion theory papers
Announcement text:
--------------------------------------------------------------------------------
New Features: Versioning interface, better drawn symbols, some extra relations
and degree classes. Tons of bugfixes. See pdf documentation for details.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/rec-thy
More information is at
https://www.ctan.org/pkg/rec-thy
--------------------------------------------------------------------------------
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
siunitx
package.
Version: 3.4.9 2025-04-19
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
--------------------------------------------------------------------------------
## [v3.4.9] - 2025-04-19
### Fixed
- Prevent a linebreak in angles when `[angle-symbol-over-decimal` is active
(see issue [\#794](https://github.com/josephwright/siunitx/issues/#794))
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/siunitx
More information is at
https://www.ctan.org/pkg/siunitx
--------------------------------------------------------------------------------
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. V. Radhakrishnan submitted an update to the
rit-fonts
package.
Version: 1.0 2025-04-15
License: ofl lppl1.3
Summary description: Malayalam fonts by Rachana Institute of Typography (RIT)
Announcement text:
----------------------------------------------------------------------
The RIT font collection provides versions of 17 font families in
Malayalam (a language spoken in the south Indian state of Kerala)
script in truetype and WOFF2 formats. The fonts are:
1. RIT Ala
2. RIT Chingam
3. RIT Ezhuthu
4. RIT Indira
5. RIT Karuna
6. RIT Keraleeyam
7. RIT Keram
8. RIT Kutty
9. RIT Lasya
10. RIT Lekha
11. RIT MeeraNew
12. RIT Panmana
13. RIT Rachana
14. RIT Sundar
15. RIT TN Joy
16. RIT Thaara
17. RIT Uroob
The font sources and development site: https://gitlab.com/rit-fonts/
Maintainers: The Rachana Institute of Typography team.
License: Open Font License (SIL International, https://scripts.sil.org/OFL)
## LaTeX Package and Documentation ##
A LaTeX package, `rit-fonts.sty`, that will help users to make use of
these Unicode compliant fonts in LaTeX documents with XeTeX or LuaTeX is
also provided. The documentation for the package and font specimens in
PDF format are also made available. The package and documentation are
released under the terms of LPPL.
Maintainer: CV Radhakrishnan <cvr(a)river-valley.org>
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/rit-fonts
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/rit-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
José Paulo Marchezi submitted the
beamertheme-CleanEasy
package.
Version: 1.0.3
License: pd
Summary description: A clean and minimalist Beamer theme
Announcement text:
----------------------------------------------------------------------
CleanEasy is a clean, minimalist Beamer theme designed for academic
and professional presentations.
This theme offers a modular structure with separate style files for
color, font, and layout customization, making it easy to adapt and extend.
Included in the package are sample slides, logo examples, and reusable
configuration fragments for quick setup.
🎯 Features:
• Clean, distraction-free layout
• Custom color and font themes
• Modular title page and config support
• Example logos and slide deck for demonstration
This initial release is designed for users who want complete control
over the appearance of their presentations, while maintaining a
structured and readable layout.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamertheme-cleaneasy
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamert…
------------------------------------------------------------------------
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
Keno Wehr submitted an update to the
schulmathematik
package.
Version number: 1.7 2025-04-16
License type: lppl1.3
Summary description: Commands and document classes for German-speaking teachers of mathematics and physics
Announcement text:
----------------------------------------------------------------------
Document class schulma-ab: new command \rechnerfrei
Document class schulma-klausur: the command \Gruppen does now allow
multi-paragraph arguments
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/schulmathematik
More information is at
https://www.ctan.org/pkg/schulmathematik
------------------------------------------------------------------------
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
Christoph P. Neumann submitted an update to the
iaria-lite
package.
Version: 0.8 2025-04-15
License: lppl1.3c
Summary description: Write documents for the IARIA publications
Announcement text:
----------------------------------------------------------------------
Fixed formatting bug with multiple citation keys in same cite command.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/iaria-lite
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/iaria-lite/
------------------------------------------------------------------------
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
Christoph P. Neumann submitted an update to the
iaria
package.
Version: 0.8 2025-04-15
License: lppl1.3c
Summary description: Write documents for the IARIA publications
Announcement text:
----------------------------------------------------------------------
Fixed formatting bug with multiple citation keys in same cite command.
Changed cite compression from "[1-3]" to "[1]-[3]".
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/iaria
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/iaria/
------------------------------------------------------------------------
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
Samcarter submitted an update to the
cistercian
package.
Version: 0.3 2025-04-15
License: lppl1.3c
Summary description: Display cistercian numerals
Announcement text:
----------------------------------------------------------------------
### New
- added `\cistercianreset` macro to reset options
### Changed
- append options from `\cistercianset` rather than overwriting
previous options
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cistercian
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/cistercian/
------------------------------------------------------------------------
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