The LaTeX Team submitted an update to the
iftex
package.
Version number: 1.0b
License type: lppl1.3c
Summary description: Am I running under pdfTeX, XeTeX or LuaTeX?
Announcement text:
----------------------------------------------------------------------
Minor update to iftex package to improve compatibility with KOMA-Script scrbase package
which defines ifpdftex with a different syntax.
iftex will now not over-ride the definition.
Users can still use the alternative name ifPDFTeX to access the iftex definition.
Alternatively(and preferable for compatibility with other document classes)
use the scrbase internalonly option so that package does not define a conflicting ifpdftex.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/iftex
More information is at
http://www.ctan.org/pkg/iftex
CTAN is run entirely by volunteers and supported by TeX user groups
Please join a user group or donate to one, see https://ctan.org/lugs
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Ina Dau
--
Nicola Talbot submitted an update to the
datetime2-breton
package.
Version number: 1.2 2019-11-05
License type: lppl1.3
Summary description: Breton language module for the datetime2 package
Announcement text:
----------------------------------------------------------------------
Bug fix: renamed scratch variables to avoid conflict
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/datetime2-contrib/datetime2-bre…
More information is at
https://www.ctan.org/pkg/datetime2-breton
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Ulrike Fischer submitted an update to the
luaotfload
package.
Version: 3.1 2019-11-04
License: gpl2
Summary description: OpenType ‘loader’ for Plain TeX and LaTeX
Announcement text:
----------------------------------------------------------------------
- NEW: harf mode: added code to use the harfbuzz library of luahbtex
- fonts in ttc-collections can be indexed by name
- removed a number of lua tables from the global enviroment (_G)
to reduce the pollution.
Kept there are only the tables luaotfload, fonts and nodes.
- sync with context files from 2019-10-29
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/luaotfload
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/luatex/generic/luaotfload/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
David Purton submitted an update to the
pgf-cmykshadings
package.
Version number: 1.2 2019-11-05
License type: lppl1.3c
Summary description: Support for CMYK and grayscale shadings in PGF/TikZ
Announcement text:
----------------------------------------------------------------------
Deprecate package as this functionality has now been incorporated in
the core `pgf` package since version 3.1.3.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/graphics/pgf/contrib/pgf-cmykshadings
More information is at
https://www.ctan.org/pkg/pgf-cmykshadings
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Manfred Lotz
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs .
Maïeul Rouquette submitted an update to the
reledpar
package.
Version: 2.22.4 2019-11-04
License: lppl1.3
Summary description: Typeset scholarly editions in parallel texts
Announcement text:
----------------------------------------------------------------------
This release fixes compatibility with the latest version of polyglossia.
Thanks to Enrico Gregorio !
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
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
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Herbert Voß submitted an update to the
fbox
package.
Version number: 0.03
License type: lppl1.3c
Summary description: Extended fbox macro from standard LaTeX
Announcement text:
----------------------------------------------------------------------
0.03 2019-11-04
- added star version
- modified version for expandable lowercase
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/fbox
More information is at
https://www.ctan.org/pkg/fbox
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Erik Braun
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Clemens Niederberger submitted an update to the
tasks
package.
Version: 1.1 2019-11-03
License: lppl1.3
Summary description: Horizontally columned lists
Announcement text:
----------------------------------------------------------------------
- settasks' argument is now long, i.e., it allows a par
- new option start for setting the starting value at which the list starts counting
- several fixes around label/
ef...
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tasks
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/tasks/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Michal Hoftich submitted an update to the
make4ht
package.
Version: 0.3 2019-11-01
License: lppl1.3
Summary description: A build system for tex4ht
Announcement text:
----------------------------------------------------------------------
Version 0.3 2019-11-01:
Lot of changes this time:
- big update of the documentation, lot of grammar and spell errors fixed.
- the terminal output is suppressed to few status messages and errors
by default. The new --loglevel command line parameter can be used to
change the amount of the terminal output.
- added support for reading of the input from the standard input.
Use the - character instead of a filename.
New extensions:
- preprocess_input: support for pre-processing of the input files
using Pandoc and Knitr. It can detect the file type and process it
accordingly. It supports Markdown, RMarkdown, Rtex, Rnw etc.
- collapsetoc: useful for minitoces in multi page HTML files - it
created table of contents containing headers in the HTML file and
top level headers in the others. It is similar to TOCs used in
Readthedoces (https://papis.readthedocs.io/en/latest/configuration.html
for example)
New commands useful in the build files:
- bibliography support:
- Make:biber
- Make:bibtex
- indexing support:
- Make:xindy
- Make:makeindex
- Make:xindex
New DOM filter:
- tablerows: clean spurious rows from the converted tables.
Lots of bug fixes, especially in the ODT format output.
Version 0.3a 2019-11-01:
- Added make4ht- prefix to extensions and formats file names
- removed unused Lua libraries
Version 0.3b 2019-11-03:
The previous release introduced some filename clashes that
should be fixed with this one.
----------------------------------------------------------------------
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
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs
Takayuki Yato submitted an update to the
ifptex
bundle.
Version: 2.0 2019-11-01
License: mit
Summary description: Check if the engine is pTeX or one of its derivatives
Announcement text:
----------------------------------------------------------------------
- Adjust to work better with the new iftex package maintanined
by the LaTeX3 Project.
- Now iftex is loaded inside ifptex.
- Provide always all-lowercase 'if...tex' commands.
- Support for loading in INI mode.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ifptex
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/generic/ifptex/
------------------------------------------------------------------------
Thanks for the upload.
For the CTAN Team
Petra Rübe-Pugliese
------------------------------------------------------------------------
CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs