Manuel López Mateos submitted the
mayanumber
package.
Version: 1.0 2026-09-09
License: mit
Summary description: Mayan numerals and vigesimal notation with positional floor colors
Announcement text:
------------------------------------------------------------------------
The mayanumber package typesets Mayan numerals (dots and bars) and
vigesimal alphabetic notation with a seven-color positional cycle,
for XeLaTeX and LuaLaTeX, with unlimited magnitude.
------------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mayanumber
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/mayanumber/
------------------------------------------------------------------------
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
Michael E. Hammer submitted an update to the
FHJ-Script
package.
Version: 4.3c 2026-09-08
License: lppl1.3
Summary description: Classes and packages for formatting documents for FH JOANNEUM
Announcement text:
------------------------------------------------------------------------
Bug fix on title page - line break was missing
------------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fhj-script
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/fhj-script/
------------------------------------------------------------------------
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
Amer Amikhteh submitted the
UniPersian
package.
Version: 0.1.0 2026-09-08
License: lppl1.3c
Summary description: Persian language support for LaTeX, LuaLaTeX, and XeLaTeX using Babel
Announcement text:
------------------------------------------------------------------------
Initial release of unipersian, a Babel-based package for Persian
typesetting in LaTeX. LuaTeX is recommended, with XeTeX and pdfTeX
also supported.
The package provides Persian captions and numerals, bidirectional
text support, adaptations for common document classes and Beamer,
and support for Persian text in coding and listings.
------------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/unipersian
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/persian/unipersian/
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
ltx-talk
package.
Version: 0.6.2 2026-09-07
License: lppl1.3c
Summary description: A class for typesetting (accessible) presentations
Announcement text:
--------------------------------------------------------------------------------
## [v0.6.2] - 2026-09-07
### Fixed
- Undefined control sequence in creation of theorems (see issue
[\#266](https://github.com/josephwright/ltx-talk/issues/266))
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/ltx-talk
More information is at
https://ctan.org/pkg/ltx-talk
--------------------------------------------------------------------------------
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 .
Mizuki Sato submitted the
mtp2otf
package.
Version: 1.0
License: 0bsd
Summary description: Convert MathTime Professional 2 fonts to native OpenType MATH fonts
Announcement text:
--------------------------------------------------------------------------------
Initial release of mtp2otf, a converter that builds native OpenType
MATH OTF and TTF fonts from an existing MathTime Professional 2 Lite
or Complete installation. The generated fonts can be used with
Unicode TeX and Microsoft Word. No MTPro2 fonts are distributed with
the package.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/utilities/mtp2otf
More information is at
https://ctan.org/pkg/mtp2otf
--------------------------------------------------------------------------------
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 .
Paul Zuurbier submitted an update to the
numodel-bundle
package.
Version: 0.9.1 2026-09-07
License: lppl1.3c
Summary description: Numerical physics models with Forrester diagrams and auto-sized plots
Announcement text:
------------------------------------------------------------------------
This release is numodel-plot only; numodel is version-synced with no
functional changes. It is also the first published release carrying
the 0.9.0 work: that archive was prepared but never published, so the
changes below reach users here.
Highlights
----------
* A scaled axis now presents its power of ten as an SI prefix on the
unit: "s (km)" instead of "s (10^3 m)", "E (TJ/kg)" instead of
"E (10^6 MJ/kg)", "m (Mg)" instead of "m (10^3 kg)". The fold
respects unit powers (10^6 m^2 -> km^2) and existing prefixes, and
falls back to the power-of-ten form whenever no engineering prefix
fits. The new setup key scale-format=exponent restores the previous
presentation globally.
* New setup key halo-color. The default halo-color=auto matches the
tick-label halo to the surrounding background at every \drawplot:
a tcolorbox's colback, a beamer colour theme's bg, the pagecolor
package's \thepagecolor, and white otherwise. Any other value pins
the halo to that colour.
Fixed
-----
* \qtyPlain produced wrong output on siunitx 3.5.0 and newer. siunitx
renamed the variable holding the current prefix-mode from
\l_siunitx_quantity_prefix_mode_tl -- a documented public variable
through v3.4.14 -- to \l_siunitx_quantity_prefix_mode_str, leaving
the old name declared but never assigned. Reading the stale name
resolved an empty mode and fell through to plain \qty, so every
scaled axis label silently gained a spurious "1": "t (1 ks)" instead
of "t (ks)". Nothing errored. The mode is now read from whichever
variable carries a value, so both siunitx generations work.
Under the hood
--------------
* \qtyPlain no longer patches siunitx internals. It is now built
entirely on siunitx's documented code-level interface, following the
investigation behind siunitx issue #864, which established that the
whole prefix-mode pipeline is already public. Axis labels are
unchanged; three edge cases the old override got wrong are fixed
(a mantissa of 1 behind a sign or comparator is no longer dropped,
a number carrying an uncertainty is passed through untouched, and
all three prefix-mode values now behave the same whether \qtyPlain
is called directly or reached through \edef).
* \pzuIfUnitNonEngTF derives its verdict from the net power of ten
siunitx extracts from the unit instead of from a hard-coded list of
prefix control sequences. Two units change verdict, both towards
scaling: \centi\metre\per\centi\second (the prefixes cancel) and
\centi\metre\cubed (cm^3 is 10^-6 m^3).
Packaging
---------
* The bundle now ships one README and one CHANGELOG, both at the
bundle root, on CTAN maintainer request. The former per-module
README/CHANGELOG pairs have been merged into them; module-specific
entries live under a per-module heading within each release.
Requirements
------------
* siunitx is now requested with a date of 2023-11-06 (v3.3.8). An
older siunitx produces a LaTeX warning rather than an error, but
scaled axis labels may come out subtly wrong.
See CHANGELOG.md for the full list.
------------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/numodel-bundle
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/numodel-bundle/
------------------------------------------------------------------------
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
Charles Duan submitted the
hicite
package.
Version: 1.1.0
License: gpl3
Summary description: Legal citation management and formatting
Announcement text:
--------------------------------------------------------------------------------
This package provides automated management and formatting of legal citations in
LaTeX documents. It implements the citation system described in The Indigo Book:
A Manual of Legal Citation, and is also largely compatible with other
widely-used legal citation systems such as those described in A Uniform System
of Citation (the Bluebook) and the ALWD Guide to Legal Citation. This package is
intended to provide comprehensive support for the wide range of uses of legal
citations, enabling writers to take advantage of capabilities beyond what
general citation management software typically provides.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/hicite
More information is at
https://ctan.org/pkg/hicite
--------------------------------------------------------------------------------
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 .