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 .
Javier Bezos López submitted an update to the
babel
package.
Version: 3.22 2018-06-05
License: lppl1.3
Summary description: Multilingual support for Plain TeX or LaTeX
Announcement text:
----------------------------------------------------------------------
Changes
-------
- Fix: Error with chapter if empty in ini
- Preliminary support for Sanskrit
- Unknown languages in aux files do not raise an error
any more (only show a warning).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/babel
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/required/babel/base/
------------------------------------------------------------------------
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 .
Jobst Hoffmann submitted an update to the
struktex
package.
Version number: 2.3c-0-g7d3fc5b 2018-06-04
License type: lppl1.2
Summary description: Draw Nassi-Shneiderman charts
Announcement text:
----------------------------------------------------------------------
Even in the age of OOP one must develop algorithms. Nassi-Shneiderman
charts are a well known tool to describe an algorithm in a graphical
way. The package offers some macros for generating those charts in a
LATEX document.
The package provides the most important elements of a Nassi-Shneiderman
charts, including processing blocks, loops, mapping conventions for
alternatives, etc. The charts are drawn using the picture environment
(using pict2e for preference).
corrected documentation: there were wrong commands at the end of the
forallin construct
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/struktex
More information is at
http://www.ctan.org/pkg/struktex
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
Moritz Wemheuer submitted an update to the
biblatex-ext
bundle.
Version: 0.3 2018-06-04
License: lppl1.3c
Summary description: Extended BibLaTeX standard styles
Announcement text:
----------------------------------------------------------------------
- Field formats for finer control over title casing
- Fix issue with related entries and introcite=plain
- More punctuation macros for @article
- Extended documentation
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://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
Petra Rübe-Pugliese
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see https://www.tug.org/usergroups.html .
Oliver Kopp submitted an update to the
plantuml
package.
Version number: 0.2.3
License type: lppl1.3c
Summary description: Support for rendering UML diagrams using the
syntax and tool of PlantUML
Announcement text:
----------------------------------------------------------------------
Remove aeguill package as it is obsolete and should not be used anymore
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/latex/plantuml
More information is at
https://www.ctan.org/pkg/plantuml
------------------------------------------------------------------------
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 .
Oliver Kopp submitted an update to the
scientific-thesis-cover
package.
Version: 4.0.2 2018-06-03
License: lppl1.3c
Summary description: Provides cover page and affirmation at the end of a thesis
Announcement text:
----------------------------------------------------------------------
Fixes an internal command.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/scientific-thesis-cover
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/scientific-thesis-cover/
------------------------------------------------------------------------
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 .
Sebastian Friedl submitted the
lualatex-truncate
package.
Version: 1.0 2018-06-03
License: lppl1.3c
Summary description: A wrapper for using the truncate package with LuaLaTeX
Announcement text:
----------------------------------------------------------------------
The lualatex-truncate package provides a wrapper for the truncate
package, which fixes issues related to LuaTeX's hyphenation algorithm.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/lualatex-truncate
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/luatex/latex/lualatex-truncate/
------------------------------------------------------------------------
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 .
Sadao Massago submitted an update to the
latex-via-exemplos
package.
Version: 0.5.1 2018-06-02
License: gpl2+
Summary description: A LaTeX course written in brazilian portuguese language
Announcement text:
----------------------------------------------------------------------
Bug fix
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/latex-via-exemplos
The package’s files themselves can be inspected at
http://mirror.ctan.org/info/latex-via-exemplos/
------------------------------------------------------------------------
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 .
Donald P. Goodman submitted an update to the
colophon
package.
Version number: 1.1
License type: lppl1.3
Summary description: Provides commands for producing a colophon
Announcement text:
----------------------------------------------------------------------
Fixed a little bug (missing par) in the closing command, and updated
some metadata in the package.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/colophon
More information is at
https://www.ctan.org/pkg/colophon
------------------------------------------------------------------------
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 .
Akira Yamaji submitted an update to the
mcf2graph
package.
Version number: 4.32 2018-06-03
License type: bsd
Summary description: Draw chemical structure diagrams with
Metafont/MetaPost
Announcement text:
----------------------------------------------------------------------
-add commands C[],N[],O[],S[]
X[1] : {X^+^}
X[-1] : {X^-^}
-change option parameter name
sw_MOLout => sw_mol_out
sw_auxout => sw_aux_out
-improve MOL file output
sw_mol_out=0 : no MOL file
sw_mol_out=1 : MOL file V2000
sw_mol_out=2 : MOL file V3000
-update MCF manual and examples
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/mcf2graph
More information is at
https://www.ctan.org/pkg/mcf2graph
------------------------------------------------------------------------
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 .
Alan Munn submitted the
casiofont
package.
Version number: 1.0
License type: lppl1.3c
Summary description: support for the Casio ClassWiz font
Announcement text:
----------------------------------------------------------------------
This package provides support for the Casio ClassWiz font, available from
the Casio web site. The font itself is *not* included in the
distribution. The package requires compilation with XeLaTeX or LuaLaTeX.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/casiofont
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/casiofont
------------------------------------------------------------------------
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 .
Donald P. Story submitted the
qrcstamps
package.
Version: 1.0 2018-06-02
License: lppl1.2
Summary description: Create QR codes using stamps
Announcement text:
----------------------------------------------------------------------
The qrcstamps package enables the document author to create QR Codes,
the QR Code Symbology are caste onto a dynamic stamp annotation.
PDF Creator: Adobe Distiller or ps2pdf can be used as the PDF creator,
but the full Acrobat application is needed to perform post-creation tasks.
Once the document is created and saved, it can be viewed by any
appropriate PDF viewer.
Also see http://blog.acrotex.net/ for the latest of my
ruminations on LaTeX and PDF.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/qrcstamps
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/qrcstamps/
------------------------------------------------------------------------
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
bundle.
Version: 2018-06-01
License: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
Release 2018-06-01
Added:
- CHANGELOG.md (fixes #460)
Fixed:
- Loading expl3 with LuaTeX/XeTeX and certain letter tokens set
to be active (see #462)
Changed
- Alter char_codepoint_from_bytes:n to produce four groups in all
cases; make f-type expandable
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/l3kernel
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/l3kernel/
------------------------------------------------------------------------
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 .
Nicola Talbot submitted an update to the
glossaries
package.
Version: 4.40 2018-06-01
License: lppl1.3
Summary description: Create glossaries and lists of acronyms
Announcement text:
----------------------------------------------------------------------
Minor bug fix in makenoidxglossaries
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/glossaries
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/glossaries/
------------------------------------------------------------------------
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 .
Scott Pakin submitted an update to the
filecontents
package.
Version number: 1.4
License type: lppl1.3c
Summary description: Extended filecontents and filecontents*
environments
Announcement text:
----------------------------------------------------------------------
LaTeX2e's filecontents and filecontents* environments enable a LaTeX
source file to generate external files as it's run through latex.
However, there are two limitations of these environments: They refuse
to overwrite existing files; and, they can be used only before the
documentclass declaration. The filecontents package removes these
limitations, making it possible to overwrite existing files and to use
filecontents/filecontents* anywhere.
Version 1.4 of filecontents updates the definitions of tab and form
feed for compatibility with the 2018-04-01 LaTeX release. Thanks to
David Carlisle for the code update.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/filecontents
More information is at
https://www.ctan.org/pkg/filecontents
------------------------------------------------------------------------
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 .
Gary A. Howard submitted the
tlc-article
package.
Version number: 1.0.10
License type: bsd3
Summary description: A LaTeX document class for formal documents
Announcement text:
----------------------------------------------------------------------
tlc-article is a LaTeX document class that orchestrates a logical
arrangement for document header, footer, author, abstract, table of
contents, and margins.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tlc-article
More information is at
https://www.ctan.org/pkg/tlc-article
------------------------------------------------------------------------
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 .