Walter Daems submitted an update to the
SpeLaTeX
package.
Version: 0.95 2025-01-31
License: lppl1.3
Summary description: Create PDF documents with hyperlinks to audiofragments
Announcement text:
----------------------------------------------------------------------
This is a bugfix release in view of the upcoming TUGboat article.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/spelatex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/spelatex/
------------------------------------------------------------------------
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
Daniel Flipo submitted an update to the
lettrine
package.
Version: 2.80 2025-01-30
License: lppl1.3
Summary description: Typeset dropped capitals
Announcement text:
--------------------------------------------------------------------------------
- The `\lettrine` command now checks whether the dropped cap will fit
into the page. If the remaining vertical space is too short, a warning
is issued.
- A new option `nextpage` has been added to automatically shift the whole
paragraph to the top of next page in case the dropped cap doesn't fit
into the page (option not recommended, see the documentation).
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lettrine
More information is at
https://www.ctan.org/pkg/lettrine
--------------------------------------------------------------------------------
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 .
Jander Moreira submitted the
packdoc
package.
Version number: 0.1
License type: lppl1.3c
Summary description: Document LaTeX poackages in a consistent way
Announcement text:
----------------------------------------------------------------------
The packdocs package offers a variety of features for documenting LaTeX
packages, ensuring consistent presentation, cross-referencing, and index
generation. It also supports version and change tracking to maintain a
consistent change history.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/packdoc
More information is at
https://www.ctan.org/pkg/packdoc
------------------------------------------------------------------------
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
Landon D. C. Elkind submitted an update to the
principia
package.
Version number: 3.2 2025-01-30
License type: lppl1.3c
Summary description: Notations for typesetting the “Principia Mathematica”
Announcement text:
----------------------------------------------------------------------
Updated principia package to 3.2 (minor changes)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/principia
More information is at
https://www.ctan.org/pkg/principia
------------------------------------------------------------------------
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
Jürgen Spitzmüller submitted an update to the
polyglossia
package.
Version: 2.4 2025-01-31
License: mit lppl1.3 cc0
Summary description: An alternative to babel for XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Bug fixes
* Fix changecounternumbering option of Bengali (#672).
* Fix testing of languages in groups (#669).
* Fix error with undefined internal command (\xpg_pop_language:)
that should be defined (#671).
* The command \familytype is now predefined again independent of
font settings, and its name was changed to \l_xpg_familytype_tl.
* A warning is now issued if babel is loaded in parallel with
polyglossia.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/polyglossia
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/polyglossia/
------------------------------------------------------------------------
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 Poulain submitted an update to the
ProfMaquette
package.
Version: 0.99-n 2025-01-30
License: lppl1.3c
Summary description: Use exercises in different types of documents
Announcement text:
----------------------------------------------------------------------
- New Keys : Daltonisme and CouleurSol
- Bug fixed : with key ParcoursPerso, links with solutions weren't correct.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/profmaquette
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/profmaquette/
------------------------------------------------------------------------
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
Samcarter submitted an update to the
TikZducks
package.
Version: 2.0 2025-01-31
License: lppl1.3c
Summary description: A little fun package for using rubber ducks in TikZ
Announcement text:
----------------------------------------------------------------------
### New
- New options `randomhead` and `randomaccessories`.
Basically the same as `\randomhead` and `\randomaccessories`,
but no longer require `\shuffleducks`
### Changed
- removed ConTeXt/plain TeX support.
I'm very grateful to @JairoAdelRio for contributing these modules,
however after accidentally breaking these modules in 2021 (and not
hearing any complains from users) I decided to stop supporting
these module in favour of making maintaining the package easier
and having more freedom in the code used in the package.
- replaced self-baked hooks with latex hooks:
`\NewHook{tikzducks/background}`, `\NewHook{tikzducks/body}`,
`\NewHook{tikzducks/clothing}`, `\NewHook{tikzducks/hair}`,
`\NewHook{tikzducks/hat}` and `\NewHook{tikzducks/foreground}`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tikzducks
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/tikzducks/
------------------------------------------------------------------------
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: 2025-01-18
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
--------------------------------------------------------------------------------
## [2025-01-18]
### Changed
- Use a dedicated internal marker for `fp` and `int` expressions, allowing use
with LuaMetaTeX (see \#1518)
### Fixed
- Missing trailing period in `\tl_analysis_log:(N|n)` output (see \#1663)
- Some state variables weren't correctly reset by `\keys_define:nn` and
`\keys_set:nn` breaking some nested usages in edge cases
## [2025-01-14]
### Added
- `\int_step_tokens:nn`, `\int_step_tokens:nnn`, and `\int_step_tokens:nnnn`
### Fixed
- Check conditionals are defined when creating variants (see \#1189)
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/required/l3kernel
More information is at
https://www.ctan.org/pkg/l3kernel
--------------------------------------------------------------------------------
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 number: 1.1.0 2025-01-30
License type: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Unified names of user functions; renaming key for keywords.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jsonparse
More information is at
https://www.ctan.org/pkg/jsonparse
------------------------------------------------------------------------
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 number: 4.3 2025-01-29
License type: gpl3+
Summary description: Command line application to convert .bib files to
glossaries-extra.sty resource files
Announcement text:
----------------------------------------------------------------------
bib2gls:
- skip compound entries that don't have one or more
elements selected
- new command line switch:
--aux-input-action
- bug fix: save-principle-locations=retain changes encap
texparserlib.jar: Corrected definition of \textdegree
----------------------------------------------------------------------
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
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
glossaries-extra
package.
Version number: 1.55 2025-01-29
License type: lppl1.3
Summary description: An extension to the glossaries package
Announcement text:
----------------------------------------------------------------------
- new command \glsbibdata[options]{bib-list} which is a shortcut
for \GlsXtrLoadResources[src={bib-list},options]
- deprecated \glsxtrresourcefile (use \glsbibdata instead)
- new utility commands:
\glossaries_if_field_exists[_p]:nn[TF]
\glossaries_if_field_set[_p]:nn[TF]
\glossaries_if_field_eq[_p]:nnN[TF]
\glossaries_if_field_eq:nnn[TF]
\glossaries_if_field_eq_field[_p]:nnn[TF]
\glossaries_if_field_eq_field[_p]:nnnn[TF]
\glossaries_use_field:nn
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/glossaries-extra
More information is at
https://www.ctan.org/pkg/glossaries-extra
------------------------------------------------------------------------
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
Jürgen Spitzmüller submitted an update to the
jslectureplanner
package.
Version number: 1.14 2025-01-29
License type: lppl1.3
Summary description: Creation and management of university course material
Announcement text:
----------------------------------------------------------------------
* V. 1.14 (2025-01-29):
- Add jsmembertable/followuptable/before LaTeX hook (jsmembertable).
- Add way to generate programs with session instructors (\makeprogram* and instructors=true with \makebeamerprogram).
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/jslectureplanner
More information is at
https://www.ctan.org/pkg/jslectureplanner
------------------------------------------------------------------------
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
Karl Wette submitted an update to the
lineno
package.
Version: 5.4 2025-01-29
License: lppl
Summary description: Line numbers on paragraphs
Announcement text:
----------------------------------------------------------------------
Changes in v5.4:
1. Option to allow \linelabel with \nolinenumbers.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lineno
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/lineno/
------------------------------------------------------------------------
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.40 2025-01-29
License type: mit
Summary description: A LaTeX template for ASME conference papers
Announcement text:
----------------------------------------------------------------------
This update includes changes to support tagged pdf and fixes a minor bug that
affected superscripts to inline author names. The titlesec package is no longer
loaded.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/asmeconf
More information is at
https://www.ctan.org/pkg/asmeconf
------------------------------------------------------------------------
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
Herbert Voß submitted an update to the
xindex
package.
Version: 0.64
License: lppl1.3
Summary description: Unicode-compatible index generation
Announcement text:
--------------------------------------------------------------------------------
fix for French sorting rules
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/indexing/xindex
More information is at
https://www.ctan.org/pkg/xindex
--------------------------------------------------------------------------------
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 .
John H. Lienhard submitted an update to the
mitthesis
package.
Version: 1.19 2025-01-28
License: mit
Summary description: A LaTeX template for an MIT thesis
Announcement text:
----------------------------------------------------------------------
This release includes additional changes to better support tagged pdf.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mitthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/mitthesis/
------------------------------------------------------------------------
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 the
mp-neuralnetwork
package.
Version: 0.1 2025-01-27
License: lppl1.3c
Summary description: Drawing artificial neural networks with METAPOST and METAOBJ
Announcement text:
----------------------------------------------------------------------
This METAPOST package allows to draw artificial neural networks.
It is based on the METAOBJ package which provides many tools to
draw and arrange nodes.
This package is in beta version—do not hesitate to report bugs,
as well as requests for improvement.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mp-neuralnetwork
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/metapost/contrib/macros/mp-neuralnetwork/
------------------------------------------------------------------------
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
Landon D. C. Elkind submitted an update to the
principia
package.
Version number: 3.1 2025-01-28
License type: lppl1.3c
Summary description: Notations for typesetting the “Principia Mathematica”
Announcement text:
----------------------------------------------------------------------
Minor correction to principia package (current version is 3.1)
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/principia
More information is at
https://www.ctan.org/pkg/principia
------------------------------------------------------------------------
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
Brian Dunn submitted an update to the
lwarp
package.
Version number: 0.918 2025-01-28
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Added an automatic vertical scroll bar to the sideTOC.
Updated mathtools, mismath, siunitx.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/lwarp
More information is at
https://www.ctan.org/pkg/lwarp
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
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
Matthias Fresacher submitted an update to the
pmdraw
package.
Version: 1.7 2025-01-28
License: lppl1.3
Summary description: Draw elements of the diagram monoids
Announcement text:
----------------------------------------------------------------------
Now allows default draw options of some keys to be appended to
instead of overwritten by individual instances.
Fixed and updated minor details in manual.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pmdraw
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/pmdraw/
------------------------------------------------------------------------
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
Oliver Kopp submitted an update to the
biblatex-lni
package.
Version: 0.7 2025-01-27
License: lppl1.3
Summary description: LNI style for BibLaTeX
Announcement text:
----------------------------------------------------------------------
Adapted to latest LNI requirements
### Changed
* Change `maxcitenames` and `maxbibnames` to 3
* Change bibstring `urlseen` to `visited on\addspace`
* Suppress ISBN and doi
* Remove `URL` output
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-lni
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-lni/
------------------------------------------------------------------------
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.10.0-0-g626df6ad 2025-01-27
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
## 3.10.0
Development:
- Add a built-in theme `witiko/diagrams@v2` for drawing different types of
diagrams. (#448, #514, #531, #542, [matrix.org][matrix-542], a9cadc41,
578e64d6, 22efe7f4, a3c2d93b, originally suggested by @anubane)
[matrix-542]: https://matrix.to/#/!UeAwznpYwwsinVTetR:matrix.org/$CpfhKJT8DAkzH7Rx6ynV1BK…
Here is an example LaTeX document using the new theme:
```` tex
\documentclass{article}
\usepackage[import=witiko/diagrams@v2, relativeReferences]{markdown}
\begin{document}
\begin{markdown}
``` dot {caption="An example directed graph" width=12cm #dot}
digraph tree {
margin = 0;
rankdir = "LR";
latex -> pmml;
latex -> cmml;
pmml -> slt;
cmml -> opt;
cmml -> prefix;
cmml -> infix;
pmml -> mterms [style=dashed];
cmml -> mterms;
latex [label = "LaTeX"];
pmml [label = "Presentation MathML"];
cmml [label = "Content MathML"];
slt [label = "Symbol Layout Tree"];
opt [label = "Operator Tree"];
prefix [label = "Prefix"];
infix [label = "Infix"];
mterms [label = "M-Terms"];
}
```
``` mermaid {caption="An example mindmap" width=9cm #mermaid}
mindmap
root )base-idea(
sub<br/>idea 1
((?))
sub<br/>idea 2
((?))
sub<br/>idea 3
((?))
sub<br/>idea 4
((?))
```
``` plantuml {caption="An example UML sequence diagram" width=7cm #plantuml}
@startuml
' Define participants (actors)
participant "Client" as C
participant "Server" as S
participant "Database" as DB
' Diagram title
title Simple Request-Response Flow
' Messages
C -> S: Send Request
note over S: Process request
alt Request is valid
S -> DB: Query Data
DB -> S: Return Data
S -> C: Respond with Data
else Request is invalid
S -> C: Return Error
end
@enduml
```
See the diagrams in figures <#dot>, <#mermaid>, and <#plantuml>.
\end{markdown}
\end{document}
````````
You may use the expl3 prop `\g_markdown_diagrams_infostrings_prop` to
register other types of diagrams.
- Add option `jekyllDataKeyValue` for routing YAML metadata to expl3 key–values.
(#77, #517, [matrix.org][matrix-517], #539, [matrix.org][matrix-539],
f57a8c45, originally suggested by @TeXhackse)
While the primary intended users of this new option are package authors,
writers can also use this feature to configure various (La)TeX packages
from YAML:
``` tex
\documentclass{article}
\usepackage{chemformula, lua-widow-control, phonenumbers}
\usepackage[raw_attribute, tex_math_dollars]{markdown}
\begin{document}
\begin{markdown}[jekyll_data, jekyll_data_key_value]
---
chemformula:
decimal-marker: $\cdot$
lua-widow-control:
draft: true
showcolours: true
phonenumbers:
area-code: place
area-code-sep: space
country: UK
---
Phone number: `\phonenumber{02079460345}`{=tex}
Chemical reaction: `\ch{A + B -> 3.14159}`{=tex}
\end{markdown}
\end{document}
```
This won't work for every package but many packages use expl3 key–values
internally for their configuration. If you are curious if your favorite
package does, look for `\keys_define` in its source code.
For more examples, see #517.
[matrix-517]: https://matrix.to/#/!UeAwznpYwwsinVTetR:matrix.org/$WzqBd_p3KB766wqbFBLbn3o…
[matrix-539]: https://matrix.to/#/!UeAwznpYwwsinVTetR:matrix.org/$VZbdWB2EpHeg290MGsYsbUE…
Fixes:
- Allow using the options `linkAttributes` and `notes` together. (#543, #544)
Distribution:
- Alias the command `markdown-cli` as `markdown2tex`.
(#545, #546, [tex-live(a)tug.org][tex-live-2025-01-051051])
[tex-live-2025-01-051051]: https://tug.org/pipermail/tex-live/2025-January/051051.html
Docker:
- Produce Docker image `witiko/markdown:latest-minimal` with a minimum
installation of the Markdown package for TeX based on the Docker image
`texlive/texlive:latest-minimal`. (61a3aa2b)
----------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version: 1.0.3 2025-01-26
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Expandable test for JSON numbers.
----------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
rpgicons
package.
Version: 1.8.6 2025-01-22
License: lppl1.3c
Summary description: Icons for tabletop role-playing games
Announcement text:
--------------------------------------------------------------------------------
Fixes in documentation.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/rpgicons
More information is at
https://www.ctan.org/pkg/rpgicons
--------------------------------------------------------------------------------
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 .
Charles Staats III submitted an update to the
asypictureB
package.
Version: 0.4 2025-01-26
License: lppl1.3c
Summary description: User-friendly integration of Asymptote into LaTeX
Announcement text:
----------------------------------------------------------------------
Mostly bug fixes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/asypictureb
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/asypictureb/
------------------------------------------------------------------------
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