Christian Feuersänger submitted an update to the
pgfplots
package.
Version number: 1.18.1 2021-05-17
License type: gpl3+
Summary description: Create normal/logarithmic plots in two and three dimensions
Announcement text:
----------------------------------------------------------------------
1.18.1
- fixed a compatibility issue with PGF that slipped in right after
running the release tests.
1.18
- new feature: 'contour lua', implemented and contributed by
Francesco Poli
- new feature: ignore empty coordinates when computing regression
lines
- new feature: improve log-regression fitting of exponential
functions (using variance format=linear)
- fixed bug #390: image plots in log mode failed to work. Also fixed
issues with mesh/ordering=y varies
- fixed bug #219: handle NaN in stacked plots
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/pgfplots
More information is at
https://www.ctan.org/pkg/pgfplots
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
John Collins submitted an update to the
latexmk
package.
Version number: 4.74 2021-05-16
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
1. Correct treatment of aux_dir and out_dir to avoid bugs that appeared on MS-Windows.
2. Remove some informational messages (about rc files, and the state of aux and dir
settings after normalization).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/latexmk
More information is at
http://www.ctan.org/pkg/latexmk
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
--
Mustafa Ibrahim submitted the
tiscreen
package.
Version: 2021-05-17
License: lppl1.3c
Summary description: Mimic the screen of older Texas Instruments calculators
Announcement text:
----------------------------------------------------------------------
A small package to mimic the screen of older Texas instruments
dot matrix display calculators (specifically the TI-82 STATS).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tiscreen
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/tiscreen/
------------------------------------------------------------------------
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
Joseph Wright submitted an update to the
siunitx
package.
Version: 3.0.0 2021-05-17
License: lppl1.3c
Summary description: A comprehensive (SI) units package
Announcement text:
----------------------------------------------------------------------
Version 3 is a major update to `siunitx`, which has largely been
re-written internally. A significant number of key-value
settings have new, more descriptive, names. Where possible,
older names are mapped to newer ones internally: you will be
warned in the log if this is the case.
It is possible to use the LaTeX kernel mechanism to load the
last version 2 release for documents that cannot be successfully
processed using version 3. This can be achieved using
```
usepackage{siunitx}[=2021-04-09]
or
```latex
usepackage{siunitx}[=v2]
```
In version 3, the document commands have been revised to be more
descriptive. As such, the commands `SI`,`SIlist`, `SIrange`
and `si` remain available but are not recommended for use in
new use.
Some changes have been made to the semantics of commands or
options. Most notably
- prefixes cannot now be given without units;
- prefixes can only be interconverted with numbers as part of a
quantity, not as stand-alone units.
The font control system has been completely re-written for
version 3. The method used in entirely different from version 2.
Emulation is therefore not provided for some aspects: if you
need non-standard font settings, you will need to adjust your
source.
The input approach for version 3 is slightly more structured and
restricted than for version 2. As well as the updated names for
document commands, this means that
- Products of numbers must now be given using the dedicated
`
umproduct` and `qtyproduct` commands;
- Quotients of numbers are only supported as literals;
- Complex values need to be given using the dedicated command
`complexnum`
The letter used for a numerical tabular column can now be
selected by the user: the letter `S` has been retained as the
standard interface. The unit column (`s`) has been removed from
this release. It can be emulated using the `collcell` package,
for example
```latex
usepackage{collcell}
ewcolumntype{s}{>{collectcellunit}c<{endcollectcell}}
```
or
```latex
usepackage{collcell}
ewcolumntype{s}{>{collectcellsi}c<{endcollectcell}}
```
A new approach has been taken to providing non-Latin symbols for
use in units: these are now handled directly where needed, for
example in the definition of the `micro` prefix.
If you are using `table-column-width` to have fixed-width
columns, you also now need `table-fixed-width` to set this
option active.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/siunitx
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/siunitx/
------------------------------------------------------------------------
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
Hironori Kitagawa submitted an update to the
luatexja
package.
Version number: 20210517.0
License type: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
This release fixes several bugs.
* lltjext.sty: fixed that ialign is unintentionally expanded.
* ltj-ruby.lua: fix that sometimes nil is compared with a number.
* For each primitive <prim> which will be redefined by LuaTeX-ja,
- The meaning before loading LuaTeX-ja is back up into
ltj@@orig@<prim>.
- The new meaning by LuaTeX-ja is also stored in ltj@@<prim>.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luatexja
More information is at
https://www.ctan.org/pkg/luatexja
------------------------------------------------------------------------
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 .
Jean-François Burnol submitted an update to the
bnumexpr
package.
Version number: 1.5 2021-05-17
License type: lppl1.3c
Summary description: Extends eTeX’s
umexpr...
elax construct to big
integers
Announcement text:
----------------------------------------------------------------------
- breaking: power operators ^ and ** now right-associative.
- bugfixes: two bugs related to hexadecimal input and
inherited from usptream xintexpr were fixed.
- customizability and extendibility now total: added numdefinfix and
numdefpostfix to extend or modify the existing syntax.
Already with numsetup (new name of numexprsetup) it was possible, as
is now done in the documentation, to let numeval become for example a
calculator operating on fractions.
With the added numdefinfix and numdefpostfix it is possible to
redefine or extend arbitrarily the implemented syntax. For example to
add support for numbers in scientific notation via new infix operators
`.' and `e' or `E'. Of course, it would then also be needed to map via
numsetup the arithmetic operations to suitable macros.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/bnumexpr
More information is at
https://www.ctan.org/pkg/bnumexpr
------------------------------------------------------------------------
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 number: 3.59 2021-05-16
License type: lppl1.3
Summary description: Multilingual support for Plain TeX or LaTeX
Announcement text:
----------------------------------------------------------------------
Changes in version 3.59 are described in:
https://github.com/latex3/babel/blob/master/news-guides/news/whats-new-in-b…
Here is a summary:
* Tentative kashida with user-definable rules (via transforms).
* Fixes:
- abel@texpdf inconsistently defined (#130)
- Partial fix for #131 (quotation with CJK).
* Removed doubleletter.hyphen (Norsk), which serves to nothing.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/required/babel/base
More information is at
https://www.ctan.org/pkg/babel
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Hugo Gomes submitted an update to the
pgf-spectra
package.
Version number: 2.1.0
License type: lppl1.3
Summary description: Draw continuous or discrete spectra using PGF/TikZ
Announcement text:
----------------------------------------------------------------------
pgf-spectra, version 2.1.0
Major changes:
- the continuous visible region is now drawn via TikZ shading improving a little bit the
speed of the whole process. Minor fix:
- the width of the emission/absortion lines are now correctly drawn.
New commands:
- empercolor (correlated color temperature, Kelvin to rgb color)
- pgfspectrashade (for usage with TikZ package)
- pgfspectraplotshade (for usage with PGFPLOTS package)
- pgfspectraplotmap (for usage with PGFPLOTS package)
- pgfspectrarainbow (draws a rainbow)
New keys for pgfspectra:
- use visible shading
- backVIS
- axis unit
- axis unit precision
Keys for pgfspectraplotshade:
- shade end
- shade opacity
- shade opacity color
Keys for pgfspectrarainbow:
- rainbow fade
- rainbow start
- rainbow knock out
- rainbow background
- rainbow transparency
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/pgf-spectra
More information is at
http://www.ctan.org/pkg/pgf-spectra
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
Yvon Henel submitted an update to the
paresse
package.
Version: 5.0.2 2021-05-16
License: lppl1.3c
Summary description: Define simple macros for greek letters
Announcement text:
----------------------------------------------------------------------
paresse, version 5.0.2, correction of a typo in documentation.
The package defines macros using § to type greek letters so that
the user may (for example) type §a to get the effect of $alpha$.
However, it takes care only of letters which have a macro name
like alpha or Omega.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/paresse
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/latex/contrib/paresse/
------------------------------------------------------------------------
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
Hironobu Yamashita submitted an update to the
dviinfox
package.
Version number: 1.06 2021-05-15
License type: mit
Summary description: Perl script to print DVI meta information
Announcement text:
----------------------------------------------------------------------
* Support more than 256 fonts.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/dviware/dviinfox
More information is at
https://www.ctan.org/pkg/dviinfox
------------------------------------------------------------------------
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