Cédric Pierquet submitted an update to the
pynotebook
package.
Version: 0.1.1 2024-02-19
License: lppl1.3c
Summary description: pynotebook presents (raw, Markdown or Python) codes (and execution with LuaLaTeX) as in a Jupyter Notebook
Announcement text:
--------------------------------------------------------------------------------
New block In+Out with piton/pyluatex (tks to F. Pantigny).
Bugfix + fix typo in doc.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pynotebook
More information is at
https://www.ctan.org/pkg/pynotebook
--------------------------------------------------------------------------------
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 .
Hironori Kitagawa submitted an update to the
luatexja
package.
Version: 20240219.0
License: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
--------------------------------------------------------------------------------
* Fix that defaultjfontfeatures is not usable (github #4)
* Fix that Japanese-style crop marks (`tombow') is not correctly printed
when ltjenableadjust[profile] (github #3)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luatexja
More information is at
https://www.ctan.org/pkg/luatexja
--------------------------------------------------------------------------------
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 .
Longaster submitted an update to the
updatemarks
package.
Version: 0.2e 2024-02-19
License: lppl1.3c
Summary description: Extract and update marks from boxes
Announcement text:
----------------------------------------------------------------------
Use a new method for extracting marks from LaTeX-dev if it's enabled.
Add `ExtractMarksTo`, to save marks into a command for reinsertion.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/updatemarks
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/updatemarks/
------------------------------------------------------------------------
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
l3kernel
package.
Version number: 2024-02-18
License type: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
## [2024-02-18]
### Changed
- Work-around to enable `prop_set_from_keyval:Nn`, etc., to avoid an error if
`prop` is not already defined
### Fixed
- Extend debug checking to cover `prop_(g)set_from_keyval:Nn`
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3kernel
More information is at
https://www.ctan.org/pkg/l3kernel
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
--
The LaTeX Project Team submitted an update to the
l3packages
package.
Version number: 2024-02-18
License type: lppl1.3c
Summary description: High-level LaTeX3 concepts
Announcement text:
----------------------------------------------------------------------
## [2024-02-18]
### Changed
- Re-added `IfInstanceExist(TF)` to docs - is required
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/l3packages
More information is at
https://www.ctan.org/pkg/l3packages
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
--
Weijian Wu submitted the
SJTUTeX
bundle.
Version: 2.1 2024-02-18
License: lppl1.3c
Summary description: LaTeX classes for Shanghai Jiao Tong University
Announcement text:
----------------------------------------------------------------------
SJTUTeX aims to establish a simple and easy-to-use collection of
document classes for Shanghai Jiao Tong University, including
the thesis document class `sjtuthesis`, as well as the regular
document classes `sjtuarticle` and `sjtureport`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/sjtutex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/sjtutex/
------------------------------------------------------------------------
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
Yukimasa Morimi submitted an update to the
jlreq-deluxe
package.
Version: 0.5.0 2024-02-18
License: mit
Summary description: Multi-weight Japanese font support for the jlreq class
Announcement text:
--------------------------------------------------------------------------------
Adjust JFM/VF for jlreq 20240213.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/jptex/latex/jlreq-deluxe
More information is at
https://www.ctan.org/pkg/jlreq-deluxe
--------------------------------------------------------------------------------
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.1-0-g457226ae 2024-02-16
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Below, I list a summary of changes between versions 3.0.0-alpha (2023-06-27)
and 3.4.1 (2024-02-16).
Development:
- Complied with CommonMark 0.30 and incremented `grammar_version` to `3`.
- Added support for TeX-like rich paragraphs, universal (cross-format)
themes, Pandoc syntax extensions, and introduced universal themes.
- Introduced support for attributes on tables, enhanced token renderer
definitions, and bulk redefinition capabilities in the `markdownSetup`
command.
- Added a demo of using the Markdown package in OpTeX, and introduced
`singletonCache` and `contentLevel` Lua options.
Fixes:
- Improved paragraph parsing to correctly handle trailing spaces and
paragraphs within markdown documents.
- Enhanced list and table support, allowing tables inside lists and
fixing issues with fancy lists and roman numeral markers.
- Made Pandoc syntax extensions `tex_single_backslash_math` and
`tex_double_backslash_math` robust against extra spaces.
- Fixed multiple issues with attributes, headings parsing, emphasis
in headings, and compatibility with jgm/pandoc.
Deprecation:
- Deprecated `markdownInfo`, `markdownWarning`, and `markdownError`
in favor of l3msg functions.
- Deprecated the `markdown*` LaTeX environment and support for LuaMetaTeX.
Documentation:
- Added links to talks, theses, and articles to enhance documentation
discoverability.
- Improved the user manual to encourage alternatives to the `hybrid`
option and document setting up catcodes in Lua.
Docker:
- Introduced and expanded Docker support, including TeX Live 2024
pretest support.
- Included developer tools in the development Docker image and made
adjustments to Docker configuration.
Libraries and Contributed Software:
- Updated `tinyyaml` to v0.4.4.
- Made changes to the contributed software repository, including
the removal of `contributions/istqb_latex` and addition of
`contributions/37c3-beamer`.
Default Renderer Prototypes:
- Adjusted default renderer prototypes for handling headings,
lists, and math renderer prototypes in LaTeX/ConTeXt.
- Corrected typesetting of level four and five headings in LaTeX
and optimized fancy list labels and indentation.
Unit Tests and Continuous Integration:
- Overhauled the unit testing framework from Bash to Python and
implemented summarization.
- Improved test speed by batching unit tests and using self-hosted
GitHub runners.
- Made changes to continuous integration practices, including
conditions for rebuilding Docker images.
Other Changes:
- Various optimizations and speed improvements.
- Removed deprecated features, including parts of the package and
support for LuaMetaTeX.
For a full list of changes, see
<https://mirrors.ctan.org/macros/generic/markdown/CHANGES.md>.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/markdown
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/markdown/
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
randexam
package.
Version: 2024E 2024-02-18
License: lppl1.3c
Summary description: Make an exam paper and its randomized variants
Announcement text:
----------------------------------------------------------------------
- add boolean commands for this class
- remove fix for `diagbox` package
- add theme commands for this class
- add languge option and language commands
- add header and footer templates
- rename command `cdotfill` as `ExamFillCdot`
- rename command `ulinefill` as `ExamFillUlinePhantom`
- add commands `ExamFillUline` and `ExamFillUlineText`
- make the second argument of `exampart` optional
- add command `IfExamValueEmptyTF` and its friends
- avoid option conflicts with other packages
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/randexam
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/randexam/
------------------------------------------------------------------------
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
Robert Allgeyer submitted an update to the
novel
package.
Version number: 2.1 2024-02-17
License type: lppl1.3c ofl
Summary description: Class for printing fiction, such as novels
Announcement text:
----------------------------------------------------------------------
Improved docs for v2.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/novel
More information is at
https://www.ctan.org/pkg/novel
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
--
Alceu Frigeri submitted an update to the
codedescribe
package.
Version: 1.4 2024-02-17
License: lppl1.3c gpl
Summary description: LaTeX code description and documentation
Announcement text:
----------------------------------------------------------------------
'new', 'update' and 'info' keys can, now, be used multiple times
when declaring a codedescribe environment. (see documentation).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/codedescribe
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/codedescribe/
------------------------------------------------------------------------
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.0 2024-02-17
License: mit lppl1.3 cc0
Summary description: An alternative to babel for XeLaTeX and LuaLaTeX
Announcement text:
--------------------------------------------------------------------------------
2.0 (2024/02/17)
We have bumped the version to 2.0 with this release, not so much since this is
a revolutionary issue (it isn't), but (1.) to indicate the slow (and
unfinished) transformation of the polyglossia code to latex3 which quite
progressed in this release, and (2.) simply since the minor version number got
ridiculously large meanwhile.
The most important fix in this release concerns a problem that appeared with
the recent l3kernel update and which broke compilation of many documents. As it
is quite likely that this hits, or will hit, you if you use polyglossia, we
encourage all users to upgrade.
Here is the full list:
Bug fixes
‣ Fix error with undefined property lists that unhides with l3kernel version 2024-02-13 (#626).
‣ Fix frenchfootnote option (#620).
‣ The error message on improper font setting is now correct if the main script
is non-Latin, for non-Roman fonts (#571), and specifically for the CJK case (#621).
‣ Fix expansion of localnumeral (#622).
New Features
‣ Add inheritbabelshorthands (#604).
‣ Add usebabelshorthands.
‣ Add shorthands for German gender-sensitive writing.
‣ Implement babel-style hyphenation for Finnish.
Documentation improvements
‣ Fix documentation of Finnish shorthands (#623).
Internal work
‣ The package code has been subjected to a major rewrite. Code has been cleaned
up, and in general, polyglossia more consistently employs latex3 now. Note that
this is an ongoing and yet unfinished project that will continue over the next
releases.
--------------------------------------------------------------------------------
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 .
Zdeněk Wagner submitted an update to the
cnbwp
package.
Version: 2024.02
License: lppl
Summary description: Typeset working papers of the Czech National Bank
Announcement text:
--------------------------------------------------------------------------------
This version contains small bug fixes and improvements.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/cnbwp
More information is at
https://www.ctan.org/pkg/cnbwp
--------------------------------------------------------------------------------
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 .
Robert Allgeyer submitted an update to the
novel
package.
Version: 2.00 2024-02-16
License: lppl1.3c ofl
Summary description: Class for printing fiction, such as novels
Announcement text:
----------------------------------------------------------------------
Added choice of babel or polyglossia. See docs for usage.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/novel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/novel/
------------------------------------------------------------------------
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
Cédric Pierquet submitted the
pynotebook
package.
Version: 0.1.0 2024-02-15
License: lppl1.3c
Summary description: pynotebook presents (raw, Markdown or Python) codes (and execution with LuaLaTeX) as in a Jupyter Notebook
Announcement text:
--------------------------------------------------------------------------------
pynotebook is a package to present (raw, markdown or python) codes (and
execution with lualatex) as in a jupyter notebook.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/pynotebook
More information is at
https://www.ctan.org/pkg/pynotebook
--------------------------------------------------------------------------------
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 .
Jianrui Lyu submitted an update to the
functional
package.
Version number: 2024A 2024-02-16
License type: lppl1.3c
Summary description: Provide an intuitive functional programming interface for LaTeX2
Announcement text:
----------------------------------------------------------------------
- fix undefined prop error with latest l3kernel
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/functional
More information is at
https://www.ctan.org/pkg/functional
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
tabularray
package.
Version number: 2024A 2024-02-16
License type: lppl1.3c
Summary description: Typeset tabulars and arrays with LaTeX3
Announcement text:
----------------------------------------------------------------------
- fix undefined props with latest l3kernel (#22, #474)
- add experimental `hook` and `html` libraries (#197)
- only run code of the same library once (#364)
- fix incorrect `longtblr` pagebreaks before sectioning commands (#361)
- expand multiple macros with outer key `expand` (#77)
- update rollback release 2021 to version 2021R
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tabularray
More information is at
https://www.ctan.org/pkg/tabularray
------------------------------------------------------------------------
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
Noriyuki Abe submitted an update to the
jlreq
package.
Version number: 2024-02-16
License type: bsd2
Summary description: Japanese document class based on requirements for Japanese
text layout
Announcement text:
----------------------------------------------------------------------
* 2024-02-16
- Fixed a bug.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/jptex/latex/jlreq
More information is at
https://www.ctan.org/pkg/jlreq
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.3.12 2024-02-15
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
### Fixed
- Normalize active `<`/`>`in numerical input (see issue
[#355](https://github.com/josephwright/siunitx/issues/355))
- Allow for `protect` inside symbolic units (see issue
[#443](https://github.com/josephwright/siunitx/issues/443))
- Do not error for entirely empty numerical input (see issue
[#539](https://github.com/josephwright/siunitx/issues/539))
- Print all numerical material in math mode when
`parse-numbers = false` is set (see issue
[#721](https://github.com/josephwright/siunitx/issues/721))
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
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
Petr Olšák submitted an update to the
OpTeX
package.
Version: 1.14
License: pd
Summary description: LuaTeX format based on Plain TeX and OPmac
Announcement text:
--------------------------------------------------------------------------------
OpTeX v. 1.14 released
More links in doc: TeX primitives linked to TeX in a Nutshell.
rykv returns unexpanded value of the key=value pair.
racedparam reimplemented, improved.
optdef can create an expandable macro.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/optex
More information is at
https://www.ctan.org/pkg/optex
--------------------------------------------------------------------------------
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 .
Hugo Gomes submitted an update to the
pgf-PeriodicTable
package.
Version number: 2.1.0 2024-02-14
License type: lppl1.3
Summary description: Create custom periodic tables of elements
Announcement text:
----------------------------------------------------------------------
New options for package loading:
- numerals (supporting Devanagari or Mandarin numerals).
- userlang (supporting a user defined language).
New commands: pgfPTdvnfont, pgfPTzhfont, pgfPTzhnumber
Fixed wrong interaction with fontspec and babel packages.
Fixed incorrect capitalization of some elements in German.
Correction of the title in Spanish.
----------------------------------------------------------------------
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
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
--
Julien Labbé submitted an update to the
texlogfilter
package.
Version number: 1.3
License type: lppl1.3
Summary description: Filter LaTeX engines output or log file
Announcement text:
----------------------------------------------------------------------
texlogfilter is a Perl script designed to filter LaTeX engines output or log file (LaTeX,
pdfLaTeX, LuaLaTeX or XeLaTeX).
This update:
* fixes duplicate or missing lines;
* handles package and class names with hyphen;
* adds info and warning patterns for fonts;
* better detect the current file name.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/texlogfilter
More information is at
https://www.ctan.org/pkg/texlogfilter
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
--
Vít Starý Novotný submitted an update to the
lt3luabridge
package.
Version: 2.1.0 2024-02-14
License: lppl1.3c
Summary description: Execute Lua code in any TeX engine that exposes the shell
Announcement text:
----------------------------------------------------------------------
Development:
- Define function `luabridge_tl_set:Nn`.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lt3luabridge
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/lt3luabridge/
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
jnuexam
package.
Version: 2.1.1 2024-02-02
License: lppl1.3c
Summary description: Exam class for Jinan University
Announcement text:
----------------------------------------------------------------------
- fix a bug in freealign code
- fix a bug in loading CJKnumb
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jnuexam
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jnuexam/
------------------------------------------------------------------------
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
l3kernel
bundle.
Version: 2024-02-13
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
### Added
- Checking missing `endgroup` at the end of `DocInclude`
- Linked storage type for large property lists (issue #1040, pull #1059)
### Changed
- `meta` now typesets in ` exttt`, along with `Arg`
- Improved the performance of `cs_if_exist:NTF`, `cs_if_free:NTF`,
`cs_if_exist_use:NTF`, and most notably their `c`-type variants.
### Fixed
- Inconsistent local/global assignments in `vcoffin_gset:Nnn` and
`vcoffin_gset:Nnw`
- Tokenization by `peek_analysis_map_inline:n` of one additional
character after any space or brace
### Deprecated
- `msg_gset:nnn(n)`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3kernel/
------------------------------------------------------------------------
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
l3packages
bundle.
Version: 2024-02-13
License: lppl1.3c
Summary description: High-level LaTeX3 concepts
Announcement text:
----------------------------------------------------------------------
### Changed
- Preparation for move of `xtemplate` concepts to the kernel
### Removed
- `IfInstanceExist(TF)`
- `xfrac`: moved to https://github.com/latex3/xfrac
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3packages
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3packages/
------------------------------------------------------------------------
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
Cédric Pierquet submitted the
pictochrono
package.
Version: 0.1.0 2024-02-13
License: lppl1.3c
Summary description: Insert “chronometer pictograms” with a duration
Announcement text:
----------------------------------------------------------------------
Inserting inline chronometer pictogram, with a duration.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pictochrono
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/pictochrono/
------------------------------------------------------------------------
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
xfrac
package.
Version: 2024-02-13
License: lppl1.3c
Summary description: Split-level fractions
Announcement text:
----------------------------------------------------------------------
### Changed
- New independent repository https://github.com/latex3/xfrac
- Updated package dependencies (track kernel improvements)
- Preparation for move of `xtemplate` concepts to the kernel
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/xfrac
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/xfrac/
------------------------------------------------------------------------
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
spbmark
package.
Version number: 1.46d 2024-02-13
License type: cc-by-4
Summary description: Customize superscripts and subscripts
Announcement text:
----------------------------------------------------------------------
- Macro package options `text`, `math`, `foot` can be changed in the body, and styles corresponding to superscript and subscript `textsp`, `textsb`, `mathsp`, `mathsb`, `fnmark` were added.
- Added option `thiswd=(auto|keep)` and option `regex` to determine whether the current marker width is zero after using the super-subscript command based on whether the next command is the opposite super-subscript command.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/spbmark
More information is at
https://www.ctan.org/pkg/spbmark
------------------------------------------------------------------------
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
Antoine Missier submitted an update to the
exesheet
package.
Version number: 2.7 2024-02-13
License type: lppl1.3
Summary description: Typesetting exercise or exam sheets
Announcement text:
----------------------------------------------------------------------
- an expl3 update prevents the correction color in tasks environment -> fixed
- new command enumfont
- babel-french option 'StandardLists=true' works now if french is passed in documentclass
- completion of the comparison with other packages
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/exesheet
More information is at
https://www.ctan.org/pkg/exesheet
------------------------------------------------------------------------
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
Will Robertson submitted an update to the
fontspec
package.
Version: 2.9a
License: lppl1.3c
Summary description: Advanced font selection in XeLaTeX and LuaLaTeX
Announcement text:
--------------------------------------------------------------------------------
## v2.9a (2024/02/13)
* Added a `Scale=MatchAveragecase` paramater which averages
`Scale=MatchLowercase` and `Scale=MatchUppercase`.
* Switched options to LaTeX keyval handler.
* Added option `verbose` to undo silent/quiet.
* `euenc`/`tuenc` options are now obsolete (TU is the only encoding).
* Support variable fonts under LuaLaTeX.
* Skip scanning for filenames when loading fonts by name on LuaLaTeX.
* Allow restricting filename lookup to kpathsea lookups using `KpseOnly`.
* Added support for named colors from l3color.
* Support with lualatex spotcolors and cmyk colors in the pdf.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/fontspec
More information is at
https://www.ctan.org/pkg/fontspec
--------------------------------------------------------------------------------
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 .
Paulo Roberto Massa Cereda submitted an update to the
albatross
package.
Version: 0.5.1 2024-02-13
License: bsd3
Summary description: Find fonts that contain a given glyph
Announcement text:
--------------------------------------------------------------------------------
This release does not contain the JNA code for Apple's darwin platform anymore
due to code signing issues. While we could not test the effectiveness and
usability of the result, the MacTeX maintainer already uses this strategy to
distribute albatross. If there are any issues, please report and we will revert
until we receive contributions with a proper fix.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/albatross
More information is at
https://www.ctan.org/pkg/albatross
--------------------------------------------------------------------------------
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 .
François Pantigny submitted an update to the
nicematrix
package.
Version: 6.27 2024-02-13
License: lppl1.3
Summary description: Improve the typesetting of mathematical matrices with PGF
Announcement text:
----------------------------------------------------------------------
New key 'light-syntax-expanded'. Behaves like 'light-syntax' but
the body of the environment is expanded first.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/nicematrix
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/nicematrix/
------------------------------------------------------------------------
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
Noriyuki Abe submitted an update to the
jlreq
package.
Version: 2024-02-13
License: bsd2
Summary description: Japanese document class based on requirements for Japanese text layout
Announcement text:
----------------------------------------------------------------------
* 2024-02-13
- Added some `par` (for hook system in LaTeX kernel)
- Added `tableofcontents_twocolumn` and `abstract_with_maketitle`
to `jlreqsetup`.
- Deleted `PushPostHook`.
- Some modifications of jfm.
- Fixed a bug: heading command may have an infinite loop.
- Load `stfloats` with LuaLaTeX.
- Improved position adjustment in pagestyle.
- Some other improvements etc.
(jlreq-trimmarks)
* 2024-02-13
- Fixed a bug in the document.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jlreq
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/jptex/latex/jlreq/
------------------------------------------------------------------------
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
Zeng Xuwang submitted an update to the
emotion
package.
Version: 0.2 2024-02-13
License: apache2
Summary description: Make emojis more easy to use in XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
* removed useless variable and code
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/emotion
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/emotion/
------------------------------------------------------------------------
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
Will Robertson submitted an update to the
verse
package.
Version: 2.4c
License: lppl
Summary description: Aids for typesetting simple verse
Announcement text:
--------------------------------------------------------------------------------
* Avoid conflict with experimental LaTeX tagging code.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/verse
More information is at
https://www.ctan.org/pkg/verse
--------------------------------------------------------------------------------
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
lua-placeholders
package.
Version: 1.0.1
License: lppl1.3c
Summary description: Specifying placeholders for demonstration purposes
Announcement text:
--------------------------------------------------------------------------------
Added default number formatting with package numprint.
Full change log:
https://github.com/Xerdi/lua-placeholders/compare/1.0.0...1.0.1
--------------------------------------------------------------------------------
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
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 .
Teemu Likonen submitted an update to the
kaytannollista-latexia
package.
Version: 2024.2
License: cc-by-sa-4
Summary description: Practical manual for LaTeX (Finnish)
Announcement text:
----------------------------------------------------------------------
Lots of small improvements in Fonts (Fontit) section.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/kaytannollista-latexia
The package’s files themselves can be inspected at
https://mirrors.ctan.org/info/kaytannollista-latexia/
------------------------------------------------------------------------
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
Paul Gastin submitted an update to the
GasTeX
package.
Version: 3.1 2024-02-12
License: lppl1.3
Summary description: Graphs and Automata Simplified in TeX
Announcement text:
----------------------------------------------------------------------
Fixed problems which started with TeXLive 2021.
Added solutions to known problems when using simultaneously with
gastex the document class lipics-v2021, or the package todonotes,
or the library shadows of TikZ.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/gastex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/gastex/
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
ProfLycee
package.
Version: 3.02b 2024-02-09
License: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
Amélioration du code pour les arbres de probas.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/proflycee
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/proflycee/
------------------------------------------------------------------------
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
Christian Tellechea submitted an update to the
listofitems
package.
Version number: 1.64
License type: lppl1.3c
Summary description: Grab items in lists using user-specified sep char
Announcement text:
----------------------------------------------------------------------
listofitems v1.64
-----------------
- bugfix in
eadlist_h
- bugfix in loi_normalizeindex
- expanded is required
- listofitems.tex is UTF8 encoded,
manuals comiled with luaLaTeX
- code better formatted
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/listofitems
More information is at
https://www.ctan.org/pkg/listofitems
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
--
Manuel Merino submitted the
tblr-extras
package.
Version: 1.0
License: lppl1.3c
Summary description: Extra libraries for tabularray for caption and babel compatibility
Announcement text:
----------------------------------------------------------------------
First version of tblr-extras - Extra libraries for tabularray package.
Currently, includes two libraries:
- Caption Library: (UseTblrLibrary{caption}):
Typeset tabularray long and tall tblr captions using the caption package.
- Babel Library (UseTblrLibrary{babel}):
Translation of conthead-text and contfoot-text to the current babel language.
Supported languages: spanish, ngerman and french.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tblr-extras
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tblr-extras/
------------------------------------------------------------------------
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
Hu Zhenzhen submitted an update to the
biblatex-gb7714-2015
package.
Version number: 1.1p 2024-02-10
License type: lppl1.3c
Summary description: A BibLaTeX implementation of the GBT7714-2015 bibliography style for
Chinese users
Announcement text:
----------------------------------------------------------------------
1. support using the field number or pages as the Layout Number of newspapers.
2. modify the output of newspaper's publication date for author-year style.
3. add bracket of the year label for author-year style when the label comes from urldate.
4. add field format labelyear and labelurlyear to control the wrapper of the year label
for author-year style.
5. add support of entry types: mvbook, legislation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gb7…
More information is at
https://www.ctan.org/pkg/biblatex-gb7714-2015
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
--
Charles P. Schaum submitted an update to the
nameauth
package.
Version number: 4.0 2024-02-09
License type: lppl1.3
Summary description: Name authority mechanism for consistency in body text and index
Announcement text:
----------------------------------------------------------------------
I am pleased to announce the release of nameauth 4.0, which is likely to be the final
feature set of the package. It remains backward compatible at least to TL 2017, but it
now uses the power and flexibility of xparse. No features have been removed. An oldargs
option has been added to load both xparse and suffix, in order to facilitate older user
modifications. Both old and new approaches interoperate seamlessly on all documents
tested. More testing has led to improvements in the namual and example files.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/nameauth
More information is at
https://www.ctan.org/pkg/nameauth
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
--
Romano Giannetti submitted an update to the
CircuiTikZ
package.
Version number: 1.6.7 2024-02-09
License type: lppl gpl
Summary description: Draw electrical networks with TikZ
Announcement text:
----------------------------------------------------------------------
Several new blocks, more flexible generic anchors for blocks,
and a new option to align the signs on American-style voltage
sources.
- Added `saturation` block
- Added `iamp`, `sigmoid`, and `allornothing` blocks
- Added optical fiber `fiber` block
- Now, the position of the lateral anchors (`left up` and similar)
of blocks is configurable
- Now you can choose how the signs on American-style sources
rotate when the source is not vertical
- A new section in the manual about related packages
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/circuitikz
More information is at
https://www.ctan.org/pkg/circuitikz
------------------------------------------------------------------------
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
Alexander Willand submitted the
contract
package.
Version: 0.91 2024-02-07
License: lppl1.3c
Summary description: Typeset formalized legal documents such as contracts, statutes, etc.
Announcement text:
----------------------------------------------------------------------
As part of the restructuring of the KOMAscript bundle, maintainer
M. Kohm has spun off the package for typesetting contracts --
previously scrjura. It now bears the name contract.
The previous functionality of scrjura remains the same.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/contract
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/contract/
------------------------------------------------------------------------
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
Simon Jensen submitted an update to the
derivative
package.
Version number: 1.4 2024-02-08
License type: lppl1.3
Summary description: Nice and easy derivatives
Announcement text:
----------------------------------------------------------------------
ADDED
- Introduced implicit order parameter to simplify specifying the order of
differentiation, for example: pdv[n,2]{f}{x,y} (issues #2 and #10)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/derivative
More information is at
https://www.ctan.org/pkg/derivative
------------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
l3build
package.
Version: 2024-02-08
License: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
### Changed
- Extend normalization of line numbers to include those wrapped
by LaTeX in text `on line ...`
- Suppress `l3msg` message wrapping
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3build
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/l3build/
------------------------------------------------------------------------
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
Cédric Pierquet submitted an update to the
ProfSio
package.
Version: 0.2.0 2024-02-07
License: lppl1.3c
Summary description: Commands (with TikZ) to work with French “BTS SIO” maths themes
Announcement text:
--------------------------------------------------------------------------------
Résolution matricielle de systèmes 3x3, correction de bugs.
--------------------------------------------------------------------------------
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
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
ProfLycee
package.
Version: 3.02a 2024-02-07
License: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
--------------------------------------------------------------------------------
Ecriture de probas conditionnelles, d'intervalles de fluctuation et de confiance.
Tracé de courbe (tikz) via xint.
Correction de bugs mineurs.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proflycee
More information is at
https://www.ctan.org/pkg/proflycee
--------------------------------------------------------------------------------
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 .
Jing Huang submitted an update to the
Evangelion-JFM
package.
Version: 1.0.5 (c) 2024-02-08
License: mit
Summary description: A Japanese font metric supporting many advanced features
Announcement text:
----------------------------------------------------------------------
Fix the variable scope for extd_ratio.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/evangelion-jfm
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/generic/evangelion-jfm/
------------------------------------------------------------------------
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
Zeng Xuwang submitted the
emotion
package.
Version: 0.1 2024-02-06
License: apache2
Summary description: Make emojis more easy to use in XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
There are many emojis with long names, and we cannot remember them all.
At the same time, when we type an emoji, we want to see what it looks
like in text editor.
Now, you do not need to remember the emoji name, just select it from
the keyboard and wrap it with <code>emotion</code>.
Unlike other emoji packages, you can thus use emojis more easily and
flexibly.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/emotion
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/emotion/
------------------------------------------------------------------------
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
Kristoffer Levin Hansen submitted an update to the
ucph-revy
package.
Version: 1.0.1 2024-02-07
License: lppl1.3
Summary description: Musical script formatting
Announcement text:
----------------------------------------------------------------------
Minor tweaks and fixes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ucph-revy
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/ucph-revy/
------------------------------------------------------------------------
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
siunitx
package.
Version number: 3.3.11 2024-02-07
License type: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
## [v3.3.11] - 2024-02-07
### Fixed
- Formatting of units with separated uncertainties in 'compound' structures
when unit is not repeated (see issue
[#717](https://github.com/josephwright/siunitx/issues/717))
----------------------------------------------------------------------
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
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
Javier Bezos López submitted an update to the
babel
package.
Version number: 24.2 2024-02-07
License type: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and
Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 24.2 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-24.2.html
Here is a summary:
* Cleaned up some language names.
* Mosty internal changes and minor fixes.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/required/babel/base
More information is at
https://www.ctan.org/pkg/babel
------------------------------------------------------------------------
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
Pasquale Claudio Africa submitted an update to the
beamertheme-focus
package.
Version: 3.4.0 2024-02-07
License: gpl3
Summary description: A minimalist presentation theme for LaTeX Beamer
Announcement text:
----------------------------------------------------------------------
Fix numbering of focus slides.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamertheme-focus
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
Maxime Chupin submitted an update to the
beamerthemeAmurmaple
package.
Version: 1.3 2024-02-07
License: lppl1.3
Summary description: A new modern beamer theme
Announcement text:
----------------------------------------------------------------------
- New color theme : amurmapleblack
- Using fontawesom5 for itemize and information environment
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/beamerthemeamurmaple
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
Rushikesh Kamalapurkar submitted an update to the
bodeplot
package.
Version: 1.1.7 2024-02-06
License: lppl1.3c
Summary description: Draw Bode, Nyquist and Nichols plots with gnuplot or pgfplots
Announcement text:
----------------------------------------------------------------------
Improved compatibility with documents that use babel with multiple languages.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bodeplot
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/bodeplot/
------------------------------------------------------------------------
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 H. Lienhard submitted an update to the
asmeconf
package.
Version number: 1.37 2024-02-06
License type: mit
Summary description: A LaTeX template for ASME conference papers
Announcement text:
----------------------------------------------------------------------
The asmeconf class is a template to format conference papers published by the American
Society of Mechanical Engineers.
This version eliminates legacy class options and several blocks of legacy code, updates
the sample figures, makes minor changes to the BibTeX style, revises internal option
handling, and streamlines other code. With luaLaTeX, fontspec is now loaded by default,
but a new option [nofontspec] will prevent that.
The layout and references styles of asmeconf follow the styles requested by ASME in 2024.
Hyperlinks and pdf features are fully supported. The class includes a modern BibTeX
style, asmeconf.bst, that supports online sources, URL and DOI fields, and generates
current reference styles. This .bst can replace the old asmems4.bst.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/asmeconf
More information is at
https://www.ctan.org/pkg/asmeconf
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
--
John H. Lienhard submitted an update to the
asmejour
package.
Version number: 1.22 2024-02-06
License type: mit
Summary description: A template for ASME journal papers
Announcement text:
----------------------------------------------------------------------
The asmejour class is a template to format preprints in the style of journal papers
published by the American Society of Mechanical Engineers.
This update removes legacy code and legacy class options, with minor updates to the
BibTeX style and new figures.
The asmejour.cls layout and reference formats follow the style of published papers in
2023. Hyperlinks and pdf features are fully supported. The class includes a modern BibTeX
style, asmejour.bst, that supports online sources, URL and DOI fields, and generates
current reference styles. This .bst can replace the old asmems4.bst.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/asmejour
More information is at
https://www.ctan.org/pkg/asmejour
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
--
Brian Dunn submitted an update to the
lwarp
package.
Version: 0.915
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
--------------------------------------------------------------------------------
Added HTML classes to LaTeX lists and list markers.
Added HTMLKeywords for meta tags.
Added HTMLMeta and HTMLAddMeta for custom meta tags.
Added data-nosnippet to MathJax customization divs for improved search engine
results.
Updated pdfpages.
--------------------------------------------------------------------------------
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 .
Boris Veytsman submitted an update to the
acmart
package.
Version: 2.03
License: lppl1.3
Summary description: Class for typesetting publications of ACM
Announcement text:
----------------------------------------------------------------------
Version 2.03. Cleaned generation of samples.
New options for printing conference proceedings
in ACM journals
----------------------------------------------------------------------
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
Keiran Harcombe submitted an update to the
DictSym
package.
Version: 2024-02-04
License: lppl1.3
Summary description: DictSym font and macro package
Announcement text:
----------------------------------------------------------------------
Change map files from << to < to subset the font and allow font
to work without error.
Thank you to David Carlisle for making me aware of this issue.
This addresses the error shown here
https://tex.stackexchange.com/questions/630734/pigpen-on-macos/630746#630746 and
https://tex.stackexchange.com/q/708588
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/dictsym
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/dictsym/
------------------------------------------------------------------------
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
Alan Munn submitted an update to the
expex-glossonly
package.
Version number: 0.9 2024-02-05
License type: lppl1.3
Summary description: Help gb4e, linguex, and covington users use the ExPex
glossing macros
Announcement text:
----------------------------------------------------------------------
The expex-glossonly package allows users of other linguistics example numbering
packages (gb4e,linguex, and covington) to make use of the glossing macros
provided by the ExPex pacakge. Version 0.9 fixes some spacing issues with the
linguex package.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/expex-glossonly
More information is at
https://www.ctan.org/pkg/expex-glossonly
------------------------------------------------------------------------
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
Alain Matthes submitted an update to the
tkz-elements
package.
Version: 2.00c 2024-02-04
License: lppl1.3
Summary description: A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
Announcement text:
----------------------------------------------------------------------
- class development “vector”
- added attribute “vec” to the line class
- added “at” and “orthogonal” methods to the class “point”
- rewriting the function angle\_normalize\_
- modification of the slope attribute for the “line”, now the result
is normalized.
- the angles of a triangle are also normalized
- added function format\_number(number,decimal) sets the number of
digits in the decimal part.
- added kzDN a macro pour formater les nombres dans la partie TikZ
kzDN[nb_decimal]{number}
- added the macro kzDrawLuaEllipse draw an ellipse in tikz knowing
its center, vertex and covertex.
- correction of documentation
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tkz-elements
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-elements/
------------------------------------------------------------------------
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
Manuel Merino submitted the
udepcolor
package.
Version: 1.0 2024-02-04
License: lppl1.3c
Summary description: University of Piura (UDEP) institutional and corporate colors for digital and electronic media
Announcement text:
----------------------------------------------------------------------
First release of udepcolor package: University of Piura (UDEP)
institutional and corporate colors for digital and electronic media.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/udepcolor
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/udepcolor/
------------------------------------------------------------------------
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
tagpdf
package.
Version number: 0.98v 2024-02-04
License type: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and
LuaLaTeX
Announcement text:
----------------------------------------------------------------------
## [2024-02-04]
Version 0.98v
### Fixed
- some rolemap entries in the pdf 2.0 fallback were wrong.
- corrected fallback rolemap if a book class is used.
### Changed
- removed the experimental name space latex-inline. It is unused.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
------------------------------------------------------------------------
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
Alain Matthes submitted an update to the
tkz-euclide
package.
Version: 5.06c
License: lppl1.3
Summary description: Tools for drawing Euclidean geometry
Announcement text:
--------------------------------------------------------------------------------
5.06c
- Correction of a bug with the macro kzLabelAngle and the option “angle”
- Added kzSetUpCircle
- Correction of some typos
- Remove some french texts
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tkz/tkz-euclide
More information is at
https://www.ctan.org/pkg/tkz-euclide
--------------------------------------------------------------------------------
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 .
Boris Veytsman submitted an update to the
crossrefware
bundle.
Version: 2024-01-31
License: gpl
Summary description: Scripts for working with crossref.org
Announcement text:
----------------------------------------------------------------------
exit with bad status if no end{thebibliography} (Karl Berry)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/crossrefware
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/crossrefware/
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
hvqrurl
package.
Version number: 0.06 2024-02-03
License type: lppl1.3
Summary description: Insert a QR code in the margin
Announcement text:
----------------------------------------------------------------------
0.06 2024-02-03 - fix for introduced bug with linktext
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/hvqrurl
More information is at
https://www.ctan.org/pkg/hvqrurl
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
--
Antoine Missier submitted an update to the
exesheet
package.
Version: 2.6 2024-02-03
License: lppl1.3
Summary description: Typesetting exercise or exam sheets
Announcement text:
--------------------------------------------------------------------------------
- an explicit error message is displayed when using colsenum or colsitem
without loading multicol
- changes in the comparison with other packages
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/exesheet
More information is at
https://www.ctan.org/pkg/exesheet
--------------------------------------------------------------------------------
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 .
The LaTeX Project Team submitted an update to the
tagpdf
package.
Version: 0.98u 2024-02-02
License: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
Announcement text:
--------------------------------------------------------------------------------
Version 0.98u [2024-02-02]
### Changed
- the para/begin and para/end hook now use sockets and properly support the block
code in latex-lab.
- the structure number of the current para-main structure is stored to allow
manipulations of the structure.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
--------------------------------------------------------------------------------
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 .
Jianrui Lyu submitted an update to the
randexam
package.
Version: 2024D 2024-02-03
License: lppl1.3c
Summary description: Make an exam paper and its randomized variants
Announcement text:
----------------------------------------------------------------------
- replace hyphens with slashes in module names
- replace command `DeclareExamValue` with `SetExamValue`
- turn command `DeclareExamValue` into a wrapper of `DeclareKeys`
- make command `SetExamValue` accept key-value input
- remove command `SetExamTitle` and use `SetExamValue` instead
- add command `IfExamValueExistTF` and its friends
- add command `SetExamTranslation` for translatations to current language
- add a missing space character in making question points
- recover optional dependency on package `pdfpages`
- add prefix `exam` to every boolean name
- replace class option `amsfonts` with `mathdesign`
- add class option `moremath`
- change class option `many` to `math=many`
- change class option `most` to `math=most`
- change class option `math=all`
- add class options `ctex`, `solidot`, `sourcehan` and `chinese`
- add Chinese translations of keywords
- add command `MakeExamNameNumber`
- use public counter `exampart` for exam parts
- add key `exampart/number`
- add command `TheExamCounter`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/randexam
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/randexam/
------------------------------------------------------------------------
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
Bruno Le Floch submitted an update to the
morewrites
package.
Version number: 2024-02-02
License type: lppl1.3c
Summary description: Always room for a new write stream
Announcement text:
----------------------------------------------------------------------
Correct treatment of quotes in the XeTeX engine
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/morewrites
More information is at
https://www.ctan.org/pkg/morewrites
------------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
LiteTable
package.
Version: 2.3a 2024-02-02
License: lppl1.3c
Summary description: Class schedules with colorful course blocks
Announcement text:
--------------------------------------------------------------------------------
Version 2.3a released
- Supports automatically generate the corresponding number of rows based on the
number of time groups you enter.
- Timetable can be displayed portrait or horizontally as you like.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/litetable
More information is at
https://www.ctan.org/pkg/litetable
--------------------------------------------------------------------------------
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 .
Takuto Asakura submitted an update to the
texdoc
package.
Version: 4.0.2
License: gpl
Summary description: Documentation access for TeX Live
Announcement text:
--------------------------------------------------------------------------------
Just bug fixes and minor changes
- Improve the option parser
- Better locale handling
- Scoring adjustments
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/texdoc
More information is at
https://www.ctan.org/pkg/texdoc
--------------------------------------------------------------------------------
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 .
Giuseppe Silano submitted an update to the
EuropeCV
package.
Version number: 2024-02-01
License type: lppl
Summary description: Unofficial class for European curricula vitae
Announcement text:
----------------------------------------------------------------------
Improved Spanish translation
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/europecv
More information is at
https://www.ctan.org/pkg/europecv
------------------------------------------------------------------------
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
Daniel Els submitted an update to the
refstyle
package.
Version number: 0.6b
License type: lppl
Summary description: Advanced formatting of cross references
Announcement text:
----------------------------------------------------------------------
Changes from version 0.5 to 0.6:
Robustification of AMS' eqref
Changes from version 0.6 to 0.6b:
Fix code to make sequence loading of refstyle independent of the loading of amsmath
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/refstyle
More information is at
https://www.ctan.org/pkg/refstyle
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
--
Noel Merino Hernández submitted the
Ysabeau
package.
Version: 1.1 2024-01-31
License: ofl pd other-free
Summary description: Ysabeau fonts with LaTeX support for traditional TeX engines
Announcement text:
----------------------------------------------------------------------
Ysabeau is a free type family. It combines the time-honored and
supremely readable letterforms of the Garamond legacy with the
clean crispness of a low-contrast sans serif, rendering it well
suited for body copy as well as display.
This package provides LaTeX font support for traditional TeX engines
(pdfTeX, dvips, and so on).
For XeTeX and LuaTeX users, OpenType and TrueType fonts are provided
only to use with the fontspec package.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ysabeau
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/ysabeau/
------------------------------------------------------------------------
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.83 2024-01-31
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
Fix bug that sometimes biber is incorrectly run after a *latex run
results in an error, with biber then giving an error.
Fix problem that if -gg is used with multiple files specified on command
line, then generated files are deleted for all by the last file
compiled. (So that -gg wasn't working as intended in this case.)
Fixed some bugs with incorrect variable scope. (These bugs gave
incomprehensible error messages about undefined variables!)
Restrict warning diagnostics about ^^ constructs in aux file to those
involving non-trivial Unicode characters, as against things like ^^M.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/latexmk
More information is at
https://www.ctan.org/pkg/latexmk
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
--
Sebastian Ørsted submitted an update to the
leftindex
package.
Version number: 0.2beta 2024-01-31
License type: lppl1.3c
Summary description: Left indices with better spacing
Announcement text:
----------------------------------------------------------------------
* Corrected a bug causing the paragraph indentation to be messed up when
leftindex was used at the very beginning of a paragraph.
* Changed the behaviour of the phantoms so that the slanting phantom is now also
used as a height phantom if no separate height phantom is provided. Previously,
the symbol was used as the height phantom in this case. I firmly believe that
the new behaviour is more natural.
* Added the command LeftIndex whose syntax is similar to that of leftindex,
but which does not take a mandatory symbol argument.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/leftindex
More information is at
https://www.ctan.org/pkg/leftindex
------------------------------------------------------------------------
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
Antoine Missier submitted an update to the
schooldocs
package.
Version number: 1.5 2024-01-31
License type: lppl1.3
Summary description: Various layout styles for school documents
Announcement text:
----------------------------------------------------------------------
- Possibility to call `maketitle' several times with different information fields
that can be changed outside the preamble.
- The schooldocs-examples.pdf file is now generated in a single compilation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/schooldocs
More information is at
https://www.ctan.org/pkg/schooldocs
------------------------------------------------------------------------
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
Robert Allgeyer submitted an update to the
novel
package.
Version number: 1.86
License type: lppl1.3c ofl
Summary description: Class for printing fiction, such as novels
Announcement text:
----------------------------------------------------------------------
Minor modifications to documentation.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/novel
More information is at
https://www.ctan.org/pkg/novel
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
--
Alexander Shibakov submitted an update to the
splint
package.
Version: 1.3.0 2024-01-30
License: gpl3+
Summary description: Write LALR(1) parsers in TeX using bison and flex
Announcement text:
----------------------------------------------------------------------
New syntax for bison terms that simplifies symbolic references,
macros for automatic references of rules, many other enhancements,
ld parser extensions.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/splint
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/splint/
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
hvextern
package.
Version: 0.39
License: lppl1.3
Summary description: Write and execute external code, and insert the output
Announcement text:
----------------------------------------------------------------------
Fix for using optional argument force
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hvextern
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hvextern/
------------------------------------------------------------------------
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
Xia Mingyu submitted an update to the
LiteTable
package.
Version: 2.2a 2024-01-31
License: lppl1.3c
Summary description: Class schedules with colorful course blocks
Announcement text:
----------------------------------------------------------------------
Version 2.2a released
- Fixed the bug of resolution exceeded.
- Changed paper type to US letter.
- Support custom course start time and end time.
- Support add sticker as you like at the southeast of the page.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/litetable
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/litetable/
------------------------------------------------------------------------
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
Apostolos Syropoulos submitted an update to the
xgreek
package.
Version number: 3.4.0 2024-01-30
License type: lppl1.3c
Summary description: Greek Language Support for XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Version 3.4.0
Apparently, some DeclareUppercaseMapping pairs where missing in the previous
version. Thanks to Giannis Papadongonas for letting me know about it.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/latex/xgreek
More information is at
https://www.ctan.org/pkg/xgreek
------------------------------------------------------------------------
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
Nicola Talbot submitted an update to the
bib2gls
package.
Version: 3.9 2024-01-30
License: gpl3+
Summary description: Command line application to convert .bib files to glossaries-extra.sty resource files
Announcement text:
--------------------------------------------------------------------------------
bib2gls:
- new command line switches: --no-date-in-header (default), --date-in-header (or -D)
This has changed v3.8 behaviour which always included the date.
- allow u<hex> in assign-fields
- bug fix: NullPointerException if entry referenced before bibData initialised.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/support/bib2gls
More information is at
https://www.ctan.org/pkg/bib2gls
--------------------------------------------------------------------------------
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 .
Martin Hensel submitted an update to the
mhchem
package.
Version number: 2024-01-29
License type: lppl1.3c
Summary description: Typeset chemical formulae/equations and H and P statements
Announcement text:
----------------------------------------------------------------------
mhchem.sty
- Remove TeX4ht support, because the author of TeX4ht added it to his package
hpstatements.sty
- Using most-recent statements from the EU
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mhchem
More information is at
https://www.ctan.org/pkg/mhchem
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-solarsystem
package.
Version number: 0.14 2024-01-29
License type: lppl
Summary description: Plot the solar system for a specific date
Announcement text:
----------------------------------------------------------------------
Added optional argument for the languages EN/DE/FR
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-solarsystem
More information is at
https://www.ctan.org/pkg/pst-solarsystem
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
--
Cédric Pierquet submitted an update to the
ProfLycee
package.
Version: 3.01g 2024-01-27
License: lppl1.3c
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
Corrections mineures.
Ajout de commandes en projet (non forcément opérationnelles à 100%).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/proflycee
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/proflycee/
------------------------------------------------------------------------
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
Markus Richter submitted an update to the
llncs
package.
Version: 2.24 2024-01-29
License: cc-by-4
Summary description: Document class and bibliography style for Lecture Notes in Computer Science (LNCS)
Announcement text:
--------------------------------------------------------------------------------
The new version fixes two bugs in theorem-like environments defined with
spnewtheorem:
- Incompatibility with the 'thmtools' package: the end period after the
caption was dropped for some user-defined environments.
- Incompatibility with the 'hyperref' package if both options 'envcountsame'
and 'envcountsect' are used: hypertexnames were incorrect and resulted in
misleading hyperlinks in the pdf.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/llncs
More information is at
https://www.ctan.org/pkg/llncs
--------------------------------------------------------------------------------
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
hvqrurl
package.
Version: 0.05 2024-01-28
License: lppl1.3
Summary description: Insert a QR code in the margin
Announcement text:
----------------------------------------------------------------------
Added optional argument for an alternative link text
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hvqrurl
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hvqrurl/
------------------------------------------------------------------------
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
Jianrui Lyu submitted an update to the
randexam
package.
Version: 2024C 2024-01-28
License: lppl1.3c
Summary description: Make an exam paper and its randomized variants
Announcement text:
----------------------------------------------------------------------
- add commands for modifying translations of keywords
- add commands for customizing templates of elements
- add commands for storing and reading values of keys
- rename command examgroup as exampart
- make answertable accept key-value inputs
- make gradetable accept key-value inputs
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/randexam
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/randexam/
------------------------------------------------------------------------
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
Javier Bezos López submitted an update to the
babel-scottish
package.
Version number: 1.0h 2024-01-27
License type: lppl1.3
Summary description: Babel support for Scottish Gaelic
Announcement text:
----------------------------------------------------------------------
Allow scottishgaelic as the language name.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/babel-contrib/scottish
More information is at
https://www.ctan.org/pkg/babel-scottish
------------------------------------------------------------------------
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
regulatory
package.
Version: 0.0.3 2024-01-27
License: lppl1.3c
Summary description: Flexible drafting of legal documents, especially in Dutch
Announcement text:
----------------------------------------------------------------------
Removes the extra white space of the first Dutch ordinal occurrence.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/regulatory
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/regulatory/
------------------------------------------------------------------------
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
Aland Bravo Vecorena submitted the
undar-digitacion
package.
Version number: 0.0 2024-01-26
License type: cc-by-sa-4
Summary description: Musical fingering diagrams of Pinkullo Huanuqueño, Flute (Recorder),
Quena and Saxophone
Announcement text:
----------------------------------------------------------------------
Exciting announcement to Our Musical Fingering Diagrams!
Dear Subscribers,
We are thrilled to announce some exciting new features and changes to our collection of
Musical Fingering Diagrams, focusing on Pinkullo Huanuqueño, Flute (Recorder), Quena, and
Saxophone. Whether you're a beginner or a seasoned musician, these updates are designed
to enhance your learning experience and make mastering these instruments even more
enjoyable.
We hope this new package will enrich your musical journey. Stay tuned for more exciting
developments in the near future!
Thank you for being a part of our community.
Warm regards,
Aland Bravo Vecorena
UNDAR University
Huánuco, Perú
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/musictex/undar-digitacion
More information is at
https://www.ctan.org/pkg/undar-digitacion
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
--
The LaTeX Project Team submitted an update to the
tagpdf
package.
Version number: 0.98t 2024-01-26
License type: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Version 0.98t [2024-01-26]
### Changed
- add RoleMap also with pdf 2.0 to improve compability to 1.7-processor
- add option 'mathml-tags' to add mathml to this fallback RoleMap
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
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
--
Léo Colisson submitted an update to the
proof-at-the-end
package.
Version: 2024-01-26
License: lppl1.3
Summary description: A package to move proofs to appendix
Announcement text:
--------------------------------------------------------------------------------
Minor bug fix (trailing space…)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/proof-at-the-end
More information is at
https://www.ctan.org/pkg/proof-at-the-end
--------------------------------------------------------------------------------
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 .