Brian Dunn submitted an update to the
lwarp
package.
Version: 0.50 2018-03-03
License: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
SVG math now is converted using multiple CPU processors/cores.
Inline SVG math images are hashed and reused when identical.
Improved SVG display math, siunitx units, verbatim and listings alignment.
Additional fixes for SVG math, authblk, ntheorem.
Added xy, epstopdf, diagbox, pbox, bytefield, axodraw2, phfqit,
schemata, dblfloatfix, nonfloat, morefloats.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://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
Petra Rübe-Pugliese
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see https://www.tug.org/usergroups.html .
Jean-François Burnol submitted an update to the
polexpr
package.
Version: 0.4.2 2018-03-03
License: lppl1.3c
Summary description: A parser for polynomial expressions
Announcement text:
----------------------------------------------------------------------
Documentation fix.
----------------------------------------------------------------------
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
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see https://www.tug.org/usergroups.html .
Donald P. Story submitted an update to the
eqexam
package.
Version: 5.1i 2018-02-19
License: lppl1.2
Summary description: A stand-alone exam package
Announcement text:
----------------------------------------------------------------------
What's New (2018-02-19):
Extended the vertical space fill types (beginning page 69 of docs)
and added fillineol (beginning page 68 of docs).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/eqexam
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/eqexam/
------------------------------------------------------------------------
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 .
Marcel Krüger submitted an update to the
fontawesome5
package.
Version: 5.0.8 2018-03-01
License: ofl lppl1.3c
Summary description: Support files for using Font Awesome 5
Announcement text:
----------------------------------------------------------------------
Updated FontAwesome to support even more awesome icons.
Especially new icons in the categories Medical and Logistics
are supported.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/fontawesome5
The package’s files themselves can be inspected at
http://mirror.ctan.org/fonts/fontawesome5/
------------------------------------------------------------------------
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 .
Walter Daems submitted an update to the
uantwerpendocs
bundle.
Version: 1.9 2018-03-02
License: lppl1.3
Summary description: Course texts, master theses, and exams in University of Antwerp style
Announcement text:
----------------------------------------------------------------------
The uantwerpendocs package now also features an exam class to
typeset examinations (monolingual or bilingual).
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/uantwerpendocs
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/uantwerpendocs/
------------------------------------------------------------------------
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 .
Jürgen Spitzmüller submitted an update to the
univie-ling
bundle.
Version: 1.3 2018-03-02
License: lppl1.3
Summary description: Papers, theses and research proposals in (Applied) Linguistics at Vienna University
Announcement text:
----------------------------------------------------------------------
V. 1.3 (2018-03-02):
- Use mknormrange to support range normalization in cbx file
(requires biblatex 3.11; backwards compatibility provided).
- univie-ling.bbx:
* Fix whitespace issue in @inproceedings entry.
* Specify date output details (era, uncertain etc.).
- Add license to wlg copyright page (uses doclicense package)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/univie-ling
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/univie-ling/
------------------------------------------------------------------------
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 .
Jean-François Burnol submitted an update to the
polexpr
package.
Version number: 0.4.1 2018-03-01
License type: lppl1.3c
Summary description: A parser for polynomial expressions
Announcement text:
----------------------------------------------------------------------
Synced with xint 1.3.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/polexpr
More information is at
http://www.ctan.org/pkg/polexpr
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
Jean-François Burnol submitted an update to the
xint
package.
Version number: 1.3 2018-03-01
License type: lppl1.3c
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
- removed all macros previously deprecated at 1.2o,
- modified addition, subtraction and modulo operations to use a
least common multiple for the denominator of the result,
- added xintPIrr, xintDecToString and preduce(),
- and last but not least refactored extensively the
xintNewExpr/xintdeffunc mechanism. It got both leaner and
stronger and makes possible recursive function definitions.
Examples:
xintdeffunc GCD(a, b):= if(b, GCD(b, a /: b), a);
is of course the Euclide algorithm (but here usable with fractions).
xintdefiifunc powmod(x, m, n) :=
if(m,
if(m=1,
x /: n,
if(odd(m), (x*sqr(powmod(x, m//2, n))) /: n,
sqr(powmod(x, m//2, n)) /: n
)
),
1
);
implements modular exponentiation (with positive exponents only,
like the pow() Python function).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xint
More information is at
http://www.ctan.org/pkg/xint
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
Jürgen Spitzmüller submitted an update to the
biblatex-publist
package.
Version: 1.9 2018-03-01
License: lppl1.3
Summary description: BibLaTeX bibliography support for publication lists
Announcement text:
----------------------------------------------------------------------
* V. 1.9 (2018-03-01):
- Add option plnumbered to switch of numbering in bibliography.
- Documentation improvements.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/biblatex-publist
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-publi…
------------------------------------------------------------------------
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 .
Jared Jennings submitted an update to the
cyber
package.
Version number: 2.2
License type: mit
Summary description: Annotate compliance with cybersecurity requirements
Announcement text:
----------------------------------------------------------------------
This release fixes semicolons in some distribution statements to match
Defense Technical Information Center (DTIC) guidelines.
<https://github.com/jaredjennings/latex-cyber/pull/1>
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/cyber
More information is at
https://www.ctan.org/pkg/cyber
------------------------------------------------------------------------
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 .
Maïeul Rouquette submitted an update to the
reledmac and reledpar
packages.
Version: reledmac 2.26.6 2018-02-28
reledpar 2.21.5 2018-02-28
License: lppl1.3
Summary description: Typeset scholarly editions in parallel texts
Announcement text:
----------------------------------------------------------------------
This release fixes a bug with lineation{page} when nested edtext
are between two pages.
----------------------------------------------------------------------
The packages’ Catalogue entries can be viewed at
https://ctan.org/pkg/reledmac
and
https://ctan.org/pkg/reledpar
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/reledmac/
------------------------------------------------------------------------
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 .
Michal Hoftich submitted an update to the
luaxml
package.
Version: 0.1b 2018-02-28
License: other-free
Summary description: Lua library for reading and serialising XML files
Announcement text:
----------------------------------------------------------------------
Bug fix: DOM serialization of void elements
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luaxml
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/luatex/generic/luaxml/
------------------------------------------------------------------------
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 .
Dick Nickalls submitted an update to the
rubik
bundle.
Version number: 5.0
License type: lppl1.3
Summary description: Document Rubik cube configurations and rotation
sequences
Announcement text:
----------------------------------------------------------------------
Rubik bundle update version 5.0. The Rubik bundle documents 3x3x3 and
2x2x2 cube configurations, and processes rotation sequences on the fly
using the RubikRotation command, in conjunction with the Perl program
rubikrotation.pl. There is a NEW package in the bundle called
RUBIKTWOCUBE which deals with 2x2x2 cubes.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/rubik
More information is at
https://www.ctan.org/pkg/rubikhttps://ctan.org/pkg/rubikrotationhttps://ctan.org/pkg/rubiktwocubehttps://ctan.org/pkg/rubikcube
------------------------------------------------------------------------
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 .
Tobias Oetiker submitted an update to the
lshort-english
package.
Version number: 6.2
License type: gpl2
Summary description: A (Not So) Short Introduction to LaTeX2e
Announcement text:
----------------------------------------------------------------------
Extensive changes and re-arrangements. XeLaTeX and LuaLaTeX are now the
norm, as it Polyglossia.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/info/lshort/english
More information is at
https://www.ctan.org/pkg/lshort-english
------------------------------------------------------------------------
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 .
Ben McKay submitted an update to the
dynkin-diagrams
package.
Version number: 3.11 2018-02-28
License type: lppl1.3c
Summary description: Draw Dynkin, Coxeter, and Satake diagrams using
TikZ
Announcement text:
----------------------------------------------------------------------
Version 3.11 ensures the inclusion of the TikZ background library.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/dynkin-diagrams
More information is at
https://www.ctan.org/pkg/dynkin-diagrams
------------------------------------------------------------------------
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 .
Yuwsuke Kieda submitted an update to the
mathpunctspace
package.
Version: 1.1 2018-02-27
License: bsd2
Summary description: Control the space after punctuation in math expressions
Announcement text:
----------------------------------------------------------------------
Option “colon” was added
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/mathpunctspace
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/mathpunctspace/
------------------------------------------------------------------------
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 .
Qing Lee submitted an update to the
xecjk
package.
Version: 3.6.1 2018-02-27
License: lppl1.3c
Summary description: Support for CJK documents in XeLaTeX
Announcement text:
----------------------------------------------------------------------
* Fixed a bug in `xeCJK_if_last_punct:TF:`
* Reduced boolean evaluation
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/xecjk
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/xetex/latex/xecjk/
------------------------------------------------------------------------
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-extra
package.
Version: 1.27 2018-02-26
License: lppl1.3
Summary description: An extension to the glossaries package
Announcement text:
----------------------------------------------------------------------
Added supplementary package glossaries-extra-bib2gls.sty
(automatically loaded by the record=only package option)
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/glossaries-extra
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/glossaries-extra/
------------------------------------------------------------------------
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
bib2gls
package.
Version number: 1.2 2018-02-25
License type: gpl3+
Summary description: Command line application to convert .bib files to
glossaries-extra.sty resource files
Announcement text:
----------------------------------------------------------------------
* New resource options:
- group-formation
- secondary-group-formation
- dual-group-formation
- labelify
- labelify-list
- labelify-replace
* New command line switches:
- --force-cross-resource-refs (-x)
- --no-force-cross-resource-refs
- --support-unicode-script
- --no-support-unicode-script
* Bug fix: replicate-fields now parsed correctly
* Bug fix: corrected hierarchical sorting
* Bug fix: fixed sort=none
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/bib2gls
More information is at
https://www.ctan.org/pkg/bib2gls
------------------------------------------------------------------------
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 .
Ratthaprom Promkam submitted an update to the
thaispec
package.
Version: 0.2 2018-02-25
License: lppl1.3
Summary description: Thai Language Typesetting in XeLaTeX
Announcement text:
----------------------------------------------------------------------
Update: thaispec version 0.2
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/thaispec
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/thai/thaispec/
------------------------------------------------------------------------
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 .
Martin Sievers submitted an update to the
emisa
package.
Version: 2.2.0 2018-02-24
License: lppl1.3c
Summary description: A LaTeX package for preparing manuscripts for the journal EMISA
Announcement text:
----------------------------------------------------------------------
# [2.2.0] - 2018-02-24
## Changed
- Header on even pages to journal's new subtitle
- Default language is now `american`
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/emisa
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/emisa/
------------------------------------------------------------------------
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 .
Ratthaprom Promkam submitted the
thaispec
package.
Version: 0.1 2018-02-23
License: lppl1.3
Summary description: Thai Language Typesetting in XeLaTeX
Announcement text:
----------------------------------------------------------------------
This package allows you to input Thai characters directly to a
.tex file and choose any Thai fonts to be used in the document.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/thaispec
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/thai/thaispec/
------------------------------------------------------------------------
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 .
Boris Veytsman submitted an update to the
resphilosophica
package.
Version number: 1.32
License type: lppl1.3
Summary description: Typeset articles for the journal Res Philosophica
Announcement text:
----------------------------------------------------------------------
version 1.32 Changed spelling of `Acknowledgments' (Joe Salerno)
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/resphilosophica
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/resphilosophica
------------------------------------------------------------------------
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 .
Vincent Belaïche submitted an update to the
makedtx
package.
Version number: 1.2
License type: lppl
Summary description: Perl script to help generate dtx and ins files
Announcement text:
----------------------------------------------------------------------
+ Under MSW use envvar USERNAME rather than getpwuid for getting
author default value
+ User Perl I/O layers in order to have LF EOL on output, and accept
both LF and CRLF on input
+ Create a test bench --- add a testmode option so that date in output
is fixed and output is comparable to a reference value.
+ Fix perl warning about escaping { in regexp.
+ Semi-colonize end of here-documents as recommended in Perl Manual.
+ Fix --version cli argument, so that version is flushed to stdout
before script exits.
+ Automate packaging
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/makedtx
More information is at
https://www.ctan.org/pkg/makedtx
------------------------------------------------------------------------
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 .
The LaTeX Team submitted an update to the
l3kernel
package.
Version number: 2018-02-21
License type: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
# Release 2017-02-21
This release features two new *experimental* modules, l3color
and l3draw, along with a small number of features to support
this new material
## l3color
This new *experimental* code provides basic user interfaces for
setting the color of material in documents. The input form is
based on that in the popular xcolor package, for example
color_select:n { red!30!blue }
Some features for supporting spot colors are also included:
this area is particularly complex and feedback on all aspects is
very welcome.
## l3draw
This new module provides a code-level approach to creating
graphical material. The approach take is *heavily* inspired
by the pgf package: the vast majority of interfaces are
compatible with the equivalent pgf... commands.
At present, the coverage of l3draw is significantly smaller than
that in pgf, but at the same time it is now capable of creating
basic graphics. Supported concepts are
- Calculation of points
- Path construction, including a variety of geometric shapes
- Path insertion with stroking, filling and clipping
- Color (fill/stroke/both) - see also l3color
All mathematical operations are carried out by the LaTeX3 FPU,
rather than using dimensions. As such, the accuracy and range
of the values is significantly extended compared with pgf. Point
calculations are also expandable, with the *internal* handling
of this area very different from pgf.
The team anticipate covering the bulk of pgf-like functionality
over coming months.
## Additions to expl3
The FPU now supports tuples, for example
fp_eval:n { (1,2) + (3, 4) }
fp_eval:n { sqrt(2) * (1,1) }
to allow work with co-ordinate pairs.
Step functions have been added for dim variables, e.g.
dim_step_inline:nnnn.
----------------------------------------------------------------------
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