Jonathan Walls submitted the
LuwianType
package.
Version: 1.2 2024-07-15
License: lppl1.3c ofl
Summary description: Typesetting package for Hieroglyphic Luwian
Announcement text:
----------------------------------------------------------------------
The LuwianType package allows for typing in Hieroglyphic Luwian
in LaTeX documents, using relatively simple commands based on
the Latin transcriptions of the various signs.
It also includes some formatting commands designed to allow
boustrophedon and columns, as well as shorthands for symbols
commonly used in transcriptions.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luwiantype
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/luwiantype/
------------------------------------------------------------------------
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
Jürgen Spitzmüller submitted an update to the
polyglossia
package.
Version: 2.2 2024-07-15
License: mit lppl1.3 cc0
Summary description: An alternative to babel for XeLaTeX and LuaLaTeX
Announcement text:
--------------------------------------------------------------------------------
2.2 (2024/07/15)
Bug fixes
* Fix lang environment (#633).
* Fix first number of Maghrib abjad numbering for Algeria, Morocco and Tunisia (#640).
* Fix some captions strings in Bulgarian, Chinese, Esperanto, Estonian, Hindi, Latvian, and Slovak (#651)
* Improve performance with multilingual documents that have a TOC (#641).
New Features
* Add possibility to associate a font to a language/variant with reference to a BCP-47 script tag (#636).
Internal work
* The major rewrite of the package code has been finished. More code has been
cleaned up, and polyglossia employs modern concepts (latex3 and modern LaTeX2e).
* All key-val handling uses l3keys now rather than xkeyval.
Please note that, due to the extensive code rewrite, and despite out thorough
testing, this release might bring some glitches. If you stumble upon one,
please let us know! Thanks.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/polyglossia
More information is at
https://www.ctan.org/pkg/polyglossia
--------------------------------------------------------------------------------
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 .
Marcel Ilg submitted the
moremath
package.
Version: 0.4.0 2024-07-15
License: lppl1.3
Summary description: Additional commands for typesetting maths
Announcement text:
----------------------------------------------------------------------
The moremath package provides several document level commands to
ease typesetting and readability of LaTeX math code for certain
mathematical constructs.
It provides commands to typeset math operators with delimiters,
which can be scaled manually, automatically or not at all. The
package also provides commands for producing gradient,
divergence, curl, Laplace and d'Alembert operators.
Furthermore several commands to ease the typesetting of
(anti-)diagonal matrices, row and column vectors, and identity
matrices are provided by this package.
This package is currently in its initial development phase and I
can therefore not guarantee backwards compatible changes until
version 1.0.0 has been reached (though I will certainly try).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/moremath
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/moremath/
------------------------------------------------------------------------
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
Qu Yi submitted an update to the
passopt
package.
Version: 1.01 2024-07-15
License: cc-by-4
Summary description: Passing options to packages or classes
Announcement text:
--------------------------------------------------------------------------------
- Synchronization modifier for lists of @raw@opt@ and opt@.
- Options that are set are expanded once rather than fully expanded.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/passopt
More information is at
https://www.ctan.org/pkg/passopt
--------------------------------------------------------------------------------
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 .
Tristan Miller submitted an update to the
heria
package.
Version: 3.4.1.0 2024-07-14
License: lppl1.3c
Summary description: A LaTeX class for Horizon Europe RIA and IA grant proposals
Announcement text:
----------------------------------------------------------------------
This version adds support for version 3.4 of the official Horizon
Europe Part B template and adds backward compatibility with earlier
versions (3.2 and 3.3) of the template.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/heria
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/heria/
------------------------------------------------------------------------
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
Michal Hoftich submitted an update to the
luaxml
package.
Version: 0.2 2024-07-14
License: other-free
Summary description: Lua library for reading and serialising XML files
Announcement text:
--------------------------------------------------------------------------------
New features:
- LuaXML now includes an HTML parser, allowing HTML documents to be loaded into
the LuaXML DOM. These documents can then be processed using the functions
provided by LuaXML for working with the DOM.
- added library for transcoding strings from 8-bit encoding to UTF-8. This can
be useful for processing documents downloaded from the web, which often still
use older encodings.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luaxml
More information is at
https://www.ctan.org/pkg/luaxml
--------------------------------------------------------------------------------
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.6.2-0-g6c30af7e 2024-07-14
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
--------------------------------------------------------------------------------
Fixes:
- Fix the interplay between inline notes and square brackets.
(#453, #456, reported by @nopria, contributed by @lostenderman)
- Fix the interplay between lists and citations.
(witiko/expltools#3, #460, #461, contributed by @lostenderman)
- Do not override the `outputDir` option if if has been defined
before loading the package and pass it to lt3luabridge library.
(#457, #459)
Documentation:
- Fix various typos. (#454, contributed by @mbertucci47)
- Add file `DEPENDS.txt`. (#462, #463, 93bb7e18)
Continuous Integration:
- Only test latest TeX Live in pull requests. (81927ca1)
Unit Tests:
- Test the `outputDir` plain TeX option. (#457, #459)
Libraries:
- Update `tinyyaml` to v0.4.4-1-g197632c. (1e83ac94)
--------------------------------------------------------------------------------
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.33.1 2024-07-14
License: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
--------------------------------------------------------------------------------
* refactor the manual, including some minor items undocumented so far
* improve fading routine to get possibly smaller pdf file
--------------------------------------------------------------------------------
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 .
Michal Hoftich submitted an update to the
responsive
package.
Version: 0.1a 2024-07-14
License: lppl1.3
Summary description: Responsive design methods for LaTeX
Announcement text:
----------------------------------------------------------------------
This release brings two small fixes:
- setting the opmargin dimension when changing the page dimensions
- fixed interaction with the Geometry package
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/responsive
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/responsive/
------------------------------------------------------------------------
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: 3.24.3 2024-07-14
License: gpl3
Summary description: Indent a LaTeX document, highlighting the programming structure
Announcement text:
----------------------------------------------------------------------
-y switch bug fix for lookForAlignDelims, full details at
https://github.com/cmhughes/latexindent.pl/releases/tag/V3.24.3
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latexindent
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/latexindent/
------------------------------------------------------------------------
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
Hironori Kitagawa submitted an update to the
luatexja
package.
Version: 20240714.0
License: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
* cleanup codes for old LaTeX (earlier than 2021-06-01) (gh/#9)
* luatexja-fontspec: added providejfontfamily etc. (gh/#10)
* fix compatibility with siunitx (gh/#11)
* fix that jpotf OpenType feature was not working (gh/#12)
* changed the filename of non-embedded fonts from nil to
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luatexja
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/luatexja/
------------------------------------------------------------------------
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
Teemu Likonen submitted an update to the
kaytannollista-latexia
package.
Version: 2024.7
License: cc-by-sa-4
Summary description: Practical manual for LaTeX (Finnish)
Announcement text:
--------------------------------------------------------------------------------
Various improvements, including:
* Split colors (Värit) section to different chapters.
* Add new section about optical alignment (Optinen tasaus).
* Various improvements on the fonts (Fontit) section. For example, mention about Luatex Renderer=Node.
* Document footmisc package's ragged option and footnotelayout command.
* Use Ligatures={TeXOff, CommonOff} instead of TeXReset, NoCommon.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/kaytannollista-latexia
More information is at
https://www.ctan.org/pkg/kaytannollista-latexia
--------------------------------------------------------------------------------
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 .
Herbert Voß submitted an update to the
pst-node
package.
Version: 1.45
License: lppl
Summary description: Nodes and node connections in PSTricks
Announcement text:
----------------------------------------------------------------------
----- pst-node.tex. - the main file
1.45 - fix algparnode (Erich Schmidt)
----- pst-node.sty
1.02 - update package versions
----- pst-node.pro
1.15a - typos
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pst-node
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-node/
------------------------------------------------------------------------
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
Qu Yi submitted the
passopt
package.
Version number: 1.00a
License type: cc-by-4
Summary description: Passing options to packages or classes
Announcement text:
----------------------------------------------------------------------
passopt allow reset the global options of a loaded macro package or document class, or to
change the position of the pre-passed options in the list to the right.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/passopt
More information is at
https://www.ctan.org/pkg/passopt
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
--
Herbert Voß submitted an update to the
pst-diffraction
package.
Version number: 2.06
License type: lppl
Summary description: Print diffraction patterns from various apertures
Announcement text:
----------------------------------------------------------------------
2.06 2004-07-10
- fix for missing contrast option for psdiffractionCircular (Keno Wehr)
- removed unused optional argument gamma
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-diffraction
More information is at
https://www.ctan.org/pkg/pst-diffraction
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
--
Alexey Kuznetsov submitted an update to the
chemformula-ru
package.
Version: 2024-07-10
License: lppl1.3c
Summary description: Using the chemformula package with babel-russian settings
Announcement text:
----------------------------------------------------------------------
Update for the chemformula-ru package.
Loading the chemformula.sty is added,
check for the babel-russian loading is removed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/chemformula-ru
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/chemformula-ru/
------------------------------------------------------------------------
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 LaTeX Project Team submitted an update to the
hyperref
package.
Version: 7.01j 2024-07-10
License: lppl1.3
Summary description: Extensive support for hypertext in LaTeX
Announcement text:
----------------------------------------------------------------------
* enable use of onmousedown and onmouseup, issue #342
* define HyOrg@addtoreset always for cleveref compability with
tagging code, see https://github.com/latex3/tagging-project/issues/2
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hyperref
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hyperref/
------------------------------------------------------------------------
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
Thomas F. Sturm submitted an update to the
tcolorbox
package.
Version: 6.3.0 2024-07-10
License: lppl1.3
Summary description: Coloured boxes, for LaTeX examples and theorems, etc
Announcement text:
----------------------------------------------------------------------
### Added
- Library `documentation`:
- Option `page ref formatter` (issue #273)
- First experimental partial tagging support: suppress tagging of drawing (issue #283)
This works for lualatex only.
### Changed
- The base package loads `tikz` now instead of `pgf`.
All skins, including the `standard` family, use `tikzpicture` as internal environment now.
- Boolean marker to detect if inside a `tcb@savebox` introduced (issue #262)
- LaTeX usrguide cited for `NewDocumentCommand` and friends (issue #263)
- Stricter checks on box names in `
ewtcbox` and friends (issue #264)
- Checks on formatter like `index key formatter` enforced (issue #265)
- Needed LaTeX version updated to 2023-11-01
- More meaningful error message in case of `DeclareTColorBox` with same auto counter (issue #276)
- Library `theorems`:
- Options `ams align`, `ams align*`, `ams gather`, and `ams gather*` are now shortcuts
for the upper part only (issue #282)
- Documentation for `ams align`, `ams align*`, `ams gather`, and `ams gather*` adapted, i.e.
exclusion of lower parts documented (issue #282)
- Technical information: The package documentation is now produced with lualatex instead of pdflatex
### Deprecated
- The option `graphical environment` is useless now, since all environments are based on `tikzpicture` now.
### Removed
- Documentation for the deprecated options `before example` and `after example`
- Documentation for the deprecated option `graphical environment`
### Fixed
- `@nobreakfalse` added to ` cb@parbox@false@settings` to avoid
decreased space before list with `parbox=false` following a section heading (issue #270)
- Documentation typos fixed (issue #279)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tcolorbox
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tcolorbox/
------------------------------------------------------------------------
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
Andreas Scherer submitted an update to the
knuth-pdf
package.
Version: 2.4 2024-07-10
License: pd
Summary description: PDF collection of typeset C/WEB sources in TeX Live
Announcement text:
--------------------------------------------------------------------------------
This new release of the 'knuth-pdf' package
* Adds main parts mp and mpost of MetaPost
* Fixes cosmetics for HiTeX (committed upstream), pdfTeX, MetaPost, Weave, and Twill
* Uses PDF /PageLabels to match page numbers in bookmarks with ToC
* Adds an Editor's Note and the list of changed sections on or near the ToC
[This version is identical with version 2.3, save for the correct README.md.]
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/knuth-pdf
More information is at
https://www.ctan.org/pkg/knuth-pdf
--------------------------------------------------------------------------------
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 .
Andreas Scherer submitted an update to the
knuth-hint
package.
Version: 2.4 2024-07-10
License: pd knuth
Summary description: HINT collection of typeset C/WEB sources in TeX Live
Announcement text:
--------------------------------------------------------------------------------
This new release of the 'knuth-hint' package
* Adds main parts mp and mpost of MetaPost
* Fixes cosmetics for HiTeX (committed upstream), pdfTeX, MetaPost, Weave, and Twill
* Uses PDF /PageLabels to match page numbers in bookmarks with ToC
* Adds an Editor's Note and the list of changed sections on or near the ToC
[This version is identical with version 2.3, save for the correct README.md.]
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/knuth-hint
More information is at
https://www.ctan.org/pkg/knuth-hint
--------------------------------------------------------------------------------
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 .