Masamichi Hosoda submitted an update to the
haranoaji-extra
package.
Version: 20210102
License: ofl
Summary description: Harano Aji Fonts
Announcement text:
----------------------------------------------------------------------
Version 20210101:
* Based on SourceHanSans 2.002
* Add many Kana glyphs
* Add many GSUB features and entries
Version 20210101:
* Fix proportional vertical GSUB substitution
* Fix proportional vertical Kana glyph
The previous version 20210101 had the above bugs.
This version 20210102 fixes them.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/haranoaji-extra
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/haranoaji-extra/
------------------------------------------------------------------------
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
Masamichi Hosoda submitted an update to the
haranoaji
package.
Version: 20210102
License: ofl
Summary description: Harano Aji Fonts
Announcement text:
----------------------------------------------------------------------
Changes for version 20210101:
* Based on SourceHanSans 2.002
* Add many Kana glyphs
* Add many GSUB features and entries
Changes for version 20210102:
* Fix proportional vertical GSUB substitution
* Fix proportional vertical Kana glyph
The previous version version 20210101 had the above bugs.
This version 20210102 fixes them.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/haranoaji
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/haranoaji/
------------------------------------------------------------------------
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
Bob Tennent submitted an update to the
spectral
package.
Version: 2021-01-01
License: ofl lppl
Summary description: Spectral fonts with LaTeX support
Announcement text:
----------------------------------------------------------------------
Added commands for selecting font series locally.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/spectral
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/spectral/
------------------------------------------------------------------------
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
François Pantigny submitted an update to the
nicematrix
package.
Version number: 5.8 2021-01-01
License type: lppl1.3
Summary description: Improve the typesetting of mathematical matrices
with PGF
Announcement text:
----------------------------------------------------------------------
keys 'cols' and 'restart' for the command '
owcolors' in the
code-before.
Modification of the behaviour of \ in the columns of type p, m and b
(for a behaviour similar to the environments of the package array).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/nicematrix
More information is at
https://www.ctan.org/pkg/nicematrix
------------------------------------------------------------------------
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 .
Jim Hefferon submitted an update to the
undergradmath
package.
Version: 2020-12-30
License: cc-by-sa-4
Summary description: LaTeX Math for Undergraduates cheat sheet
Announcement text:
----------------------------------------------------------------------
Put the material into a repository and adjust a few things.
Adjustments include $ and $ instead of ( and ), mention RSFS,
and change to suggesting importing mathtools instead of amsmath.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/undergradmath
The package’s files themselves can be inspected at
http://mirror.ctan.org/info/undergradmath/
------------------------------------------------------------------------
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
Hans-Martin Münch submitted an update to the
calxxxx-yyyy
package.
Version number: 20.21a 2021-01-01
License type: lppl1.3c
Summary description: Print a calendar for a group of years
Announcement text:
----------------------------------------------------------------------
All the best for the new year 2021!
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/calxxxx-yyyy
More information is at
https://www.ctan.org/pkg/calxxxx-yyyy
------------------------------------------------------------------------
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 Team submitted an update to the
latex-base
package.
Version number: 2020-10-01-PL3
License type: lppl1.3c
Summary description: Base sources of LaTeX
Announcement text:
----------------------------------------------------------------------
#########################
# 2020-10-01 PL 3 Release
#########################
2020-12-18 Phelype Oleinik <phelype.oleinik(a)latex-project.org>
* lthooks.dtx:
Moved 'top-level' code label at the very end of hooks.
- In reverse hooks, 'top-level' goes at the beginning.
- 'top-level' cannot be used as a label outside of the
top-level.
- The label for the 'top-level' cannot be changed.
- Simplified internal managing of default label.
Renamed DeclareDefaultHookLabel to SetDefaultHookLabel (the
old name will be kept until the next release).
Provide PushDefaultHookLabel and PopDefaultHookLabel.
Fixed a small bug in ShowHook and LogHook.
* ltclass.dtx:
Remove @expl@@@hook@curr@name@push@@n from @pushfilename to
follow changes to lthooks.dtx.
2020-12-10 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* ltfssbas.dtx (subsection{Macros for the user}):
Drop ``m'' if the series value is a member of a fixed list
and issue warning if doing it (gh/453)
2020-11-24 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* latexrelease.ins:
reorder module loading to match the order used
in the format to correctly resolve dependencies (gh/434)
* ltexpl.dtx (subsection{Loader}):
Load xparse in latexrelease if necessary and add missing
IncludeInRelease guards (gh/434)
* ltdefns.dtx, ltfilehook.dtx, lthooks.dtx, ltxshipout.dtx:
Add rollback support for forward case (gh/434)
2020-11-20 Phelype Oleinik <phelype.oleinik(a)latex-project.org>
* ltclass.dtx:
Remove file path from @currname and use only @currname to
identify a package internally (gh/422).
Add @currpath and (temporarily) @kernel@currpathstack.
In ProvidesPackage check the argument with strcmp instead of
ifx. In case of substitution, copy the option list to the
requested package.
* ltfilehook.dtx:
Keep path in the replacement file (#2) in
declare@file@substitution. In case of a replacement, pass
the actually loaded file to @addtofilelist. Explicitly clear
replacement flag after using it.
2020-11-17 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* fntguide.tex:
Updated documentation of virtual shapes updefault and
ulcdefault
2020-11-09 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* ltmath.dtx:
egmedspace and
egthickspace have been only in amsmath,
so we need to undefine for rollback because amsmath used
ewcommand back then (gh/423)
2020-11-09 Frank Mittelbach <Frank.Mittelbach(a)latex-project.org>
* ltclass.dtx (section{Package/class rollback mechanism}):
Change help text for suspicous rollback, because the package
may have existed then --- there is just no rollback data
(gh/423)
----------------------------------------------------------------------
This package is located at
http://mirror.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 .
Ulrike Fischer submitted an update to the
luaotfload
package.
Version number: 3.16 2020-12-31
License type: gpl2
Summary description: OpenType ‘loader’ for Plain TeX and LaTeX
Announcement text:
----------------------------------------------------------------------
2020-12-30 luaotfload v3.16
* The fontloader has been synced with the context code from
2020-12-30
* The entry point is called luaotfload.lua instead of
luaotfload-main.lua (but the old name is still provided for
compatibility).
* pre/post_shaping_filter callbacks has been added.
* The number of lua-files and submodules shown in the log-file
has been reduced. But it is extended again by setting the
environment variable LUAOTFLOAD_TRACE_SUBMODULES=1.
* The HarfBuzz based shaper will in some situations drop
hyphenation points. This happens less frequently now since the new
version uses first/second discretionaries (the mechanism described in
the LuaTeX manual, section 5.6 for the of-f-ice example) to support a
limited amount of nesting.
* When the node shaper is used, experimental support for
OpenType variable fonts has been added. To use them, set the
font feature axis to a comma separated list of axis names and values.
(E.g. axis={weight=600}) The supported axis names and value
range depend on the font.
* The font features upper and lower can be used to map
the text of a font to upper or lowercase before displaying it.
Currently this implements the untailored Unicode case mapping
algorithm, but it is planned to add tailoring later.
* A number of small bugfixes.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luaotfload
More information is at
https://www.ctan.org/pkg/luaotfload
------------------------------------------------------------------------
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 .
Ulrike Fischer submitted an update to the
lualibs
package.
Version number: 2.73 2020-12-30
License type: gpl2
Summary description: Additional Lua functions for LuaTeX macro
programmers
Announcement text:
----------------------------------------------------------------------
This version syncs the files with the ConTeXt files from 2020-12-30.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/lualibs
More information is at
https://www.ctan.org/pkg/lualibs
------------------------------------------------------------------------
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 .
Vincent Belaïche submitted an update to the
latex2e-help-texinfo-fr
package.
Version number: 2020-12-30
License type: pd
Summary description: A French translation of “latex2e-help-texinfo”
Announcement text:
----------------------------------------------------------------------
Changements dans la parution de décembre 2020 :
- ajout d'ancres et renommage de nœuds pour aligner la structure avec
la version en anglais.
- distribution version -dev
- corrige description disposition de la page
- complète/corrige description boîtes
- complète/corrige description double-colonnes
- complète/corrige description eqnarray, tabbing, verb
- complète/corrige description
aggedleft,
aggedright
- complète/corrige description itemize
- complète/corrige description picture
- complète/corrige description thebibliography, Using BibTeX.
- complète description theorem
- nouveau nœud : Jobname + complète/corrige nœud Command line option.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/info/latex2e-help-texinfo-fr
More information is at
http://www.ctan.org/pkg/latex2e-help-texinfo-fr
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
--
Magnus Lie Hetland submitted the
skeldoc
package.
Version: 0.1 2020-12-30
License: mit
Summary description: Placeholders for unfinished documents
Announcement text:
----------------------------------------------------------------------
This is a new package for producing placeholder elements that look
somewhat like the ubiquitous skeleton screens, used while loading
content in apps and websites. The idea is for the document to look
somewhat like the finished product, even while some or all of it is
missing. The placeholder elements may also have attached notes (endnotes)
that explain what they should eventually be replaced with. Such notes may
also be associated with arbitrary content.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/skeldoc
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/skeldoc/
------------------------------------------------------------------------
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
Igor A. Kotelnikov submitted an update to the
gost
package.
Version: 1.2k 2020-12-29
License: lppl1.3c
Summary description: BibTeX styles to format according to GOST
Announcement text:
----------------------------------------------------------------------
BibTEX support for GOST standard bibliographies
Minor correction to version 1.2k dated by 2020-12-25:
Now you can run tex.exe gost.ins to regenerate .bst files without documentation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/gost
The package’s files themselves can be inspected at
http://mirror.ctan.org/biblio/bibtex/contrib/gost/
------------------------------------------------------------------------
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
Carl-Clemens Ebinger submitted the
Archivo
package.
Version number: 0.0.1
License type: ofl lppl
Summary description: The Archivo font face with support for LaTeX and
pdfLaTeX
Announcement text:
----------------------------------------------------------------------
Now Latex-Support for Archivo.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/archivo
More information is at
https://www.ctan.org/pkg/archivo
------------------------------------------------------------------------
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 .
Dohyun Kim submitted an update to the
luamplib
package.
Version number: 2.20.6 2020-12-30
License type: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
* fix a bug regarding no figure output when luamplib.showlog is true.
(#91)
* now metapost `show' command triggers a warning message, so that it
could be shown on the console. (#91)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luamplib
More information is at
https://www.ctan.org/pkg/luamplib
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Boris Veytsman submitted an update to the
nomencl
package.
Version number: 5.5
License type: lppl
Summary description: Produce lists of symbols as in nomenclature
Announcement text:
----------------------------------------------------------------------
v5.5 2020/12/29 Catalan option (Joan Queralt)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/nomencl
More information is at
http://www.ctan.org/pkg/nomencl
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
--
Michal Hoftich submitted the
uninormalize
package.
Version number: 0.1
License type: lppl1.3
Summary description: Unicode normalization support
Announcement text:
----------------------------------------------------------------------
Unicode normalization support for LuaLaTeX.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/latex/uninormalize
More information is at
https://www.ctan.org/pkg/uninormalize
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Alexander Osborne submitted an update to the
PuyoTikZ
package.
Version: 1.0.1 2020-12-28
License: mit
Summary description: Quickly typeset board states of Puyo Puyo games
Announcement text:
----------------------------------------------------------------------
PuyoTikZ updates:
- bug fix, add puyotikz.py script to system path
- very minor documentation changes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/puyotikz
The package’s files themselves can be inspected at
http://mirror.ctan.org/graphics/pgf/contrib/puyotikz/
------------------------------------------------------------------------
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: 2020-12-29
License: bsd2
Summary description: Japanese document class based on requirements for Japanese text layout
Announcement text:
----------------------------------------------------------------------
* 2020-12-29
- `fontsize` etc. with LuaLaTeX accept `H`.
- Added `jidori`.
- Fixed bugs.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/jlreq
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/japanese/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
Carl-Clemens Ebinger submitted an update to the
Oswald
package.
Version: 2020-12-28
License: ofl lppl
Summary description: The Oswald family of fonts with support for LaTeX and pdfLaTeX
Announcement text:
----------------------------------------------------------------------
I updated Oswald-samples.tex (support now for extralight,light,
medium, and semibold).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/oswald
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/oswald/
------------------------------------------------------------------------
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
Jonathan P. Spratte submitted an update to the
expkv-def
package.
Version number: 0.7 2020-12-28
License type: lppl1.3c
Summary description: A key-defining frontend for expkv
Announcement text:
----------------------------------------------------------------------
This release adds finitial and fdefault that expand the arguments with
`omannumeral`.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/expkv-def
More information is at
https://www.ctan.org/pkg/expkv-def
------------------------------------------------------------------------
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 .
Jonathan P. Spratte submitted an update to the
expkv
package.
Version number: 1.6 2020-12-28
License type: lppl1.3c
Summary description: An expandable key=val implementation
Announcement text:
----------------------------------------------------------------------
This release adds the possibility to map more than just a single token
in `ekvparse`.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/expkv
More information is at
https://www.ctan.org/pkg/expkv
------------------------------------------------------------------------
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 .
Nelson Lago submitted the
froufrou
package.
Version: 1.2 2020-12-22
License: lppl1.3
Summary description: Fancy section separators
Announcement text:
----------------------------------------------------------------------
froufrou is a simple package that provides ornamental pseudo-section
separators, somewhat similar to fancybreak from memoir.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/froufrou
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/froufrou/
------------------------------------------------------------------------
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
Igor A. Kotelnikov submitted an update to the
gost
package.
Version number: 1.2k 2020-12-25
License type: lppl1.3
Summary description: BibTeX styles to format according to GOST
Announcement text:
----------------------------------------------------------------------
GOST is a bundle of BibTEX styles to format references according to
the State Standards on information, librarianship and publishing
(GOST) issued by The Russian Federation and Interstate Committee
of former USSR States.
Current version is 1.2k, 2020.12.25.
Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-------------------------------------------------------------------
Version 1.2k (2020.12.25)
1. All stuff is now generated from `gost.dtx`.
2. Limited support of the `date` field added.
3. Formatting of `doi` field updated: `http://dx.doi.org` changed
to `https://doi.org`.
4. Documentation and examples update (thanks to Leonid Sinev).
5. Formatting of @inproceedings and @proceedings improved.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/biblio/bibtex/contrib/gost
More information is at
https://www.ctan.org/pkg/gost
------------------------------------------------------------------------
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 PGF/TikZ Team submitted an update to the
pgf
package.
Version number: 3.1.8b
License type: lppl1.3c gpl2 fdl
Summary description: Create PostScript and PDF graphics in TeX
Announcement text:
----------------------------------------------------------------------
Version 3.1.8b
Hotfix for handling of TeX conditionals on a path. We can't forward
elax and frozen
elax through the parser because there is existing
code that relies on this.
The recommendation is to use expandable conditionals where possible.
Version 3.1.8a
Hotfix for the new topaths handling. One instance did not yet properly
preserve relative coordinates.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/base
More information is at
https://www.ctan.org/pkg/pgf
------------------------------------------------------------------------
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 .
Romano Giannetti submitted an update to the
CircuiTikZ
package.
Version number: 1.2.7 2020-12-27
License type: lppl gpl
Summary description: Draw electrical networks with TikZ
Announcement text:
----------------------------------------------------------------------
Bugfix release.
- The recent temporary changes to TikZ to v3.1.8a revealed a problem in corner
cases with `circuitikz` that should be fixed (thanks to Henri Menke)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/circuitikz
More information is at
http://www.ctan.org/pkg/CircuiTikZ
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 Japanese TeX Development Community submitted an update to the
ptex-fontmaps
package.
Version number: 20201227.0
License type: pd gpl3
Summary description: Font maps and configuration tools for
Japanese/Chinese/Korean fonts with (u)ptex
Announcement text:
----------------------------------------------------------------------
* Support multi-weight fonts for the latest japanese-otf.
* Update documentation for TeX Live 2020.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/ptex-fontmaps
More information is at
https://www.ctan.org/pkg/ptex-fontmaps
------------------------------------------------------------------------
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
Carl-Clemens Ebinger submitted the
Oswald
package.
Version: 2020-12-26
License: ofl lppl
Summary description: The Oswald family of fonts with support for LaTeX and pdfLaTeX
Announcement text:
----------------------------------------------------------------------
New package for Oswald font.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/oswald
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/oswald/
------------------------------------------------------------------------
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
Feng Kaiyu submitted the
bithesis
package.
Version number: 1.0.0 2020-11-27
License type: lppl1.3
Summary description: Templates for the Beijing Institute of Technology
Announcement text:
----------------------------------------------------------------------
This package establishes a simple and easy-to-use LaTeX template for
Beijing Institute of Technology dissertations, including general
undergraduate research papers and master's theses. Some useful scaffolds
are also provided in `https://github.com/BITNP/BIThesis-scaffold`.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/bithesis
More information is at
https://www.ctan.org/pkg/bithesis
------------------------------------------------------------------------
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 PGF/TikZ Team submitted an update to the
pgf
package.
Version number: 3.1.8
License type: lppl1.3c gpl2 fdl
Summary description: Create PostScript and PDF graphics in TeX
Announcement text:
----------------------------------------------------------------------
# BREAKING CHANGES
If a topath is bent by any of the in=, out=, bend=, etc. options, a
Bezier curve is constructed in the background. To infer the positions
of the control points the start and end coordinate are converted to
absolute coordinates. However, this has the effect that subsequent
points on the path think that the endpoint of the topath was absolute
which can lead to counter-intuitive path construction, e.g.
```latex
draw (2,0) to[out=0,in=180] +(1,0) -- ++(0,-1) -- +(1,0);
```
If old code relies on this behavior, this drawing will silently break!
Please open an issue if you rely on this.
# Bug fixes
This release introduces a fix for path handling which concerns
expansion of tokens on the path in particular with respect to
conditional. Previously when the expansion of a conditonal resulted in
a frozen
elax the parser would just give up. Now the parser will
skip over the frozen
elax and continue to expand tokens. Whether
this will result in a meaningful expansion is up to the user.
This release also includes other bug fixes. On GitHub you can click the
commit hashes and the issue numbers to get to the fix and the ticket,
respectively.
a4c275704 #952
8a997bbc1 #954
8f37bca84 #962
3cbe5a192 #844
49e5f0a08 #654
17a95e4c5 #966
ad06895a6 #966
79e613ae1 #966
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/base
More information is at
https://www.ctan.org/pkg/pgf
------------------------------------------------------------------------
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 .
ListLee submitted an update to the
ChineseJFM
package.
Version number: 1.0.1
License type: mit
Summary description: Luatexja-jfm files for Chinese typesetting
Announcement text:
----------------------------------------------------------------------
update documentation
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/chinese-jfm
More information is at
https://www.ctan.org/pkg/chinese-jfm
------------------------------------------------------------------------
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 .
Clemens Niederberger submitted an update to the
acro
package.
Version: 3.4 2020-12-25
License: lppl1.3c
Summary description: Typeset acronyms
Announcement text:
----------------------------------------------------------------------
- fix issue #194 (acuse and local lists)
- new option `list/add`
- new: `acroneedpages`
- new option `subsequent-style`
- new property `subsequent-style`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/acro
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/acro/
------------------------------------------------------------------------
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
Alexander Osborne submitted the
PuyoTikZ
package.
Version: 1.0.0 2020-12-23
License: mit
Summary description: Quickly typeset board states of Puyo Puyo games
Announcement text:
----------------------------------------------------------------------
A LaTeX package for quickly typesetting board states of Puyo Puyo games.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/puyotikz
The package’s files themselves can be inspected at
http://mirror.ctan.org/graphics/pgf/contrib/puyotikz/
------------------------------------------------------------------------
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
ListLee submitted the
ChineseJFM
package.
Version number: 1.0.0
License type: mit
Summary description: Luatexja-jfm files for Chinese typesetting
Announcement text:
----------------------------------------------------------------------
luatexja-jfm files for Chinese typesetting
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/chinese-jfm
More information is at
https://www.ctan.org/pkg/chinese-jfm
------------------------------------------------------------------------
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 .
Brian Dunn submitted an update to the
lwarp
package.
Version number: 0.894 2020-12-24
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Improved warning messages for MathJax.
Added MathJax emulation for backnaur, colortbl, nicematrix. Improved MathJax for booktabs.
Updated menukeys.
----------------------------------------------------------------------
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
Hironori Kitagawa submitted an update to the
luatexja
package.
Version number: 20201224.0
License type: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
* Added some commands for Japanese typesetting:
insertxkanjiskip [late], insertkanjiskip [late], disinhibitglue.
* luatexja-ruby: bugfix and better horizontal spacing.
* luatexja-adjust: fixed additional overfull warnings.
* ltjsclasses: sync with 2020-10-09.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luatexja
More information is at
http://www.ctan.org/pkg/luatexja
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
--
Bob Tennent submitted an update to the
oldstandard
package.
Version number: 2.6 2020-12-23
License type: ofl lppl gpl
Summary description: OldStandard fonts with LaTeX support
Announcement text:
----------------------------------------------------------------------
Updated to release 2.6. New file OldStandard.fontspec.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/oldstandard
More information is at
https://www.ctan.org/pkg/oldstandard
------------------------------------------------------------------------
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
Carl-Clemens Ebinger submitted an update to the
inter
package.
Version: 2020-12-23
License: ofl lppl
Summary description: The inter font face with support for LaTeX, XeLaTeX, and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
Bugfix: https://github.com/ccebinger/CTAN_Inter/issues/1
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/inter
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/inter/
------------------------------------------------------------------------
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
Clemens Niederberger submitted an update to the
chemformula
package.
Version number: 4.16 2020-12-22
License type: lppl1.3c
Summary description: Command for typesetting chemical formulas and
reactions
Announcement text:
----------------------------------------------------------------------
- new option `math-scripts'
- use LaTeX's new hooks
- get rid of redundant package dependencies and code.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/chemformula
More information is at
https://www.ctan.org/pkg/chemformula
------------------------------------------------------------------------
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
Carl-Clemens Ebinger submitted the
Arvo
package.
Version: 2020-12-21
License: ofl lppl
Summary description: The Arvo font face with support for LaTeX and pdfLaTeX
Announcement text:
----------------------------------------------------------------------
There is now a CTAN package for the Arvo font, designed by Anton Koovit.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/arvo
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/arvo/
------------------------------------------------------------------------
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
José Romildo Malaquias submitted an update to the
pygmentex
package.
Version number: 0.10
License type: lppl1.3
Summary description: Use Pygments to format code listings in documents
Announcement text:
----------------------------------------------------------------------
Port to Python 3
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/pygmentex
More information is at
https://www.ctan.org/pkg/pygmentex
------------------------------------------------------------------------
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
Petr Olšák submitted an update to the
OpTeX
package.
Version: 0.18
License: pd
Summary description: LuaTeX format based on Plain TeX and OPmac
Announcement text:
----------------------------------------------------------------------
OpTeX release 0.18:
Font support for next 9 font families added.
Font selection system improved.
Documentation (especially about font selection system) corrected.
Macros supporting key=value included to the format.
foreach macro improved.
Concept of multilang in bib rewritten.
opwarning format changed (line numbers are printed too).
Several bugs fixed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/optex
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/luatex/optex/
------------------------------------------------------------------------
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
Dwight Aplevich submitted an update to the
circuit-macros
package.
Version number: 9.4
License type: lppl1.3c
Summary description: M4 macros for electric circuit diagrams
Announcement text:
----------------------------------------------------------------------
This is an evolutionary update with new macros and examples, modifications to existing
macros, and small changes to the manual.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/circuit_macros
More information is at
http://www.ctan.org/pkg/circuit-macros
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
--
Erik Zöllner submitted the
easyfloats
package.
Version number: 1.0.0
License type: lppl1.3
Summary description: An easier interface to insert figures, tables and other objects in
LaTeX
Announcement text:
----------------------------------------------------------------------
I am finally releasing my first LaTeX package which I am calling easyfloats.
It aims to make insertion of floating objects like figures and tables easier for both
beginners and experts. It also allows to disable the floating of objects in the preamble.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/easyfloats
More information is at
http://www.ctan.org/pkg/easyfloats
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
--
Michal Hoftich submitted an update to the
luaxml
package.
Version: 0.1n 2020-12-20
License: other-free
Summary description: Lua library for reading and serialising XML files
Announcement text:
----------------------------------------------------------------------
This release provides several new features and bug fixes:
Features:
- added more CSS selectors, pseudo-classes and combinators
- new XML transforming library
Bug fixes:
- CDATA handling
- initialize DOM attributes before use
- fixed XML entities handling
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luaxml
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/luatex/generic/luaxml/
------------------------------------------------------------------------
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
Maïeul Rouquette submitted an update to the
reledmac
package.
Version number: 2.35.1 2020-12-20
License type: lppl1.3
Summary description: Typeset scholarly editions
Announcement text:
----------------------------------------------------------------------
Fix a bug with endnotes when using with hyperref package.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/reledmac
More information is at
https://www.ctan.org/pkg/reledmac
------------------------------------------------------------------------
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 .
Christian Tellechea submitted an update to the
apprendre-a-programmer-en-tex
package.
Version: 2020-12-20
License: lppl1.2
Summary description: The book “Apprendre à programmer en TeX”
Announcement text:
----------------------------------------------------------------------
Mono font changed to GoMono
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/apprendre-a-programmer-en-tex
The package’s files themselves can be inspected at
http://mirror.ctan.org/info/apprendre-a-programmer-en-tex/
------------------------------------------------------------------------
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
Jonathan P. Spratte submitted an update to the
menukeys
package.
Version: 1.6.1 2020-12-19
License: lppl1.3c
Summary description: Format menu sequences, paths and keystrokes from lists
Announcement text:
----------------------------------------------------------------------
This release allows active tokens to be used as the separator
of menu entries.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/menukeys
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/menukeys/
------------------------------------------------------------------------
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
Denis Ryabov submitted an update to the
rmathbr
package.
Version number: 1.1.1
License type: lppl1.3
Summary description: Repeating of math operator at the broken line and the new line in
inline equations
Announcement text:
----------------------------------------------------------------------
Fixed issue with a prime followed by superscript; fixed issue with ext command as
sub-/superscripts ----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/rmathbr
More information is at
http://www.ctan.org/pkg/rmathbr
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
--
Carl-Clemens Ebinger submitted the
inter
package.
Version number: 2020-12-13
License type: ofl
Summary description: The inter font face with support for LaTeX, XeLaTeX, and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
There is a new CTAN-package for support of the inter font face.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/inter
More information is at
http://www.ctan.org/pkg/inter
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Romano Giannetti submitted an update to the
CircuiTikZ
package.
Version number: 1.2.6 2020-12-16
License type: lppl gpl
Summary description: Draw electrical networks with TikZ
Announcement text:
----------------------------------------------------------------------
The highlight of this release is the option to draw circles around
transistors; moreover, a handful of new component and several bug fixes.
- added option to have transistors with circles, suggested by user
`@myzinsky`
- added closed position for normally open button and the other way
around (suggested by user `@septatrix`)
- added a `tip` anchor for push buttons
- added text anchor for legacy `linestub` component
- added an option for a different style of european logic xnor port
(suggested by user `@Schlepptop`)
- added dynode tubes electrodes (suggested by user `@ferdymercury`)
- fixed a bug in style-files (thanks to user `@Alex` on
`tex.stackexchange.com`)
- added a comment about relative coords (thanks to user
`@septatrix`)
- several fixes to the manual
----------------------------------------------------------------------
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