Team Robocracy submitted an update to the
ftc-notebook
package.
Version: 1.1 2019-02-16
License: lppl1.3
Summary description: Typeset FIRST Tech Challenge (FTC) notebooks
Announcement text:
----------------------------------------------------------------------
Format for an FIRST Tech Challenge (FTC) notebook with support for
daily entries, team story, bio, figures, tables, and more.
Added hyperlinks and a few more features.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ftc-notebook
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/ftc-notebook/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see https://www.tug.org/usergroups.html .
Andreas Scherer submitted an update to the
cwebbin
package.
Version: 3.64c 2019-01-01
License: mit
Summary description: CWEB for ANSI-C/C++ compilers on UNIX/Linux, MS/Windows, and Amiga
Announcement text:
----------------------------------------------------------------------
This new release comes with these major features:
* Completely revised code base; several bug fixes; clean compilation
(with both C and TeX) on at least four different architectures
* Added CTWILL program with tools and utilities for brave users
including introductory manpage
* Internationalization of CTANGLE, CWEAVE, and CTWILL with
GNU gettext utilities
* New code base for CWEB in TeX Live 2019, incorporating all features
of the TL 2018 version and adding new features from CWEBbin
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cwebbin
The package’s files themselves can be inspected at
http://mirror.ctan.org/web/c_cpp/cwebbin/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see https://www.tug.org/usergroups.html .
The LaTeX Team submitted an update to the
l3kernel
package.
Version number: 2019-02-15
License type: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
## [2019-02-15]
### Changed
- Defensive code for redefinition of ` ime`, `day`, `month` and `year`
### Fixed
- Resetting of key inheritance (see #535)
- Issue in deprecated command ` l_set_from_file:Nnn`
(see https://tex.stackexchange.com/q/474813/)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/l3kernel
More information is at
http://www.ctan.org/pkg/l3kernel
We are supported by the TeX User Groups.
Please join a users group; see http://www.tug.org/usergroups.html .
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Will Robertson submitted an update to the
unicode-math
package.
Version number: 0.8n
License type: lppl1.3c
Summary description: Unicode mathematics support for XeTeX and LuaTeX
Announcement text:
----------------------------------------------------------------------
## v0.8n (2019/02/15)
* Add note to readme that the `lm-math` package is required for minimal functionality.
* Spacing fixed for maths fonts loaded with the `Scale` fontspec feature (#287).
* Commands like `crampedtextstyle` now longer lead to an infinite loop under XeTeX (#505).
* Improvements to the functionality of the test suite. (Although more tests would be nice.)
* Test suite is now (successfully) run with `expl3` debug mode enabled.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/unicode-math
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/unicode-math
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Matthew Scroggs submitted the
tikz-truchet
package.
Version number: 2019-02-12
License type: mit
Summary description: Draw Truchet tiles
Announcement text:
----------------------------------------------------------------------
This is a package that draws Truchet tiles. It was used in the article Too
good to be Truchet in issue 08 of Chalkdust Magazine
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/tikz-truchet
The package's files themselves can be inspected at
http://mirror.ctan.org/graphics/pgf/contrib/tikz-truchet
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Andrew Stacey submitted an update to the
spath3
package.
Version number: 1.2
License type: lppl1.3c
Summary description: Manipulate “soft paths” in PGF
Announcement text:
----------------------------------------------------------------------
This is a bug-fix update which fixes some compatibility issues with the
latest LaTeX3 release.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/spath3
The package's files themselves can be inspected at
http://mirror.ctan.org/graphics/pgf/contrib/spath3
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Takayuki Yato submitted the
pxjodel
package.
Version: 0.2a 2019-02-12
License: mit
Summary description: Help change metrics of fonts from japanese-otf
Announcement text:
----------------------------------------------------------------------
This package changes the setup of the japanese-otf package so that the
TFMs for direct input are all replaced by new ones with prefixed names;
for exmaple, 'nmlminr-h' will be replaced by 'foo--nmlminr-h', where
'foo' is the prefix specified by the user.
This function will assist users who want to use the japanese-otf package
together with tailored TFMs of Japanese fonts.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/pxjodel
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/japanese/pxjodel/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see https://www.tug.org/usergroups.html .
Will Robertson submitted an update to the
fontspec
package.
Version number: 2.7b
License type: lppl1.3c
Summary description: Advanced font selection in XeLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
## v2.7b (2019/02/12)
* Fix regression in loading `Language=Turkish`. This now allows users
to define more than one OpenType tag when defining a language name,
where the first tag found is the one selected for the font. E.g.,
ewfontlanguage{Turkish}{TRK,TUR}
when selected, this first checks for the existance of the TRK
language tag, and if not found then checks for the TUR language tag
to use if available.
* Add new `Renderer` options for LuaTeX that enable the Harfbuzz
engine. These only work running under `luahbtex` and are currently
experimental. The new options are `Harfbuzz`, `OpenType`, `AAT`, and
`Graphite`.
* Always try to remove ‘clashing’ font features inside
`addfontfeatures` even in cases when the requested font feature
doesn't exist. E.g., now if a font is loaded with `Numbers=OldStyle`
and *doesn't have* `Numbers=Lining`, requesting the latter will still
re!set the former.
* Add `pxfonts`, `txfonts`, `newpxmath`, `newtxmath`, `mtpro2` to the
list of packages that automatically invoke `no-math`.
* Add `providefontfamily`, `setfontface`, `
enewfontface`, and
`providefontface`.
* Add local/global distinction with `fontspec_(g)set_family:Nnn` and
`fontspec_(g)set_fontface:NNnn`.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/fontspec
More information is at
https://www.ctan.org/pkg/fontspec
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Robert Sebille submitted an update to the
modeles-factures-belges-assocs
package.
Version number: 1.0.1 2019-02-12
License type: lppl1.3c
Summary description: Generate invoices for Belgian non-profit
organizations
Announcement text:
----------------------------------------------------------------------
Default logos of banlieues template update
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/modeles-factures-belges-assocs
More information is at
https://www.ctan.org/pkg/modeles-factures-belges-assocs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Benjamin Unger submitted the
gammas
package.
Version number: 1.0
License type: lppl1.3c
Summary description: Template for the GAMM Archive for Students
Announcement text:
----------------------------------------------------------------------
This package contains the official documentclass for GAMM Archive for
Students (GAMMAS), an open-access online journal run by the GAMM Juniors.
All manuscripts submitted to GAMMAS must be typeset with this
documentclass.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/gammas
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/gammas
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .