Jean-François Burnol submitted the
texdimens
package.
Version: 0.9beta 2021-06-30
License: lppl1.3c
Summary description: Conversion of TeX dimensions to decimals
Announcement text:
----------------------------------------------------------------------
Utilities and documentation related to TeX dimensional units,
usable both with Plain (input texdimens) and with LaTeX
(usepackage{texdimens}).
This is a beta release which provides the following macros:
- exdiminbp{<dim. expr.>}: produces a decimal D such that the
TeX dimension Dbp either matches exactly the input, if this is
possible, else is either the closest match from above or from
below (but one does not know which one). For the bp unit this
means Dbp differs by at most 1sp from input.
- Eight similar macros exdimin<uu> where <uu> is one of nd,
dd, mm, pc, nc, cc, cm, or in.
- exdiminpt{<dim. expr.>} is like LaTeX's strip@pt
Please refer to README.md for detailed and important usage
information, and to the code comments for the underlying
mathematics.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texdimens
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/generic/texdimens/
------------------------------------------------------------------------
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
David Fussner submitted an update to the
biblatex-chicago
package.
Version: 2.2 2021-06-30
License: lppl1.3
Summary description: Chicago style files for BibLaTeX
Announcement text:
----------------------------------------------------------------------
This release contains a new Spanish localization, along with many
fixes to other localization files. Please see the RELEASE file and
biblatex-chicago.pdf for all the details.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-chicago
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-chi…
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Michal Hoftich submitted an update to the
ctanbib
package.
Version: 0.2a
License: lppl1.3
Summary description: Export CTAN entries to bib format
Announcement text:
----------------------------------------------------------------------
Added the --ctanpath option, it will use the CTAN package path for URL.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ctanbib
The package’s files themselves can be inspected at
https://mirrors.ctan.org/support/ctanbib/
------------------------------------------------------------------------
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
Ulrike Fischer submitted an update to the
tagpdf
package.
Version number: 0.9 2021-06-29
License type: lppl1.3c
Summary description: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Version 0.9
### Changed
- | ag_finish_structure:| is no longer a public command.
- lua mc-attributes are now global again
- | agmcbegin| and | agmcend| not longer ignore/remove spaces.
- space code has been separated and can be used without active tagging
- code has been reviewed and documented, many internal corrections.
- code is now in mostly one sty (with the exception of the mc-code)
### Removed
- |check-tags| key. This is now done with the log-level.
- |global-mc| key. No longer needed as attributes are global again.
- user command | agpdfget|, probably unneeded.
### Added
- key |activate| which opens the main structure
- |ShowTagging| command for debugging.
- code documentation
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tagpdf
More information is at
http://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
--
The LaTeX Team submitted an update to the
pdfmanagement-testphase
package.
Version number: 0.95f 2021-06-29
License type: lppl1.3c
Summary description: LaTeX PDF management testphase bundle
Announcement text:
----------------------------------------------------------------------
Small bug fix need by the next tagpdf version.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/pdfmanagement-testphase
More information is at
http://www.ctan.org/pkg/pdfmanagement-testphase
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
--
Thomas F. Sturm submitted an update to the
csvsimple
package.
Version: 2.0.0 2021-06-29
License: lppl1.3
Summary description: Simple CSV file processing
Announcement text:
----------------------------------------------------------------------
### Added
- New documentation `csvsimple-l3.pdf` for the new LaTeX3 version
(revised, adapted and extended from the old documentation)
- ` hecsvcolumncount`
- Option `autotabular*`
- Option `autobooktabular*`
- Option `autolongtable*`
- Option `autobooklongtable*`
- Option `filter TINYINT(1)`
- Option `filter fp`
- Option `range`
- `csvautotabular*`
- `csvautobooktabular*`
- `csvautolongtable*`
- `csvautobooklongtable*`
- `csvfilterbool`
- `ifcsvfirstrow`
- `ifcsvoddrow`
- `ifcsvfpcmp`
- `ifcsvintcmp`
- `csvsortingrule`
### Changed
- Complete re-implementation of the hitherto existing latex package
as LaTeX3 package using the expl3 interface. From now on, three package
files are provided:
** `csvsimple-legacy.sty` identical to csvsimple until version 1.22 **
** `csvsimple-l3.sty` LaTeX3 package of csvsimple **
** `csvsimple.sty` stub to select `l3` or `legacy` (default) **
- The LaTeX2e version (`csvsimple-legacy`) will be maintained in its
current state with no intended changes with exceptions of bug fixes.
- The LaTeX3 version (`csvsimple-l3`) is regarded to be the main package
and may receive feature upgrades in the future
- Existing documents using csvsimple v1.22 need no change since loading
`csvsimple` will load `csvsimple-legacy`.
- `cvsimple-l3` is a *nearly* drop-in replacement for `csvsimple-legacy`.
Only very few things phased out and the user interface is quite identical.
The most significant difference is that `l3keys` are used instead of `pgfkeys`
which may need adaptions on user side (for examples, if .styles are used)
- New documents are encouraged to apply `cvsimple-l3` instead of `csvsimple-legacy`.
- For the complete package is valid: do not upgrade from version 1.22, if your
TeX installation has no current LateX3/expl3 support a.k.a *is too old*
- `csvinputline` and `csvrow` are no longer LaTeX2e counters
- The hitherto existing documentation `csvsimple.pdf` is now `csvsimple-legacy.pdf`
- `csvsimple.pdf` documents the stub package and differences
between `csvsimple-l3.sty` and `csvsimple-legacy.sty`
- `column count = 0` means automatic column number detection for CSV files without head
- Option `head` does not change option `check column count` anymore
- Changelog moved from CHANGES to CHANGES.md and adapted to
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)
### Deprecated
- `csviffirstrow`
- `csvifoddrow`
### Removed
- `csvheadset`
- Option `filter`
- Option `nofilter`
- Option `nohead`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/csvsimple
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/csvsimple/
------------------------------------------------------------------------
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
hvfloat
package.
Version: 2.32
License: lppl
Summary description: Controlling captions, fullpage and doublepage floats
Announcement text:
----------------------------------------------------------------------
- make multi and multisubflots caption align with the bottom
- added graphicx option doublefullPage
- prevent vertical centering for a doublepage on the right page,
if there is no text.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hvfloat
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hvfloat/
------------------------------------------------------------------------
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
Brian Dunn submitted an update to the
lwarp
package.
Version number: 0.899
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Minor improvements for graphics, keyfloat, multicol.
----------------------------------------------------------------------
This package is located at
http://mirror.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
Brian Dunn submitted an update to the
keyfloat
package.
Version number: 2.06
License type: lppl1.3
Summary description: Provides a key/value interface for generating floats
Announcement text:
----------------------------------------------------------------------
Fix for an empty caption.
Added shared keys for groups of floats or subfloats.
Added key to keep aspect ratio.
Warns if an image is too wide to fit the available space.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/keyfloat
More information is at
https://www.ctan.org/pkg/keyfloat
------------------------------------------------------------------------
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 number: 3.0.17 2021-06-29
License type: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
## [v3.0.17]
### Fixed
- Load order issue with `soulpos` (issue #498)
----------------------------------------------------------------------
This package is located at
http://mirror.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
Hugo Gomes submitted an update to the
pgf-spectra
package.
Version: 2.1.1
License: lppl1.3
Summary description: Draw continuous or discrete spectra using PGF/TikZ
Announcement text:
----------------------------------------------------------------------
Major changes:
Small documentation enhancements.
Code rewrite for the command pgfspectraplotshade.
New keys for pgfspectraplotshade:
- shade begin
- logarithmic
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pgf-spectra
The package’s files themselves can be inspected at
https://mirrors.ctan.org/graphics/pgf/contrib/pgf-spectra/
------------------------------------------------------------------------
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
Akira Yamaji submitted an update to the
mcf2graph
package.
Version number: 4.68 2021-06-28
License type: mit
Summary description: Draw chemical structure diagrams with
Metafont/MetaPost
Announcement text:
----------------------------------------------------------------------
-fix bug in data base file handling
-update mcf_data_base.mcf
-update MCF manual,example
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/mcf2graph
More information is at
https://www.ctan.org/pkg/mcf2graph
------------------------------------------------------------------------
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: 3.61 2021-06-28
License: lppl1.3
Summary description: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX
Announcement text:
----------------------------------------------------------------------
Changes in version 3.61 are described in:
https://latex3.github.io/babel/news/whats-new-in-babel-3.61.html
Here is a summary:
* Improved justification=kashida/elongated: hboxes (lua).
* Transform danda.nobreak for several Indic scripts (lua):
Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam,
Marathi, Oriya, Tamil, Telugu.
* Improved abelprovide when used to reconfigure a language.
* Fixes:
- Partial fix for #114 (bad breaks and spacing with
selectlanguage).
- shorthandoff*{^} caused error for section command (#129).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/babel
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/required/babel/base/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Qu Yi submitted the
spbmark
package.
Version: 1.00a 2021-06-28
License: cc-by-4
Summary description: Customize superscripts and subscripts
Announcement text:
----------------------------------------------------------------------
spbmark provides three commands super, sub and supersub to
improve the layout of superscripts and subscripts which can
be adjusted with respect to relative position and format,
and can be used in text and math mode.
----------------------------------------------------------------------
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
Keno Wehr submitted an update to the
babel-latin
package.
Version number: 4.0 2021-06-27
License type: lppl1.3
Summary description: Babel support for Latin
Announcement text:
----------------------------------------------------------------------
New babel languages classiclatin, medievallatin, and ecclesiasticlatin
replacing the respective modifiers Documentation on selecting
hyphenation patterns XeLateX and LuaLaTeX support for ecclesiastic Latin
Additional shorthands
New modifier for using the letter j in month names
New modifier for lowercasing month names
Do not use small caps for the day of the month
Basic support for plain TeX
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/babel-contrib/latin
More information is at
https://www.ctan.org/pkg/babel-latin
------------------------------------------------------------------------
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 .
Karl Berry submitted an update to the
tugboat
package.
Version number: 2.25 2021-06-27
License type: lppl1.3
Summary description: LaTeX macros for TUGboat articles
Announcement text:
----------------------------------------------------------------------
A small update to the LaTeX tugboat package.
User-visible or otherwise noteworthy changes:
ltugboat.cls:
- new abbrevations: RIT, bUTF.
bUTF expands to acro{UTF}, and, if the next character is a -
(e.g., bUTF-8), don't allow breaking at it. (We don't define UTF
since other packages already do.)
tugboat.bst:
- new entry type @ctan, following ctanbib (https://ctan.org/pkg/ctanbib).
- use emph{...} instead of {em ...}, so we get italic corrections.
Submissions for the next issue are always welcome and appreciated.
Please see https://tug.org/TUGboat for author info, back issues,
and everything else relating to TUGboat.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tugboat
More information is at
https://www.ctan.org/pkg/tugboat
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Michal Hoftich submitted an update to the
ctanbib
package.
Version number: 0.2 2021-06-26
License type: lppl1.3
Summary description: Export CTAN entries to bib format
Announcement text:
----------------------------------------------------------------------
This version contains some breaking changes:
- the new --entrytype option can be used to specify the BibTeX entry type
- the --ctan option uses https://www.ctan.org/pkg/<pkgname> as record's URL
- the --CTAN option had been removed
It is now possible to retrieve BibTeX information for several packages
at once.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/ctanbib
More information is at
https://www.ctan.org/pkg/ctanbib
------------------------------------------------------------------------
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 .
Uwe Ziegenhagen submitted an update to the
koma-script
package.
Version number: 3.34
License type: lppl1.3c
Summary description: A bundle of versatile classes and packages
Announcement text:
----------------------------------------------------------------------
* When using LaTeX as of version 2020/10/01, appendix contains a LaTeX
hook named <class>/appendix, where <class> is the name of the
corresponding class. This is executed before appendixmore. This change
is available as of KOMA-Script 3.34.3594.
* When using LaTeX as of version 2020/10/01, option appendixprefix is no
longer implemented via appendixmore, but via the LaTeX hook
<class>/appendix.
This change is available as of KOMA-Script 3.34.3594.
* When using LaTeX as of version 2020/10/01, appendixprefix=default can be
used to switch back to the default behavior for the appendix,
where the setting for the prefix line in the appendix is based solely on
the setting for chapters in general. This change is available as of
KOMA-Script 3.34.3594.
* In the classes there was still code for the case that the totally
obsolete caption2 is loaded. This code, which has not been tested for
years and whose functionality and necessity is now completely unsecured,
was removed without replacement in KOMA-Script 3.34.3590.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/koma-script
More information is at
https://www.ctan.org/pkg/koma-script
------------------------------------------------------------------------
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
Arlie Coles submitted the
book-of-common-prayer
package.
Version number: 1.0.0
License type: lppl1.3c
Summary description: Typeset in the style of “Book of Common Prayer”
Announcement text:
----------------------------------------------------------------------
book-of-common-prayer is a LaTeX package for liturgical documents in the
style of the 1979 Book of Common Prayer. It provides special typesetting
tools for common liturgical situations (e.g. versicle and response, longer
prayers, etc.).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/xetex/latex/book-of-common-prayer
More information is at
https://www.ctan.org/pkg/book-of-common-prayer
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
platex
package.
Version: 2021-06-27
License: bsd3
Summary description: pLaTeX2e and miscellaneous macros for pTeX
Announcement text:
----------------------------------------------------------------------
Provides format pLaTeX2e <2021-06-01>+2.
Fix for relation font in selectfont.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/platex
The package’s files themselves can be inspected at
https://mirrors.ctan.org/language/japanese/platex/
------------------------------------------------------------------------
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
Romano Giannetti submitted an update to the
CircuiTikZ
package.
Version number: 1.3.9 2021-06-27
License type: lppl gpl
Summary description: Draw electrical networks with TikZ
Announcement text:
----------------------------------------------------------------------
Bugfix release: `open poles opacity` was not working
- minor fixes to the manual
- fix bug with `open poles opacity`; for details see
https://tex.stackexchange.com/a/602369/38080
----------------------------------------------------------------------
This package is located at
http://mirror.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
Herbert Voß submitted an update to the
hvfloat
package.
Version: 2.31 2021-06-26
License: lppl
Summary description: Controlling captions, fullpage and doublepage floats
Announcement text:
----------------------------------------------------------------------
Suppress Overfull hbox message for full page or double page floats
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hvfloat
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/hvfloat/
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
cjk-gs-integrate
package.
Version: 20210625.0
License: gpl3
Summary description: Tools to integrate CJK fonts into Ghostscript
Announcement text:
----------------------------------------------------------------------
* More database for free fonts (Google Fontworks fonts, HaranoAji).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cjk-gs-integrate
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/utilities/cjk-gs-integrate/
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
ptex-fontmaps
package.
Version: 20210625.0
License: pd gpl3
Summary description: Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex
Announcement text:
----------------------------------------------------------------------
* Fix detection of macOS 11.0 or later.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ptex-fontmaps
The package’s files themselves can be inspected at
https://mirrors.ctan.org/fonts/ptex-fontmaps/
------------------------------------------------------------------------
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
Patrick Bideault submitted an update to the
coffeestains
package.
Version number: 0.5.1
License type: pd
Summary description: Add coffee stains to documents
Announcement text:
----------------------------------------------------------------------
Adding a french translation of the documentation
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/coffeestains
More information is at
https://www.ctan.org/pkg/coffeestains
------------------------------------------------------------------------
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 .