Nicola Talbot submitted an update to the
bib2gls
package.
Version number: 1.8 2018-11-30
License type: gpl3+
Summary description: Command line application to convert .bib files to glossaries-extra.sty resource files
Announcement text:
----------------------------------------------------------------------
- new resource options:
--save-primary-locations
--primary-location-formats
--long-case-change
--dual-long-case-change
--word-boundaries
--sort-label-list
--dependency-fields
- added support for the new glossaries-extra package option
record=nameref (introduced to glossaries-extra v1.37).
- normal locations are now written to the location field as
glsnoidxdisplayloc{<prefix>}{<counter>}{<format>}{<location>}
instead of explicitly using
setentrycounter[<prefix>]{<counter>}<format>{<location>}
This matches the way the record is added to the loclist field
and makes it easier to adjust the record formatting.
- bib2gls now always parses the .log file even if the interpreter
setting is off. (It still needs to know version details and
whether hyperlinks and Unicode are supported by the document.)
- Underscores now allowed in bib labels.
- Hooks added to pick up label prefixes if needed:
ibglsprimaryprefixlabel
ibglsdualprefixlabel
ibglstertiaryprefixlabel
ibglsexternalprefixlabel
- bug fix: corrected default sort=doc
- bug fix: corrected letternumber-upperlower and
letternumber-lowerupper sort methods.
- bug fix: corrected invalid datetime pattern that threw
InvalidArgumentException
- bug fix: https://github.com/nlct/bib2gls/issues/3
Files located in local texmf path are not determined correctly
on Windows.
(actual bug was in texparserlib.jar rather than bib2gls.jar)
- @glsnavhypertarget will now fallback on original definition
(which requires an extra LaTeX call) if the type is unknown.
- Renamed example file sample-languages.tex to
sample-markuplanguages.tex
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/bib2gls
More information is at
http://www.ctan.org/pkg/bib2gls
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
--
David Carlisle and Ulrike Fischer submitted an update to the
oberdiek
bundle.
Version number: 2018-11-30
License type: lppl1.3
Summary description: A bundle of packages submitted by Heiko Oberdiek
Announcement text:
----------------------------------------------------------------------
Update to Oberdiek bundle
Fixing several issues reported at
https://github.com/ho-tex/oberdiek/issues
#26, #43, #47
Also the code has been simplified removing code paths for obsolete
versions of luatex and removing dependcies on the luatex85
compatibility package. the build system has been improved, with all the
existing test files converted to l3build and reference results checked.
Highlights from the git change log:
6ec48fc Merge remote-tracking branch 'origin/issue43'
946ab30 Merge remote-tracking branch 'origin/issue26'
c873276 added test for issue #26
6a2a972 handled issue #26
03e2ec6 (origin/issue43) removed pre 0.65 stuff from luacolor
9350262 testfile for issue #43
c2e2077 add more whatsits types for issue #43
daa7b9f (origin/issue26) added test for issue #26
f241e37 handled issue #26
8b0989c use ifcsname
43ec5ef added compability code for pgf
f1095e6 update tlg for local files
1a02a89 dont generate the pre-luatex 0.65 versions of luacolor or the
oberdiek.luacolor copy 6448773 licence files
886f365 l3build test file collection from Ulrike Fischer
1aca19e remove luatex85
f2bca14 restore change log
e5f59a2 define pdf... primitives directly rather than use luatex85
package d96aa24 document luatex package as obsolete
d9531ea Add .gitignore
b4bb68f start of converting tests to l3build
bbcb3d8 additional definitions and checks for luatex, closing #47
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/oberdiek
More information is at
https://www.ctan.org/pkg/oberdiek
------------------------------------------------------------------------
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 .
Jürgen Spitzmüller submitted an update to the
biblatex-publist
package.
Version number: 1.13 2018-11-30
License type: lppl1.3
Summary description: BibLaTeX bibliography support for publication lists
Announcement text:
----------------------------------------------------------------------
* V. 1.13 (2018-11-30):
This release fixes some long-standing issues with sorting and
extralabel assignment in plauthorhandling=omit with differing
co-authors.
NOTE: this changes the output (to the better) order with
plauthorhandling=omit.
CHANGES:
- Introduce new sorting templates that ignore names.
- Use ydt tempate by default (CHANGE OF OUTPUT!)
- Assign extralabel independent of author group with
plauthorhandling=omit. This is done by inserting a constant dummy
shortauthor. Note that this only works if no shortauthor is defined.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-publi…
More information is at
https://www.ctan.org/pkg/biblatex-publist
------------------------------------------------------------------------
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 .
Javier Bezos López submitted an update to the
enumitem
package.
Version: 3.6 2018-11-30
License: mit
Summary description: Control layout of itemize, enumerate, description
Announcement text:
----------------------------------------------------------------------
Changes
- New key 'left', for fast, tab-like positioning of the label.
- The key 'widest' now works with 'itemize' and 'description'.
- New key 'first', for code at the beginning of the list body.
- DrawEnumitemLabel, for visual debugging of the label position.
- Extended settings for trivlist, with a new package option
'includedisplayed'.
- Size dependent lengths (first steps).
- Fix - 'format'/'font' was not taken into account when computing
'widest'.
- New license - MIT
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/enumitem
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/enumitem/
------------------------------------------------------------------------
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 .
Peter M. Gerdes submitted an update to the
rec-thy
package.
Version number: 2.4.3
License type: pd
Summary description: Commands to typeset recursion theory papers
Announcement text:
----------------------------------------------------------------------
v2.4.2 - Fixed horrible bugs introduced in last version and fixed many
symbols to work even in pdflatex mode. Also things are compiling
again. v2.4.3 - Rendered compatible with beamer by removing enumitem
requirement if beamer is loaded.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/rec-thy
More information is at
https://www.ctan.org/pkg/rec-thy
------------------------------------------------------------------------
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 .
Donald P. Story submitted the
icon-appr
package.
Version number: 2018-11-23
License type: lppl1.2
Summary description: Creates icon appearances for form buttons
Announcement text:
----------------------------------------------------------------------
Use this package to create icon appearances for push buttons, check box buttons, and radio buttons form fields.
Package works for pdflatex, lualatex, xelatex, dvips/distiller or dvips/ps2pdf; some techniques require Acrobat.
Pdfmark-type drivers require, depending on the method used, aeb_pro or graphicxsp.
PDF Viewers: Adobe Reader DC, PDF-XChange Editor, and, of course Adobe Acrobat. SummatraPDF previews the icon buttons
very well.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/icon-appr
More information is at
http://www.ctan.org/pkg/icon-appr
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
--
Scott Pakin submitted an update to the
hyperxmp
package.
Version number: 3.5
License type: lppl1.3c
Summary description: Embed XMP metadata within a LaTeX document
Announcement text:
----------------------------------------------------------------------
XMP (eXtensible Metadata Platform) is a mechanism proposed by Adobe for
embedding document metadata within the document itself. The metadata are
designed to be easy to extract, even by programs that are oblivious to the
document's file format. Most of Adobe's applications store XMP metadata
when saving files. Now, with the hyperxmp package, it is trivial for
LaTeX document authors to store XMP metadata in their documents as well.
hyperxmp integrates seamlessly with hyperref and requires virtually no
modifications to documents that already exploit hyperref's mechanisms for
specifying PDF metadata. The current version of hyperxmp can embed the
following metadata as XMP: authors, base URL, contact telephone
number/postal address/email address/URL, copyright statement, creation
date, document identifier, document instance identifier, document type,
file format, keywords, language, LaTeX file name, license URL, metadata
writer, PDF version, PDF-generating tool, PDF/A compliance level and
version, primary author's position or title, subject/summary, and title.
hyperxmp is compatible with pdflatex, latex+dvips+ps2pdf, latex+dvipdfm,
xelatex, and lualatex.
Version 3.5 of hyperxmp gives the user the ability to explicitly specify a
UUID for the document rather than let hyperxmp generate it randomly.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/hyperxmp
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/hyperxmp
------------------------------------------------------------------------
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 .
Étienne Deparis submitted an update to the
awesomebox
package.
Version number: 0.4
License type: other-free
Summary description: Draw admonition blocks in your documents, illustrated
with FontAwesome icons
Announcement text:
----------------------------------------------------------------------
New release of awesomebox package. This new release includes:
- Custom rule color
- Drop xelatex/luatex requirement
- Use fontawesome5 package
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/awesomebox
The package's files themselves can be inspected at
http://mirror.ctan.org/graphics/awesomebox
------------------------------------------------------------------------
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 .
François Pantigny submitted an update to the
witharrows
package.
Version: 1.12 2018-11-26
License: lppl1.3
Summary description: “Aligned” math environments with arrows for comments
Announcement text:
----------------------------------------------------------------------
* New command agnextline to impose the tag on the next line.
* New option tagged-lines to specify exactly the lines to tag in DispWithArrows.
* An option of position (ll, lr, rl, rr or i) is now allowed at the local
level even if the option group or the option groups is used at the global
or environment level.
* Compatibility of {DispWithArrows} with qedhere of amsthm.
* Compatibility with the packages refcheck, showlabels and listlbls.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/witharrows
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/witharrows/
------------------------------------------------------------------------
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
plautopatch
package.
Version: 0.9b 2018-11-25
License: bsd3
Summary description: Automated patches for pLaTeX/upLaTeX
Announcement text:
----------------------------------------------------------------------
* Add support for multicol and doc.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/plautopatch
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/japanese/plautopatch/
------------------------------------------------------------------------
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 .