Takayuki Yato submitted an update to the
ZXjafont
package.
Version number: 1.0
License type: mit
Summary description: Set up Japanese font families for XeLaTeX
Announcement text:
----------------------------------------------------------------------
* Now multiweight presets offer three weights per family.
* Now xeCJK (as well as zxjatype) triggers the Japanese-font mode.
* New options: '(no)threeweight', '(no)ignorejatype'
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/zxjafont
More information is at
https://www.ctan.org/pkg/zxjafont
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
jsclasses
package.
Version number: 2020-02-02
License type: bsd
Summary description: Classes tailored for use with Japanese
Announcement text:
----------------------------------------------------------------------
* Support LaTeX2e 2020-02-02 (update
mfamily, sffamily and tfamily).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/jsclasses
More information is at
https://www.ctan.org/pkg/jsclasses
------------------------------------------------------------------------
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
uplatex
package.
Version number: 2020-02-02
License type: bsd3
Summary description: pLaTeX2e and miscellaneous macros for upTeX
Announcement text:
----------------------------------------------------------------------
* Support LaTeX2e 2020-02-02.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/uplatex
More information is at
https://www.ctan.org/pkg/uplatex
------------------------------------------------------------------------
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 number: 2020-02-02
License type: bsd3
Summary description: pLaTeX2e and miscellaneous macros for pTeX
Announcement text:
----------------------------------------------------------------------
* Support LaTeX2e 2020-02-02.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/platex
More information is at
https://www.ctan.org/pkg/platex
------------------------------------------------------------------------
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
Takuto Asakura submitted an update to the
texdoc
package.
Version: 3.2
License: gpl
Summary description: Documentation access for TeX Live
Announcement text:
----------------------------------------------------------------------
This is Texdoc update aiming to be contained in TeX Live 2020:
- Improved the scoring scheme to prioritize the latex tree than the latex-dev
- Support invoking the program with absolute paths
- The document was entirely rewritten
- Other small improvements and bug fixes
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texdoc
The package’s files themselves can be inspected at
http://mirror.ctan.org/support/texdoc/
------------------------------------------------------------------------
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.15i 2020-02-01
License type: lppl1.3
Summary description: Command for typesetting chemical formulas and
reactions
Announcement text:
----------------------------------------------------------------------
- fix issue with bonds and line height
- rename manual
----------------------------------------------------------------------
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
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
l3kernel
package.
Version number: 2020-01-31
License type: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
## [2020-01-31]
### Added
- Table of Contents for combined LaTeX3 News
### Changed
- Use Lua `utf8` library if available
### Fixed
- Undefined command in box debugging code
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/l3kernel
More information is at
https://www.ctan.org/pkg/l3kernel
------------------------------------------------------------------------
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
Jean-François Burnol submitted an update to the
polexpr
package.
Version: 0.7.5 2020-01-31
License: lppl1.3c
Summary description: A parser for polynomial expressions
Announcement text:
----------------------------------------------------------------------
This syncs with xint 1.4 upstream changes, and will not work with
any earlier xint.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/polexpr
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/polexpr/
------------------------------------------------------------------------
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
Jean-François Burnol submitted an update to the
xint
package.
Version: 1.4 2020-01-31
License: lppl1.3c
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
This is a major release with some breaking changes.
Selected highlights:
- The expanded primitive (TeXLive 2019) is required. Its usage
has allowed dropping formerly used csname techniques. There is
no more impact on the string pool memory.
- Square brackets [...] are now associated with actual nested
structures. For example xinteval{1, [2, [3, 4]], 5} produces
1, [2, [3, 4]], 5 (recall this is free bloatware).
- Scalar operations on one-dimensional lists (which as it turned
out matched the NumPy broadcasting concept) are provisorily
dropped. Alternative syntax exists to rescue old documents.
- Operations on nested lists are inspired from NumPy's.
Currently, nested (basic) slicing and indexing is implemented.
But the step parameters are not. The broadcasting of scalar
operations is not yet implemented but the user can define
universal functions, i.e. functions operating on all leaves of
the data. Our structures have leaves at arbitrary varying
depths, they are not necessarily hyperrectangular like NumPy's.
Constructors are provided, for example ndmap() maps a function
on all Cartesian n-uples built from items (at top level) of n
given lists.
- Variables in function declarations may be multi-letter words.
- The last positional variable name may be prefixed with a * as in
Python to signal it is a nut-ple receiving all arguments of
the function calls beyond the first positional ones (variadic
argument). Generally speaking, * is the unpacking operator.
- ... quite a few more features. See CHANGES.html and xint.pdf.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/xint
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/generic/xint/
------------------------------------------------------------------------
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.79
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Now supports nested tabulars.
Added or improved MATHJAX emulation for amsmath, ar, arydshln, bm,
bigdelim, bigstrut, booktabs, braket, mathtools, multirow, physics,
siunitx, slashed, unicode-math, xfakebold.
Fixed minor issues with for graphicx, caption, multirow, siunitx,
booktabs, transparent, subcaption, floatrow.
Updated epigraph, xurl.
Added widetable, witharrows, steinmetz, awesomebox, catoptions, svg,
supports svg-extract, parcolumns, pdfcolparcolumns, parallel,
pdfcolparallel, pdfcol, pdfcolfoot, pdfcolmk.
----------------------------------------------------------------------
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
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 .