Robert Alessi submitted an update to the
arabluatex
package.
Version number: 1.16 2019-03-22
License type: gpl3+ cc-by-sa-4
Summary description: An ArabTeX-like interface for LuaLaTeX
Announcement text:
----------------------------------------------------------------------
arabluatex v1.16:
- exporting ArabTeX/Buckwalter to unicode Arabic .tex source files has been improved.
- bug #43 in luacolor has been fixed, making unnecessary the quick fix introduced in arabluatex.
- aemph now uses ulem, which allows emphasized expressions to break over lines. ʾabǧad numbers still use overline (which is more elegant), but without amsmath which arabluatex does not load anymore.
- arabluatex shares some booleans with ekdosis package to come.
- improved documentation.
- moved bugtracker to gitlab.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/latex/arabluatex
More information is at
https://www.ctan.org/pkg/arabluatex
------------------------------------------------------------------------
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 .
Uroš Stefanović submitted an update to the
cmsrb
package.
Version number: 3.0 2019-03-22
License type: gpl
Summary description: Computer Modern for Serbian and Macedonian
Announcement text:
----------------------------------------------------------------------
Letter cyrb is changed and new features are added.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/cmsrb
More information is at
https://www.ctan.org/pkg/cmsrb
------------------------------------------------------------------------
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
glossaries-extra
package.
Version: 1.39 2019-03-22
License: lppl1.3
Summary description: An extension to the glossaries package
Announcement text:
----------------------------------------------------------------------
glossaries-extra.sty:
- Added example-glossaries-symbolnames.bib
(corresponds to sample example-glossaries-symbolnames.tex
file provided by glossaries.sty)
- Added starred versions of:
GlsXtrIfFieldEqStr
GlsXtrIfFieldEqXpStr
GlsXtrIfXpFieldEqXpStr
GlsXtrIfFieldCmpNum
GlsXtrIfFieldEqNum
GlsXtrIfFieldNonZero
- New command: glsxtrentryparentname
- New command: glsxtrsetglossarylabel and 'label' key
for 'printgloss' family.
- bug fix: added protection against fragile/non-expandable
commands in location within @glsxtr@dorecord
- bug fix: corrected short-nolong-desc, short-sc-nolong-desc,
short-sm-nolong-desc, short-em-desc (and their synonyms)
to behave as advertised in the manual. (That is,
name={short (long)} format and description key must be supplied.)
glossary-bookindex.sty:
- added: glsxtrbookindexlocation, glsxtrbookindexsublocation
----------------------------------------------------------------------
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 .
Brian Dunn submitted an update to the
lwarp
package.
Version number: 0.69 2019-03-21
License type: lppl1.3
Summary description: Converts LaTeX to HTML
Announcement text:
----------------------------------------------------------------------
Improved error handling for graphics, multirow.
Fixes for makebox, framebox, fminipage, array, longtable, tabularx/y, supertabular/xtab.
Update and improved formatting for keyfloat.
Added ctable, eqlist, eqparbox, ftcap, listliketab, minitoc, tocdata, topcapt.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/lwarp
More information is at
http://www.ctan.org/pkg/lwarp
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
--
Brian Dunn submitted an update to the
keyfloat
package.
Version number: 2.00
License type: lppl1.3
Summary description: Provides a key/value interface for generating floats
Announcement text:
----------------------------------------------------------------------
Added custom float types.
Added float authors.
Improved integration with the lwarp and tocdata packages.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/keyfloat
More information is at
http://www.ctan.org/pkg/keyfloat
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
--
Brian Dunn submitted an update to the
tocdata
package.
Version number: 2.02
License type: lppl1.3
Summary description: Adds names to chapters, sections, figures in the TOC and LOF
Announcement text:
----------------------------------------------------------------------
Fix for section name formatting.
Improved spacing.
Documentation fix.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tocdata
More information is at
http://www.ctan.org/pkg/tocdata
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
--
Michal Hoftich submitted an update to the
tex4ebook
package.
Version number: 0.2c 2019-03-21
License type: lppl1.3
Summary description: Convertor from LaTeX to ebook formats
Announcement text:
----------------------------------------------------------------------
New feature:
- Configure{@author} - commands that produce HTML tags used inside the
author command may result in invalid ePub file. Local redefinitions
of such commands may be put in this configuration to suppress their
default behaviour.
Example: Configure{@author}{letfootnote@gobble}
Bug fixes:
- fixed several issues that could result in an invalid ePub file.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/tex4ebook
More information is at
https://www.ctan.org/pkg/tex4ebook
------------------------------------------------------------------------
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 .
Michal Hoftich submitted an update to the
make4ht
package.
Version: 0.2f 2019-03-21
License: lppl1.3
Summary description: A build system for tex4ht
Announcement text:
----------------------------------------------------------------------
New filter:
- joincolors - tex4ht produces an element with unique id for each
extcolor and other variants of color commands.
This filter replaces ids with common name for all elements with
the same color and removes the duplicated colors from the CSS file.
This results in substantial file size saving.
Bug fixes:
- fixed odtimagesize filter
- fixed $HOME directory lookup on Windows
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/make4ht
The package’s files themselves can be inspected at
http://mirror.ctan.org/support/make4ht/
------------------------------------------------------------------------
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 .
Herbert Voß submitted an update to the
hvfloat
package.
Version number: 2.10
License type: lppl
Summary description: Rotating caption and object of floats independently
Announcement text:
----------------------------------------------------------------------
This version has support for multi (sub)float pages with a caption on the
facing page or column.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/hvfloat
More information is at
https://www.ctan.org/pkg/hvfloat
------------------------------------------------------------------------
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 .
Herbert Voß submitted an update to the
firamath-otf
package.
Version number: 0.02
License type: lppl1.3
Summary description: Use OpenType math font Fira Math
Announcement text:
----------------------------------------------------------------------
Fix for missing default weight setting
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/firamath-otf
More information is at
https://www.ctan.org/pkg/firamath-otf
------------------------------------------------------------------------
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 .