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 .
Akira Yamaji submitted an update to the
mcf2graph
package.
Version number: 4.40 2019-03-21
License type: mit
Summary description: Draw chemical structure diagrams with
Metafont/MetaPost
Announcement text:
----------------------------------------------------------------------
-add function MC()
-change function name MCa() => MCat()
-delete function MCc(),MCd(),MCf()
-add angle parameter mangle
-add size parameter
thickness_mframe
-change size parameter name
bond_len => blength
max_bond_length => max_blength
font_wd,font_ht => fsize(w,h)
margin_left_right,margin_top_bottom
=> fmargin(w,h)
thickness_font_frame => thickness_fframe
thickness_atom_frame => thickness_aframe
-delete ratio parameter ratio_bond_width
-delete option parameter sw_solid
-change option parameter name
sw_clip => sw_trimming
sw_bond_single => sw_single
sw_fomt_frame => sw_fframe
sw_mol_frame => sw_mframe
sw_atom_frame => sw_aframe
-update MCF manual
----------------------------------------------------------------------
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
Erik Braun
------------------------------------------------------------------------
We are supported by the TeX users groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Rishikesan T. Nair submitted the
els-cas-template
package.
Version number: 1.0
License type: lppl1.2
Summary description: Typeset articles for Elesevier's Complex Article
Service (CAS) workflow
Announcement text:
----------------------------------------------------------------------
In ELS-CAS-templates, mainly two classfiles and one style file are
provided along with few thumbnail images, dummy figures and one .bst.
Authors who wish to publish their article with Elsevier can use this
template to typeset their article for submission. These templates should
be used according to the instruction available in Elsevier author
instruction page. This bundle contains one template to typeset in single
column format and another one to typeset in double column format. These
should be used according to the instruction available in the corresponding
journal home page.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/els-cas-template
More information is at
https://www.ctan.org/pkg/els-cas-template
------------------------------------------------------------------------
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 .
Dohyun Kim submitted an update to the
luamplib
package.
Version number: 2.20.0 2019-03-20
License type: gpl2
Summary description: Use LuaTeX’s built-in MetaPost interpreter
Announcement text:
----------------------------------------------------------------------
* huge changes, but mostly internal, so apparently not much difference
from previous version.
* 'mplibforcehmode' makes mplibcode typeset in horizontal mode.
'mplibnoforcehmode' reverts the setting. The latter is default.
* 'mpliblegacybehavior{disable}' triggers a new mode of processing
verbatimtex .. etex: along with btex .. etex, they will be processed
sequentially one by one. Old behavior, being default, can be restored
by declaring 'mpliblegacybehavior{enable}'.
* Incidentally, verbatimtex .. etex in MP input files is honored
from this version, save those that contain 'documentclass'
or 'egin{document}' etc, which is totally ignored.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luamplib
More information is at
https://www.ctan.org/pkg/luamplib
------------------------------------------------------------------------
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 .
Ulrike Fischer submitted an update to the
tagpdf
package.
Version number: 0.60 2019-03-20
License type: lppl1.3c
Summary description: Tools for experimenting with tagging using
pdfLaTeX and LuaLaTeX
Announcement text:
----------------------------------------------------------------------
- In version 0.60 a number of bugs have been corrected.
- Code to correctly tag links has been added.
- The documentation has been roughly tagged as first proof of context.
- A breaking change is that the mc-command in luamode now set the
attributes locally and not globally.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/tagpdf
More information is at
https://www.ctan.org/pkg/tagpdf
------------------------------------------------------------------------
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 .
Giuseppe Silano submitted an update to the
EuropeCV
package.
Version number: 2019-03-19
License type: lppl
Summary description: Unofficial class for European curricula vitae
Announcement text:
----------------------------------------------------------------------
Changes have been made to the EuropeCV package. Now:
* The own YouTube can be added in the CV
* Multiple addresses can be added in the CV
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/europecv
More information is at
https://www.ctan.org/pkg/europecv
------------------------------------------------------------------------
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 .
Rolf Niepraschk submitted an update to the
texlive-dummy-opensuse
package.
Version number: 2019.9999-1
License type: lppl1.3
Summary description: Dummy TeX Live RPM for use with Open SUSE
Announcement text:
----------------------------------------------------------------------
rpm package for the upcoming TeX Live 2019.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/texlive/texlive-dummy/openSUSE
More information is at
https://www.ctan.org/pkg/texlive-dummy-opensuse
------------------------------------------------------------------------
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 .
Richard Grewe submitted an update to the
keyvaltable
package.
Version number: 1.0
License type: lppl1.2
Summary description: Re-usable tables separating content and presentation
Announcement text:
----------------------------------------------------------------------
Several new features added:
* new table options headalign, headfmt, showrules, and width;
* table option shape now supports values tabular, tabularx, and longtable for using non-tabu environments;
* support for custom, multi-row header specifications, which support header cells that span multiple columns;
* new row options bg, hidden, above, below, and around;
* support for use of multicolumn in cell values;
* new package option NoTabuPkg to disable automatic loading of the tabu package.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/keyvaltable
More information is at
http://www.ctan.org/pkg/keyvaltable
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
--
John Collins submitted an update to the
latexmk
package.
Version number: 4.63b 2019-03-17
License type: gpl2
Summary description: Fully automated LaTeX document generation
Announcement text:
----------------------------------------------------------------------
1. Update example_rcfiles/glossary_latexmkrc.
2. Fix problem that in -cd mode, an error is raised when the path part of the tex filename contains a character
prohibited by *tex.
3. Implement changing of rule network when output of *latex is not what is expected, e.g., because pdfoutput is used
in document.
4. Implement placeholder for true basename of main tex file, and use it in jobname.
5. Various bug fixes.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/latexmk
More information is at
http://www.ctan.org/pkg/latexmk
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
--
The Japanese TeX Development Community submitted an update to the
ptex-fontmaps
package.
Version number: 20190318.0
License type: pd gpl3
Summary description: Font maps and configuration tools for
Japanese/Chinese/Korean fonts with (u)ptex
Announcement text:
----------------------------------------------------------------------
* New version that will go on TeX Live 2019.
* Add Noto/SourceHan font maps.
Note that these are Unicode-encoded Adobe-Identity0 fonts,
so they can be used only in upTeX + dvipdfmx.
For other routines (i.e. pTeX + dvipdfmx, pTeX + dvips,
upTeX + dvips), the same settings as noEmbed is applied.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/ptex-fontmaps
More information is at
https://www.ctan.org/pkg/ptex-fontmaps
------------------------------------------------------------------------
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 .
Denis Bitouzé submitted an update to the
nwejm
package.
Version number: 0.98f 2019-03-18
License type: lppl1.3
Summary description: Support for the journal “North-Western European
Journal of Mathematics”
Announcement text:
----------------------------------------------------------------------
- Bug fixes.
- Changes:
- Such that symbol in sets definitions now is `vert` instead of
`slash`.
- `authoryear` bib and cite style changed for `authoryear-comp`.
- Hyperfootnotes now true.
- Other minor ones.
- New:
- Built-in conditions enumeration.
- New public command for easily create new enumerations.
- Improvements:
- Documentation improved.
- Plural forms of (new) theorems now handled.
- Command ` extcite è revisited.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/nwejm
More information is at
https://www.ctan.org/pkg/nwejm
------------------------------------------------------------------------
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 .
Andreas Storvik Strauman submitted an update to the
exercisebank
package.
Version number: 0.3.0 2019-03-18
License type: lppl1.3c
Summary description: Creating and managing exercises, and reusing them as
composed sets
Announcement text:
----------------------------------------------------------------------
Overdue publishing! Many fixes and new features.
Due to changes in behaviour and appearance of some commands, although most
changes fairly small and non fatal, I still increased the minor build version.
These are the main changes:
Changes:
- Activated ppMarginAbove (it now does something)
- Moved tag placement for when ShowTags active
- Part problem header is removed if only one part problem
- Changed default spacing of around exercises, partproblems, intros and
such.
New features:
- Added possibility of custom part problem header from
extproblem
- Added possibility of showing problem only when DisplaySolutions active
- Created ShowAllTags for clearing tags list
- Added exercisepoints for getting total number of points in an exercise/problem.
- Introduced SolutionsOnly
- added pgref and ppgref for global referencing problems and part problems.
- Added exercisebankversion and exercisebankbuild (for easier debugging)
- Possibility to toggle whether part problem header showing if only one part problem is displayed: exercisebanksetup{show lonely part problems}
- Added hisfilepath for getting path of current exercisefile
- Added uildsprite for building selected sets as a sprite (all sets compressed on a few pages for overview). e.g. uildsprite{set1,set2}
Bug fixes:
- Corrected use of the length ppMarginBelow
- Fixed bug where phead and ShowFilenames crash
- Fixed bug where part problem header repeats if solution is itemize.
- uildset now gives error if set does not exist.
- Made HideTags cummulative.
- Raises error when pdfTeX(or pdfLaTeX) is not used.
- Allow underscore for files in makeset
- Prevent overwriting of graphicspath
- Fixed bug where error comes at 123 exercises or more (TeX capacity exceeded error).
A special mention to the github users @tristelune1 for doing a lot of the testing for this version!
Thank you!
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/exercisebank
More information is at
https://www.ctan.org/pkg/exercisebank
------------------------------------------------------------------------
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 .
Mikica Kocic submitted an update to the
xcpdftips
package.
Version number: 1.1 2019-03-18
License type: gpl3+
Summary description: Natbib citations with PDF tooltips
Announcement text:
----------------------------------------------------------------------
Added support for tooltips on PDF layers (using OCG)
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/xcpdftips
More information is at
https://www.ctan.org/pkg/xcpdftips
------------------------------------------------------------------------
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 .
Roger Herz-Fischler submitted the
do-it-yourself-tex
package.
Version number: 1.3 2019-03-17
License type: pd
Summary description: A collection of easily modifiable forms, macros and sample texts for use with plain TeX/XeTeX
Announcement text:
----------------------------------------------------------------------
This package provides easily modifiable forms and macros which
illustrate how
plain xetex can used to produce high quality texts with such fea-
tures as precise font designations,
imported images, marginal notes, colour, right to left texts and syl-
labics.
Real examples are provided in both the TeX and PDF versions.
A set of shell files, font tables an HTML page with links to font
sources are also provided.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/xetex/plain/do-it-yourself-tex
More information is at
http://www.ctan.org/pkg/do-it-yourself-tex
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
--
Robert Alessi submitted an update to the
icite
package.
Version: 1.2 2019-03-17
License: gpl3+ cc-by-sa-4
Summary description: Indices locorum citatorum
Announcement text:
----------------------------------------------------------------------
icite v1.2 - Indices locorum citatorum:
- improved documentation, added a new section on how to format citations
with the classics package in combination with icite.
- (not a) bugfix: biblatex citation commands cannot be found inside
if ... fi, otherwise autopunct becomes inoperative.
icite gets around this.
- added configurable delimiters: authors/titles and titles/pages.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/icite
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/icite/
------------------------------------------------------------------------
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 .
Xiangdong Zeng submitted an update to the
fduthesis
package.
Version number: 0.7c 2019-03-17
License type: lppl1.3c
Summary description: LaTeX thesis template for Fudan University
Announcement text:
----------------------------------------------------------------------
- Added
- Add `garamond` and `times*` for `style/font`
- Add `sinotype` and `sourcehan` for `style/cjk-font`
- Fixed
- Font selecting in macOS
- Changed
- Allow `degree` for doctor thesis
- Improved
- Rewrite font settings
- Change the main fonts for documentations
- Removed
- Remove `latexmkrc` and `latexmkrc-en`
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/fduthesis
More information is at
http://www.ctan.org/pkg/fduthesis
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
--