Linus Romer submitted an update to the
bezierplot
package.
Version: 1.6 2024-11-02
License: lppl1.3c
Summary description: Approximate smooth function graphs with cubic bezier splines for use with TikZ or MetaPost
Announcement text:
----------------------------------------------------------------------
In the last version, functions like sqrt(x)*sin(x)/x created
an infinite loop. This was because the recursion added new
inflection points as the derivative was calculated numerically.
In this version, a maximum recursion depth stops the loop.
Sinh, cosh, tanh, rad, deg have been added as function types.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bezierplot
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/bezierplot/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Jasper Habicht submitted an update to the
jsonparse
package.
Version: 0.9.6 2024-10-31
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Enhanced array functions
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jsonparse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jsonparse/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Pablo González Luengo submitted the
enumext
package.
Version: 1.0 2024-11-01
License: lppl1.3c
Summary description: Enumerate exercise sheets
Announcement text:
----------------------------------------------------------------------
This package provides enumerated list environments compatible with
_tagging_ PDF for creating “simple exercise sheets” along with
“multiple choice questions”, storing the “answers” to these in memory
using the multicol and scontents packages.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/enumext
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/enumext/
------------------------------------------------------------------------
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
Antonis Tsolomitis submitted an update to the
fontsetup
package.
Version: 2.3.0 2024-11-01
License: gpl3
Summary description: A front-end to fontspec, for selected fonts with math support
Announcement text:
----------------------------------------------------------------------
Added support for NewCM Sans Math with option sansdefault.
Corrected a bug that prevented symscr to work with NewCM.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fontsetup
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/fontsetup/
------------------------------------------------------------------------
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
Antonis Tsolomitis submitted an update to the
NewComputerModern
package.
Version: 7.0.0 2024-11-01
License: gfl
Summary description: Computer Modern fonts including matching non-latin alphabets
Announcement text:
----------------------------------------------------------------------
This is yet one more major release for NewComputerModern.
The main change is the addition of a full featured SansMath font
providing a complete solution for applications where a Sans font
is needed such as presentations.
The SansMath font has newly designed lowercase Latin letters so
that when used as math variables they indeed look as math variables!
The mathbb/symbb and mathcal/symcal capitals have been reworked
to match in style and weight of the Sans fonts.
Math Kerning has been introduced to ALL math fonts improving
typesetting especially at the indices of cal/scr capitals.
ss06 and ss07 can be selected for auto middle beta and
theta in Greek text.
The kerning of Greek Oblique block has been greatly improved;
theorem statements now look much better.
testmath-newcm.tex/pdf has been added to the documentation
from the AMS bundle to showcase the new SansMath font.
With this release NewCM has reached a milestone
covering many languages, supporting ipa, and providing
four math fonts that can support a scientist from writing an article
to preparing a presentation of his/her work.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/newcomputermodern
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/newcomputermodern/
------------------------------------------------------------------------
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
Vít Starý Novotný submitted an update to the
markdown
package.
Version: 3.8.0-0-ga4bab835 2024-10-31
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Add support for versioned themes and add new Lua option `experimental`.
(#466, #512, #514, [matrix.org][matrix-514] reviewed by @TeXhackse, #521)
The option `experimental` enables experimental features that are planned to
be the new default in the next major release of the Markdown package.
At the moment, this just means that the version `experimental` of the theme
`witiko/markdown/defaults` will be loaded and warnings for hard-deprecated
features will become errors. However, the effects may extend to other areas
in the future as well.
[matrix-514]: https://matrix.to/#/!UeAwznpYwwsinVTetR:matrix.org/$TTc-m7B5NSdsLBNNyIuFWQ-…
- Add first-class support for YAML documents. (#452, #473, #524)
- Add plain TeX macros `yamlSetup`, `yamlInput`, `yamlBegin`, and `yamlEnd`.
- Add LaTeX environment `yaml` and redefine command `yamlInput` for LaTeX.
- Add ConTeXt commands `setupyaml`, `inputyaml`, `startyaml`, and `stopyaml`.
Documentation:
- Document LaTeX hooks. (#464, #507)
Defaults:
- Improve the compatibility of the default LaTeX packages with PDF tagging:
(#466, #512, #514, #521, reported and consulted by @u-fischer)
- In TeX engines other than LuaTeX, use the package soul instead of the
package soulutf8 in TeX Live ≥ 2023.
- In LuaLaTeX, use the package lua-ul for strike-through/mark renderer
prototypes instead of the package soul.
- Use the package enumitem for tight and fancy lists instead of the package
paralist.
This is a breaking change that is marked as experimental. To enable it,
either use the package option `experimental` or specify any test phase in
the document metadata:
1. `usepackage[experimental]{markdown}`
2. `DocumentMetadata{testphase=phase-III}`
- Define LaTeX renderers for image identifiers.
(#520, suggested by @jurf, 6f3dcd0c, 478530f, [matrix.org][matrix-520])
This establishes a reliable method for authors to reference figures within Markdown:
``` tex
documentclass{article}
usepackage[link_attributes, relative_references]{markdown}
egin{document}
egin{markdown}
{#example-image-id}
See Figure <#example-image-id>.
end{markdown}
end{document}
```
- Set correct category codes for version 3 of the package minted. (39980934)
Continuous Integration:
- Only use self-hosted runners for the quick CI in pull requests.
For full CI outside pull requests, use GitHub-hosted runners.
(c2697428, [matrix.org][matrix-950e8269])
[matrix-950e8269]: https://matrix.to/#/!pznomuvubVyxElflTe:matrix.org/$op_onsRdhtXJsZB5d5LZrOF…
[matrix-520]: https://matrix.to/#/!lWGKeMcpgwGHpfLYkf:matrix.org/$mZB-_YfreLFSKU5eDzp0AIv…
----------------------------------------------------------------------
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
The LaTeX Project Team submitted an update to the
latex-base
package.
Version: 2024-11-01
License: lppl1.3c
Summary description: Base sources of LaTeX
Announcement text:
--------------------------------------------------------------------------------
See LaTeX News 40
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/base
More information is at
https://www.ctan.org/pkg/latex-base
--------------------------------------------------------------------------------
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.10f 2024-10-30
License: lppl1.3c cc0 cc-by-sa-3
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
--------------------------------------------------------------------------------
Commandes pour les nombres premiers
--------------------------------------------------------------------------------
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 .
Cédric Pierquet submitted an update to the
PixelArtTikz
package.
Version: 0.1.5 2024-10-31
License: lppl1.3c
Summary description: Work with PixelArts, with TikZ
Announcement text:
--------------------------------------------------------------------------------
Amélioration du code interne + possibilité de créer des grilles avec des
symboles choisis dans une liste
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/pixelarttikz
More information is at
https://www.ctan.org/pkg/pixelarttikz
--------------------------------------------------------------------------------
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 .
Maximilian Teegen submitted an update to the
letterswitharrows
package.
Version: 2024-10-31
License: lppl1.3
Summary description: Draw arrows over math letters
Announcement text:
----------------------------------------------------------------------
This version adds two-way arrows.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/letterswitharrows
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/letterswitharrows/
------------------------------------------------------------------------
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
Christophe Bal submitted an update to the
tutodoc
package.
Version: 1.6.2 2024-10-30
License: gpl3
Summary description: Typeset tutorial-like documentations
Announcement text:
----------------------------------------------------------------------
More robust environments for the changes indicated.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tutodoc
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tutodoc/
------------------------------------------------------------------------
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
L’Association GUTenberg submitted an update to the
letgut
package.
Version: 0.9.12 2024-10-30
License: lppl1.3c
Summary description: Class for the newsletter “La Lettre GUTenberg” of the French TeX User Group GUTenberg
Announcement text:
----------------------------------------------------------------------
### Fixed
Fatal error in case of to be attached files not found
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/letgut
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/letgut/
------------------------------------------------------------------------
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
Toby Thurston submitted an update to the
Drawing-with-Metapost
package.
Version: 2.0
License: opl
Summary description: How to draw technical diagrams with MetaPost
Announcement text:
--------------------------------------------------------------------------------
Drawing with Metapost is an intermediate to advanced level guide to making
beautiful technical illustrations using John Hobby's Metapost language. This
release includes a new section on using pens and decorating paths, improvements
to the sections on making tiling patterns. about 50 new drawings and 1000s of
small improvements. In particular all of the source code listings in the text
are now fully tested and correspond exactly to the illustrations shown.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/info/drawing-with-metapost
More information is at
https://www.ctan.org/pkg/drawing-with-metapost
--------------------------------------------------------------------------------
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 .
Rolf Niepraschk submitted an update to the
xltabular
package.
Version: 2.0g 2024-10-28
License: lppl1.3
Summary description: Longtable support with possible X-column specifier
Announcement text:
----------------------------------------------------------------------
Prevent problematic behavior of longtable at page breaks.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/xltabular
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/xltabular/
------------------------------------------------------------------------
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
tkz-grapheur
package.
Version number: 0.2.0 2024-10-29
License type: lppl1.3c
Summary description: A LaTeX package with tools for graph plotting (and TikZ)
Announcement text:
----------------------------------------------------------------------
Méthode alternative pour les splines cubiques
Quelques commandes 'simples' pour pgfplots
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/tkz-grapheur
More information is at
https://www.ctan.org/pkg/tkz-grapheur
------------------------------------------------------------------------
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
hyperref
package.
Version: 7.01k 2024-07-30
License: lppl1.3
Summary description: Extensive support for hypertext in LaTeX
Announcement text:
----------------------------------------------------------------------
This adapts to the next latex release which will predefine
heHcounter and use sockets in
efstepcounter.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hyperref
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hyperref/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Qu Yi submitted an update to the
spbmark
package.
Version: 1.46r 2024-10-29
License: cc-by-4
Summary description: Customize superscripts and subscripts
Announcement text:
----------------------------------------------------------------------
Give hooks to markers with parameters at the front and back positions;
include spb/super/before, spb/super/after, spb/sub/before and spb/sub/after.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/spbmark
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/spbmark/
------------------------------------------------------------------------
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
Christophe Bal submitted an update to the
tutodoc
package.
Version: 1.6.1 2024-10-28
License: gpl3
Summary description: Typeset tutorial-like documentations
Announcement text:
--------------------------------------------------------------------------------
The main change is the ability to choose a layout from 4 themes.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tutodoc
More information is at
https://www.ctan.org/pkg/tutodoc
--------------------------------------------------------------------------------
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 .
Jasper Habicht submitted an update to the
jsonparse
package.
Version: 0.9.5 2024-10-27
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Bug fixes and streamlining of code.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jsonparse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/jsonparse/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Andreas Matthias submitted an update to the
pdfpages
package.
Version: 0.6c 2024-10-28
License: lppl1.3c
Summary description: Include PDF documents in LaTeX
Announcement text:
----------------------------------------------------------------------
New option pagecommand* that inserts LaTeX commands on
the very first page only.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pdfpages
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/pdfpages/
------------------------------------------------------------------------
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
pst-optic
package.
Version: 1.05 2024-10-28
License: lppl
Summary description: Drawing optics diagrams
Announcement text:
----------------------------------------------------------------------
Added individual color settings for the focal, center and parallel beam
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pst-optic
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pstricks/contrib/pst-optic/
------------------------------------------------------------------------
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
Christophe Bal submitted an update to the
tutodoc
package.
Version: 1.6.0 2024-10-27
License: gpl3
Summary description: Typeset tutorial-like documentations
Announcement text:
--------------------------------------------------------------------------------
The main change is the ability to choose a layout from 4 themes.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tutodoc
More information is at
https://www.ctan.org/pkg/tutodoc
--------------------------------------------------------------------------------
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.99g 2024-10-27
License: lppl1.3c
Summary description: Code for PDF tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
### Fixed
- corrected a few temp variables
### Changed
- make para-sockets optional so that they can move to lttagging.
### Added
- ag_socket_use:nnn, adapted UseTaggingSocket, added support for
UseExpandableTaggingSocket in preparation for the next LaTeX release
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tagpdf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tagpdf/
------------------------------------------------------------------------
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 the
gb4e-next
package.
Version: 0.5 2024-10-27
License: lppl1.3
Summary description: Linguistic tools
Announcement text:
--------------------------------------------------------------------------------
The gb4e-next package provides gb4e users two relative example reference
commands. Next refers to the next example in the document and Prev refers to
the previous example. No explicit label command is required.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/gb4e-next
More information is at
https://www.ctan.org/pkg/gb4e-next
--------------------------------------------------------------------------------
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 .