Linus Romer submitted an update to the
bezierplot
package.
Version: 1.1 2018-06-10
License: lppl1.3c
Summary description: Approximate smooth function graphs with cubic bezier splines for use with TikZ or MetaPost
Announcement text:
----------------------------------------------------------------------
Three bugs have been removed:
x^4+1 did not work because the function do_parameters_fit did
not check the parameters for being not nan nor huge nor -huge
x^6+1 did not work because the numerical derivative 0 led to several
local extrema just next to each other
empty graphs should now not throw any errors anymore
New feature: xmin, xmax, ymin, ymax may now be computable expressions,
hence you can type now
bezierplot sin(x) -pi pi -3*7 2*e+1
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/bezierplot
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/luatex/latex/bezierplot/
------------------------------------------------------------------------
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 .
Robin Schneider submitted an update to the
doclicense
package.
Version: 1.8.0 2018-06-10
License: lppl1.3
Summary description: Support for putting documents under a license
Announcement text:
----------------------------------------------------------------------
Added Polish translation.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/doclicense
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/doclicense/
------------------------------------------------------------------------
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 .
Moritz Wemheuer submitted an update to the
biblatex-ext
package.
Version number: 0.4 2018-06-10
License type: lppl1.3c
Summary description: Extended BibLaTeX standard styles
Announcement text:
----------------------------------------------------------------------
- Renamed Declare...CiteDelim and friends to DeclareCite...Delims
(backwards compatibility is ensured)
- Renamed option citeinxref to citexref (backwards compatibility is
ensured)
- Renamed bx@cite@inxref to bx@xrefcite
- Renamed bbx:introcite to bbx@introcite (limited backwards compatibility:
warnings are issued if the old names are used)
Please refer to the change log in the manual and CHANGES.md
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/biblatex-ext
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-ext
------------------------------------------------------------------------
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 .
Axel Sommerfeldt submitted an update to the
caption
package.
Version: 2018-06-09
License: lppl1.3
Summary description: Customising captions in floating environments
Announcement text:
----------------------------------------------------------------------
Project repository and issue tracker moved from Github to Gitlab;
README and documentation updated.
(The package itself remains unchanged.)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/caption
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/caption/
------------------------------------------------------------------------
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 .
Hironobu Yamashita submitted an update to the
scsnowman
package.
Version number: 1.2d 2018-06-07
License type: bsd2
Summary description: Snowman variants using TikZ
Announcement text:
----------------------------------------------------------------------
* Add new keys nose and note.
* Add a new command `scsnowmannumeral`.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/scsnowman
More information is at
https://www.ctan.org/pkg/scsnowman
------------------------------------------------------------------------
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 .
Chris Hughes submitted an update to the
latexindent
package.
Version number: 3.4.3 2018-06-08
License type: gpl3
Summary description: Indent a LaTeX document, highlighting the programming
structure
Announcement text:
----------------------------------------------------------------------
A minor release that has some internal optimizations, and an information
prompt for STDIN mode. Full details at
https://github.com/cmhughes/latexindent.pl/pull/117
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/latexindent
The package's files themselves can be inspected at
http://mirror.ctan.org/support/latexindent
------------------------------------------------------------------------
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 .
Gang Li submitted the
powerdot-tuliplab
package.
Version number: 1.0.0
License type: lppl1.3
Summary description: A style package for Powerdot to provide the design of
TULIP Lab
Announcement text:
----------------------------------------------------------------------
This is a style package for Powerdot to provide the design of TULIP Lab.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/powerdot-tuliplab
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/powerdot-tuliplab
------------------------------------------------------------------------
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 .
Nicola Talbot submitted an update to the
venndiagram
package.
Version: 1.2 2018-06-07
License: lppl
Summary description: Creating Venn diagrams with TikZ
Announcement text:
----------------------------------------------------------------------
Added boolean option showframe.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/venndiagram
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/venndiagram/
------------------------------------------------------------------------
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 .
Takuto Asakura submitted an update to the
texdoc
package.
Version number: 3.0
License type: gpl
Summary description: Documentation access for TeX Live
Announcement text:
----------------------------------------------------------------------
This is a big update for Texdoc since 2012!
There are two big features in Texdoc 3.0.
1. New option parser
Now, you can specify multiple options like:
$ texdoc -vsl foo
(this is equivalent to specifying -v -s -l)
Please note that the behavior of the short option -d have
been changed. It *requires* an argument without =, e.g.:
$ texdoc -d score bar
(this is equivalent to specifying --debug=score)
We added a new option -D as a short version of --debug=all.
Please see the help text for more details.
2. Fuzzy search
When the normal search can't find any document in TeX Live,
Texdoc will execute fuzzy search on the list of package names
without user-interactions. The results of fuzzy search are
shown by info message.
(you can see that with the command line option -v)
The default allowance of Levenshtein distance is 5.
You can change this default value by specifying fuzzy_level
in your texdoc.cnf:
fuzzy_level = 3
If fuzzy_level set to 0, the feature will be disabled.
This update also contains several small bug fixes and improvements.
For the quick understanding of the new functions, the slide I used
for a talk in BachoTeX 2018 is available from Speaker Deck:
https://speakerdeck.com/wtsnjp/texdoc3
One more thing (IMPORTANT for distributors): from v3.0, we won't
include Data.tlpdb.lua (the pseudo cache file) in our repository.
If your distribution do not ship the tlpdb, you have to pre-generate
the pseudo cache file to make Texdoc workable.
For further information, please visit our GitHub repository:
https://github.com/TeX-Live/texdoc
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/texdoc
More information is at
https://www.ctan.org/pkg/texdoc
------------------------------------------------------------------------
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 .
Brian Dunn submitted an update to the
lwarp
package.
Version number: 0.57
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Adds support for equation footnotes with MathJax.
Adds lateximage alt tag localization.
Fixes for lateximages, href, subref,
ule, oxframe, marginnote,
ellipsis, breakurl.
Adds support for float and rotfloat styles ruled and boxed.
Adds packages algorithm2e, register, ltablex, xltabular, xellipsis,
trimclip, errata, vowel, xpiano.
Verified to work as-is with packages gauss, phonrule, piano, SIunits,
tikzcodeblocks.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/lwarp
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/lwarp
------------------------------------------------------------------------
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 .