The LaTeX Project Team submitted an update to the
l3build
package.
Version: 2024-10-08
License: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
### Fixed
- Test for uncompleted conditionals in tests (may require `.tlg` update)
- Global `typesetopts` no longer ignored for `luatex` and `lualatex` (issue #351)
- Handling of spaces in options
----------------------------------------------------------------------
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
Lars Madsen submitted an update to the
mathtools
package.
Version: 1.31 2024-10-04
License: lppl1.3c
Summary description: Mathematical tools to use with amsmath
Announcement text:
--------------------------------------------------------------------------------
Announcement release 2024/10/07
For mathtools.dtx v1.31
* Fixed bug in the mathic option, initially reported in private email by Lorents Landgren (#62).
A scratch counter was not properly initialised causing penalties to be inserted where they should not.
Note that this fix is likely to change line breaks in existing documents that uses the mathic option.
For empheq.dtx v2.17
* Fixed typo in manual reported by campa
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/mathtools
More information is at
https://www.ctan.org/pkg/mathtools
--------------------------------------------------------------------------------
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 .
Association GUTenberg submitted an update to the
letgut
package.
Version: 0.9.10 2024-10-07
License: lppl1.3c
Summary description: Class for the newsletter “La Lettre GUTenberg” of the French TeX User Group GUTenberg
Announcement text:
--------------------------------------------------------------------------------
### Changed
- Multiple rebuses handled
- Paper clips (links to source files of the articles) not in the magin anymore and separated by spaces
- Watermark letter and scale can now be specified
### Fixed
- Wrong output with erminal
- Title of publication in small capitals
- Options of `letgut-banner` never taken in account
- Not all included graphics attached to the PDF
- Variables wrongly local or not reset
- `citeauthor` displayed family name in small caps
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/letgut
More information is at
https://www.ctan.org/pkg/letgut
--------------------------------------------------------------------------------
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 .
Wenjian Chern submitted an update to the
updatemarks
package.
Version: 0.2f 2024-10-07
License: lppl1.3c
Summary description: Extract and update marks from boxes
Announcement text:
----------------------------------------------------------------------
Updating for the latest version of tcolorbox.
----------------------------------------------------------------------
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
Matthias Fresacher submitted an update to the
pmdraw
package.
Version: 1.5 2024-10-07
License: lppl1.3
Summary description: Draw elements of the diagram monoids
Announcement text:
----------------------------------------------------------------------
Added functionality to draw triple product of diagrams
----------------------------------------------------------------------
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
Boris Veytsman submitted an update to the
bookshelf
package.
Version: 1.0 2024-10-05
License: lppl1.3c
Summary description: Create a nice image from a BibTeX file
Announcement text:
----------------------------------------------------------------------
New maintainer.
Rewrite of scripts.
Multilanguage processing.
Important change: now the package is LuaLaTeX only
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bookshelf
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/bookshelf/
------------------------------------------------------------------------
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 Beery submitted an update to the
fontscale
package.
Version: 3.0.0 2024-10-05
License: lppl1.3c
Summary description: A flexible interface for setting font sizes
Announcement text:
--------------------------------------------------------------------------------
## [v3.0.0] - 2024-10-05
### Added
- Added new `expl3` public variables that store the current font step, font
scale, font size, and font baselineskip. They are set in the `selectfont` hook.
- `l_fontscale_step_fp`
- `l_fontscale_scale_fp`
- `l_fontscale_size_dim`
- `l_fontscale_baselineskip_skip`
### Changed
- This update includes some changes that are backwards incompatible.
- The package commands now use the above variables instead of `f@size` and
`f@baselineskip`. This changes the behavior of `CurrentFontStep`,
`CurrentFontScale`, and `CurrentFontSize` within the second argument of
`fontsize` because `fontsize` sets `f@size` to the new font size before
expanding its second argument.
- `PrintFontSizeCommand` no longer tests if the current font baselineskip
equals the font baselineskip of any font size command from ` iny` to `Huge`.
- `SetFontStep` now rounds the new font step to 5 decimal places. This is
important when checking if it equals the font step of any font size command
from ` iny` to `Huge`.
- A default `pt` is now appended only in user-level commands, not in internal `expl3` functions.
- `fontscalesetup` now processes the keys slightly faster when the key `<font
size command>/baselineskip` is not set.
- Documentation improvements.
### Removed
- `CurrentFontSizeCommand` (redundant with `CurrentFontSize` and `CurrentFontBaselineskip`)
### Fixed
- The error message for `SetFontStep*` when the current font step is undefined
no longer writes `SetFontStep*`. This would be incorrect if its
corresponding internal function was used instead of `SetFontStep*`.
- The internal functions of `PrintSampleText` now correctly enclose their contents within a group.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/fontscale
More information is at
https://www.ctan.org/pkg/fontscale
--------------------------------------------------------------------------------
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 .
Florian Sihler submitted an update to the
fancyqr
package.
Version: 2.1 2024-10-05
License: gpl3
Summary description: Fancy QR-Codes with TikZ
Announcement text:
--------------------------------------------------------------------------------
* new `classic` option to typeset QR-Codes in the conventional (non-fancy) style
* now we use only one picture environment for the QR-Code, speeding up typesetting
* improved documentation of common `qrcode` options
* blobs are now a little bit less-heavy
* Bug-Fixes:
- Removed Offset in Blob-Pattern
- Caching and rounding issue when printing multiple QR-Codes of different sizes
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/graphics/pgf/contrib/fancyqr
More information is at
https://www.ctan.org/pkg/fancyqr
--------------------------------------------------------------------------------
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 .
Javier Bezos López submitted an update to the
babel
package.
Version: 24.11 2024-10-05
License: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
--------------------------------------------------------------------------------
Changes in version 24.11 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-24.11.html
Here is a summary:
* Manual: outdated comments revised, sections restructured, certain explanations expanded.
A greater number of examples have been included, mainly for XeTeX and LuaTeX.
* Transforms variables.
--------------------------------------------------------------------------------
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
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
witharrows
package.
Version: 2.9 2024-10-05
License: lppl1.3
Summary description: “Aligned” math environments with arrows for comments
Announcement text:
----------------------------------------------------------------------
New optional argument between angular brackets (<...>)
for the command Arrow when the class Beamer is used.
Correction of several small bugs.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/witharrows
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/witharrows/
------------------------------------------------------------------------
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
Mingyu Xia submitted the
HDUThesis
package.
Version: 0.1.1 2024-10-05
License: lppl1.3c
Summary description: LaTeX Thesis Template for Hangzhou Dianzi University
Announcement text:
----------------------------------------------------------------------
Version: 0.1.0 2024-10-04 :
HDUThesis is a LaTeX template for graduation thesis from Hangzhou
Dianzi University, which supports the formatting of a bachelor's
thesis. You can input the information and then generate the cover
of your thesis quickly.
Master's and Doctoral theses will be supported in the future.
Version: 0.1.1 2024-10-05 :
- Support load *.bib file via the key reference and package biblatex
will not load when the key is empty to accelerate compile.
- The hdulogo.pdf, hdubadge.pdf, and hdumotto.pdf files support opacity
via the XeLaTeX compiler.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hduthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/xetex/latex/hduthesis/
------------------------------------------------------------------------
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.10b 2024-10-04
License: lppl1.3c cc0
Summary description: A LaTeX package for French maths teachers in high school
Announcement text:
----------------------------------------------------------------------
3.10b Ajout des empilements de boules + commandes sur les dates
3.10a Version ProfLycee-Light + pflnum consolidée
----------------------------------------------------------------------
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
Clea F. Rees submitted an update to the
adfsymbols
package.
Version: 1.3 2024-10-03
License: lppl1.3c gpl2+
Summary description: SymbolsADF with TeX/LaTeX support
Announcement text:
----------------------------------------------------------------------
Add scaling options.
Remove dependencies on pifont and fp.
Slight (mostly theoretical) tweaks for (N)NFSS.
Switch to DTX/INS.
Use l3build.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/adfsymbols
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/adfsymbols/
------------------------------------------------------------------------
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-10-04
License: bsd2
Summary description: Japanese document class based on requirements for Japanese text layout
Announcement text:
--------------------------------------------------------------------------------
* 2024-10-04
- Fixed: tfm files are mixed into the list of vf files in Makefile.
--------------------------------------------------------------------------------
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
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
hvfloat
package.
Version: 2.51
License: lppl
Summary description: Controlling captions, fullpage and doublepage floats
Announcement text:
--------------------------------------------------------------------------------
This version has a new optional argument nonFloatTopSkip, preset to 2pt (like interlineskip)
only valid for nonFloats and caption not on top
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/hvfloat
More information is at
https://www.ctan.org/pkg/hvfloat
--------------------------------------------------------------------------------
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.2 2024-10-02
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Bug fix of version 0.9.1
----------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
LiteTable
package.
Version: 3.1B 2024-10-01
License: lppl1.3c
Summary description: Class schedules with colorful course blocks
Announcement text:
----------------------------------------------------------------------
- Supports TeX Live 2019 or later.
- Supports changing the background dark blocks' color for the timetable.
----------------------------------------------------------------------
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
Jasper Habicht submitted an update to the
jsonparse
package.
Version: 0.9.1 2024-09-21
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Announcement text:
----------------------------------------------------------------------
Added functionality to test for valid 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
Thomas F. Sturm submitted an update to the
tcolorbox
package.
Version: 6.4.0 2024-09-27
License: lppl1.3
Summary description: Coloured boxes, for LaTeX examples and theorems, etc
Announcement text:
----------------------------------------------------------------------
### Added
- Libary `documentation`:
- `
efPkg` for referring packages on CTAN (issue #290)
### Changed
- Precautions for tikz options with square brackets (issue #284)
- Usage warnings added for deprecated options `before example`,
`after example`, and `graphical environment` (issue #284)
- Documenation for TikZ Picture Option Keys adapted (issue #285)
- Label `tcolorbox` added to LaTeX hooks (issue #287)
- Libary `minted`: Minted option `envname` now supported by
package `minted` directly (issue #2)
### Fixed
- Libary `minted`: `minted Warning: Macro minted@def@optcl is
deprecated with minted v3` (issue #2)
- `tcolorbox-tutorial-poster.tex`: minted v3 seems to need
escaped comma `,` instead of `,` inside `breakafter`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tcolorbox
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tcolorbox/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
The Indian TeX Users Group submitted the
udiss
package.
Version: 0.1 2024-10-01
License: gpl3+ fdl
Summary description: A LaTeX bundle for typesetting dissertations
Announcement text:
--------------------------------------------------------------------------------
The Indian TeX Users Group got revived on 7th September
2024. After 32 years this revival has taken place. The
current board of directors include the following people:
President: E. Krishnan <e.krshnan(a)gmail.com>
Vice President: Rajeesh KV <rajeesh(a)sayahna.org>
Secretary: Niranjan <niranjan.t(a)stmdocs.in>
Joint secretary: Rahul Krishnan S <rahulkrishnan(a)stmdocs.in>
Legal advisor: Aravind Ranjendran
As the first project of TUGIndia, we are glad to release
this LaTeX bundle udiss for assisting students in typesetting
their dissertations.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/unicodetex/udiss
More information is at
https://www.ctan.org/pkg/udiss
--------------------------------------------------------------------------------
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 .
Noriyuki Abe submitted an update to the
jlreq
package.
Version: 2024-09-26
License: bsd2
Summary description: Japanese document class based on requirements for Japanese text layout
Announcement text:
----------------------------------------------------------------------
- Removed pattern matchings from Makefile.
----------------------------------------------------------------------
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
Vít Starý Novotný submitted an update to the
markdown
package.
Version: 3.7.1-0-g8e726800 2024-09-30
License: lppl1.3c
Summary description: Converting and rendering markdown documents inside TeX
Announcement text:
----------------------------------------------------------------------
Development:
- Remove dependency on `UnicodeData.txt`. (#400, #458 #486, #492, #499)
This change improves the speed of parsing markdown input by up to 25%
for a cold conversion run and makes life easier for users of TeX
distributions other than TeX Live, such as MikTeX and ConTeXt Standalone,
where `UnicodeData.txt` may not be as easily available. This change also
adds a new file `markdown-unicode-data.lua`, which must be properly
installed with the rest of the Markdown package.
- Add renderers `warning` and `error` that represent warnings and errors
produced by the markdown parser. (#452, #473, #496)
Fixes:
- Properly load LaTeX themes when `theme` or `import` is used in
`usepackage[...]{markdown}`. (#471, #498)
- Prevent endless loop when setting deprecated `jekyllDataString` (renderer)
prototype. (#500)
- Correctly handle backslashes in `markdownOptionOutputDir` on Windows.
(#492, #500, reported by @l0th3r)
- Fix hard line breaks in blockquotes.
(#494, #495, reported by @l0th3r, #496, contributed by @lostenderman)
Deprecation:
- Soft-deprecate the `hybrid` option. (#470, #504, 546faa87)
Soft-deprecated features will never be removed but using them prints a
warning and is discouraged. Instead of the `hybrid` option, consider one of
the following better alternatives for mixing TeX and markdown:
- With the `contentBlocks` option, authors can move large blocks of TeX
code to separate files and include them in their markdown documents as
external resources.
- With the `rawAttribute` option, authors can denote raw text spans and
code blocks that will be interpreted as TeX code.
- With options `texMathDollars`, `texMathSingleBackslash`, and
`texMathDoubleBackslash`, authors can freely type TeX commands between
dollar signs or backslash-escaped brackets.
For more information, see the user manual at
<https://witiko.github.io/markdown/>.
----------------------------------------------------------------------
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
Mingyu Xia submitted an update to the
LiteTable
package.
Version: 3.1A 2024-09-30
License: lppl1.3c
Summary description: Class schedules with colorful course blocks
Announcement text:
--------------------------------------------------------------------------------
Version 3.1A released.
- Removed the `listofitems' package, and the `calc' tikzlibrary.
- The reconstruction work by `expl3' was finished.
- Supports TeX Live 2021 or later distributions.
- Warning rules for courses exceeding the timetable area were added.
- The order of the two arguments can be reversed for those commands with one
optional argument and one mandatory argument.
- Supports moving the course blocks right specific workdays.
- MWE added for user manuals.
--------------------------------------------------------------------------------
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 .
Clea F. Rees submitted the
fontscripts
package.
Version: 0.1
License: lppl1.3c
Summary description: Font encodings, metrics and Lua script fragments for font
creation
Announcement text:
--------------------------------------------------------------------------------
Font encodings, metrics and Lua script fragments for generating font support
packages for 8-bit engines with l3build. Optional template-based system enables
the automatic generation of font tables and l3build tests. Easy addition of
variable scaling to fd files (unsupported by some tools). Primarily designed
for fontinst, but can be adapted for use with other programmes. Default
configuration is intended to be cross-platform and require only tools included
in TeX Live, but the documentation includes a simple adaption for integration
with FontForge and GNU make.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/utilities/fontscripts
More information is at
https://www.ctan.org/pkg/fontscripts
--------------------------------------------------------------------------------
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 .
Clea F. Rees submitted an update to the
adforn
package.
Version: 1.2
License: lppl1.3c gpl2
Summary description: OrnementsADF font with TeX/LaTeX support
Announcement text:
--------------------------------------------------------------------------------
Add scaling option; ttry to tidy up.
--------------------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/fonts/adforn
More information is at
https://www.ctan.org/pkg/adforn
--------------------------------------------------------------------------------
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 .