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