The Japanese TeX Development Community submitted the
ascmac
package.
Version: 2.0h 2018-03-09
License: bsd3
Summary description: Boxes and picture macros with Japanese vertical writing support
Announcement text:
----------------------------------------------------------------------
The bundle provides boxes and picture macros with Japanese
vertical writing support. It uses only native picture macros
and fonts for drawing boxes, thus driver-independent.
Separated from Japanese pLaTeX bundle.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/ascmac
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/ascmac/
------------------------------------------------------------------------
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 .
Justin Finnerty submitted the
chemsec
package.
Version number: 1.12
License type: lppl1.3
Summary description: Automated creation of numeric entity labels
Announcement text:
----------------------------------------------------------------------
New package for the automated creation of numeric entity labels.
Initial release of a package for creating sequential numeric labels for
entities in a document. The motivating example is chemical structures
in a scientific document. The package can automatically output a full
object name and label on the first occurence in the document and just
labels only on subsequent references.
This release is the initial release. Initial testing shows it achieves
the stated typesetting objectives. However, some situations do not
generate a warning message.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/chemsec
More information is at
https://www.ctan.org/pkg/chemsec
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
uplatex
package.
Version: 2018-03-09
License: bsd3
Summary description: pLaTeX2e and miscellaneous macros for upTeX
Announcement text:
----------------------------------------------------------------------
* Sync with platex.
* Reconstruct format files; now depends on platex.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/uplatex
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/japanese/uplatex/
------------------------------------------------------------------------
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 .
The Japanese TeX Development Community submitted an update to the
platex
package.
Version: 2018-03-09
License: bsd3
Summary description: pLaTeX2e and miscellaneous macros for pTeX
Announcement text:
----------------------------------------------------------------------
* Improve tabular environment.
* Reconstruct format files.
* jclasses: use Cjascale.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/platex
The package’s files themselves can be inspected at
http://mirror.ctan.org/language/japanese/platex/
------------------------------------------------------------------------
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 .
Christian Tellechea submitted an update to the
chemfig
package.
Version: 1.3 2018-03-08
License: lppl1.3c
Summary description: Draw molecules with easy syntax
Announcement text:
----------------------------------------------------------------------
chemfig 1.3
* All parameters are now set via setchemfig{} with <key>=<value> syntax.
The following macros, though still working, are now obsolete:
setcrambond, setatomsep, setbondoffset, setdoublesep,
setangleincrement, enablefixedbondlength, disablefixedbondlength,
setnodestyle, setbondstyle, setlewis, setlewisdist, setstacksep,
setcompoundstyle, setarrowdefault, setandsign, setarrowoffset,
setcompoundsep, setarrowlabelsep, enablebondjoin, disablebondjoin
and schemedebug
* The starred version chemfig* and the optionnals arguments chemfig[][],
though still, working are obsolete.
The setchemfig macro should be used instead.
* 6 new parameters: lewis radius, arrow double sep, arrow double coeff,
arrow double harpoon, cycle radius coeff, arrow head, all set via
setchemfig
* Bugfix in CF@parse@mergeopt
* Code cleaning.
* Macro polymerdelim (undocumented), included in the code:
this macro is exprimental and still in test.
* No write register allocated by
ewwrite
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/chemfig
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/generic/chemfig/
------------------------------------------------------------------------
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 .
Péter Szabó submitted an update to the
a2ping
package.
Version: 2.83p 2018-03-07
License: gpl
Summary description: Advanced PS, PDF, EPS converter
Announcement text:
----------------------------------------------------------------------
* Lots of new features (introduced in 2007-03-07, but it somehow
never made it to CTAN)
* Bugfixes to make it work with Ghostscript 8.22.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/a2ping
The package’s files themselves can be inspected at
http://mirror.ctan.org/graphics/a2ping/
------------------------------------------------------------------------
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 .
The LaTeX Team submitted an update to the
l3build
package.
Version number: 2018-03-08
License type: lppl1.3c
Summary description: A testing and building system for (La)TeX
Announcement text:
----------------------------------------------------------------------
# Release 2018-03-08
## l3build as a stand alone script
>From this release, l3build may be used directly rather than requiring
'calling' from a build.lua wrapper. This will allow l3build to be
installed as a script in common TeX distributions: the team anticipate
that this will lead to the much simplified usage
l3build <command> [<options>] [<names>]
At present, l3build will continue to work with existing build.lua
files, but the team recommend that these are updated to the 'new'
style: all that is required is to remove the lines
kpse.set_program_name(kpsewhich)
dofile(kpse.lookup(l3build.lua))
and then to use the new invocation.
## Tagging
Supporting this change, various options have been added and removed:
see the documentation for full details. In particular, the setversion
command has been replaced by tag, which is modelled on the Git
command of the same name. This will require updated build.lua files for
users of setversion, but allows a more flexible approach. It also
avoids the confusion on what 'version' means, as the updated script uses
l3build --version
in the normal way to print the version of the script itself.
Tagging is carried out for example by
l3build tag 2018-03-05
## Support for scripts
To allow this change, new variables scriptfiles and scriptmanfiles
have been added. These allow the inclusion of scripts in packages, and
also the provision of Unix man files.
## Preparations for TeX Live 2018
The upcoming TeX Live release will feature updated engines. Some
normalisation code has been adjusted to allow for LuaTeX and (u)pTeX
changes. These will of course already be of relevance to MiKTeX users.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/l3build
More information is at
https://www.ctan.org/pkg/l3build
------------------------------------------------------------------------
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 .
Oliver Kopp submitted the
plantuml
package.
Version number: 0.1.0
License type: lppl1.3c
Summary description: Support for rendering UML diagrams using the
syntax and tool of PlantUML
Announcement text:
----------------------------------------------------------------------
Support for rendering UML diagrams using the syntax and tool of
PlantUML. The PlantUML syntax is very short and thus enables quickly
specifying UML diagrams. Using dot, PlantUML layouts the diagrams.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/latex/plantuml
More information is at
https://www.ctan.org/pkg/plantuml
------------------------------------------------------------------------
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 .
Antonis Tsolomitis submitted the
GFSNeohellenicMath
package.
Version number: 1.0
License type: ofl
Summary description: A Greek math font in the Neo-Hellenic style
Announcement text:
----------------------------------------------------------------------
The GFSNeohellenic font, a historic font first designed by Victor
Scholderer, and digitized by George Matthiopoulos of the Greek Font
Society (GFS), now has native support for Mathematics. The project was
commissioned to GFS by the Department of Mathematics of the University
of the Aegean, Samos, Greece. The Math Table was constructed by the
Mathematics Professor A. Tsolomitis. A useful application is in beamer
documents since this is a Sans Math font.
The GFSNeohellenic fontfamily supports many languages (including
Greek), and it is distributed (both text and math) under the OFL
license.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/gfsneohellenicmath
More information is at
http://www.ctan.org/pkg/GFSNeohellenicMath
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
Jobst Hoffmann submitted an update to the
struktex
package.
Version number: 2.3-17-ga8f1af9 2018-03-07
License type: lppl1.2
Summary description: Draw Nassi-Shneiderman charts
Announcement text:
Even in the age of OOP one must develop algorithms. Nassi-Shneiderman
charts are a well known tool to describe an algorithm in a graphical
way. The package offers some macros for generating those charts in a
LATEX document.
The package provides the most important elements of a Nassi-Shneiderman
charts, including processing blocks, loops, mapping conventions for
alternatives, etc. The charts are drawn using the picture environment
(using pict2e for preference).
----------------------------------------------------------------------
added option fixedindent to the struktex.el AUCTeX support file
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/struktex
More information is at
http://www.ctan.org/pkg/struktex
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
Nicola Talbot submitted an update to the
glossaries
package.
Version number: 4.36 2018-03-07
License type: lppl1.3
Summary description: Create glossaries and lists of acronyms
Announcement text:
----------------------------------------------------------------------
* glossaries.sty:
- bug fix (if makeindex is used without makeglossaries,
corrupted glossary information is written to the .idx file)
* makeglossaries-lite.lua:
- corrected check for double-quotes in @istfilename
(from jobname when the .tex file name contains spaces)
- added check for nil codepage
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/glossaries
More information is at
https://www.ctan.org/pkg/glossaries
------------------------------------------------------------------------
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 .
Jean-François Burnol submitted an update to the
xint
package.
Version number: 1.3a 2018-03-07
License type: lppl1.3c
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
Fix for user defined functions: in case of recursivity (as made
possible at previous release 1.3) they were inefficient due to a
missing appropriate expansion of their arguments.
New conditionals ifone() and ifint().
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xint
More information is at
https://www.ctan.org/pkg/xint
------------------------------------------------------------------------
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 .
Nicola Talbot submitted an update to the
glossaries-extra
package.
Version number: 1.28 2018-03-06
License type: lppl1.3
Summary description: An extension to the glossaries package
Announcement text:
----------------------------------------------------------------------
- bug fix: glsxtrsetgrouptitle and glsxtrlocalsetgrouptitle
changed csxdef/csedef to protected@csxdef and
protected@csedef, respectively
- glsxtredeffield now uses protected@csedef instead
of csedef
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/glossaries-extra
More information is at
https://www.ctan.org/pkg/glossaries-extra
------------------------------------------------------------------------
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 .
Antonis Tsolomitis submitted the
GFSNeohellenicMath
package.
Version number: 1.0
License type: ofl
Summary description: A Greek math font in the Neo-Hellenic style
Announcement text:
----------------------------------------------------------------------
The GFSNeohellenic font, a historic font first designed by Victor
Scholderer, and digitized by George Matthiopoulos of the Greek Font
Society (GFS), now has native support for Mathematics. The project was
commissioned to GFS by the Department of Mathematics of the University
of the Aegean, Samos, Greece. The Math Table was constructed by the
Mathematics Professor A. Tsolomitis. A useful application is in beamer
documents since this is a Sans Math font.
The GFSNeohellenic fontfamily supports many languages (including
Greek), and it is distributed (both text and math) under the OFL
license.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/gfsneohellenicmath
More information is at
http://www.ctan.org/pkg/GFSNeohellenicMath
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
cjk-gs-integrate
package.
Version number: 20180306.0
License type: gpl3
Summary description: Tools to integrate CJK fonts into Ghostscript
Announcement text:
----------------------------------------------------------------------
* New version that will go on TeX Live 2018.
* Database files are separated to external files.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/utilities/cjk-gs-integrate
More information is at
https://www.ctan.org/pkg/cjk-gs-integrate
------------------------------------------------------------------------
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 Japanese TeX Development Community submitted an update to the
ptex-fontmaps
package.
Version number: 20180306.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 2018.
* kanji-config-updmap: Multiple language mode options (--ja, --sc etc.)
can be specified at the same time.
----------------------------------------------------------------------
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
Manfred Lotz
We are supported by the TeX user groups.
Please join a users group; see http://www.tug.org/usergroups.html .
Bob Tennent submitted an update to the
alegreya
package.
Version number: 2018-03-05
License type: ofl
Summary description: Alegreya fonts with LaTeX support
Announcement text:
----------------------------------------------------------------------
Updated to fonts version 2.006. Alegreya now has Medium and ExtraBold
weights. Truetype fonts replaced by Opentype fonts.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/fonts/alegreya
More information is at
https://www.ctan.org/pkg/alegreya
------------------------------------------------------------------------
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 .
Li Zhennan submitted an update to the
cquthesis
package.
Version: 1.30 2018-02-23
License: lppl1.3
Summary description: LaTeX Thesis Template for Chongqing University
Announcement text:
----------------------------------------------------------------------
cquthesis v1.30 2018-02-23
This update includes several new features and bug fixes.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cquthesis
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/cquthesis/
------------------------------------------------------------------------
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 .
The LaTeX Team submitted an update to the
l3kernel
package.
Version number: 2018-03-05
License type: lppl1.3c
Summary description: LaTeX3 programming conventions
Announcement text:
----------------------------------------------------------------------
Release 2018-03-05
This release largely focusses on additions to the new l3draw module.
----------------------------------------------------------------------
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
Nicola Talbot submitted an update to the
bib2gls
package.
Version number: 1.3 2018-03-05
License type: gpl3+
Summary description: Command line application to convert .bib files to
glossaries-extra.sty resource files
Announcement text:
----------------------------------------------------------------------
- bug fix: check for quoted path elements (spaces in file names)
- bug fix: corrected category={same as base}
- bug fix: corrected dual selection
- New switch --ignore-packages (-k)
----------------------------------------------------------------------
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 .
Steven B. Segletes submitted an update to the
tabstackengine
package.
Version: 2.10 2018-03-05
License: lppl1.3
Summary description: “Tabbing” front-end to stackengine
Announcement text:
----------------------------------------------------------------------
tabstackengine V2.10 primarily addresses two issues:
1) horizontal rules that expand to fill the TABstack cell width
are provided via TABrule and, optionally, TABcline{}.
2) Brace hacks have been employed to allow TABstacks to be nested
inside of tabular or align environments, without the need for
additional bracing.
In addition, a switch has been provided to relax the syntax rules
for one situation. The purpose here is not to encourage sloppy syntax,
but to provide a more meaningful debugging output when strict syntax
is [accidentally] not obeyed.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/tabstackengine
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/tabstackengine/
------------------------------------------------------------------------
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 .
Moritz Schubotz submitted an update to the
texvc
package.
Version: 1.1
License: lppl1.3
Summary description: Use MediaWiki LaTeX commands
Announcement text:
----------------------------------------------------------------------
Bugfix release:
- Fixed handling of Greek math symbols, i.e., varcoppa
- Documentation of the special case or
GitHub link https://github.com/ag-gipp/texvc-latex
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/texvc
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/texvc/
------------------------------------------------------------------------
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 .
Toby Cubitt submitted an update to the
cleveref
package.
Version: 0.21.3 2018-03-03
License: lppl1.2
Summary description: Intelligent cross-referencing
Announcement text:
----------------------------------------------------------------------
Bug-fix release:
- fix bug in cpageref + hyperref
- allow crefalias'ing of appendix reference types
- fix misleading
amecref undefined reference warning
- make sub-reference types inherit from format components
rather than low-level formats
- fix spelling mistakes in Dutch translations
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/cleveref
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/cleveref/
------------------------------------------------------------------------
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 .
Takayuki Yato submitted an update to the
BXjscls
package.
Version number: 1.8 2018-03-03
License type: bsd2
Summary description: Japanese document class collection for all major
engines
Announcement text:
----------------------------------------------------------------------
- Options 'textwidth' and 'number-of-line' to easily specify the size
of the main text area
- Option 'units' to allow users to use Japanese units ('Q', 'zw', etc)
on all engines
- 'setpagelayout+' as more useful variant of 'setpagelayout*'
- Option 'label-section=modern' makes the formatting of the section
number more consistent
- Fix the enhanced '@', and add option 'fix-at-cmd=false' to suppress
the enhancement
- Use of two-letter font commands are warned more verbosely
- Option 'ja' is encouraged to give explicitly
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/language/japanese/BX/bxjscls
More information is at
http://www.ctan.org/pkg/BXjscls
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
Axel Kielhorn submitted an update to the
adrconv
package.
Version: 1.4
License: lppl1.3
Summary description: BibTeX styles to implement an address database
Announcement text:
----------------------------------------------------------------------
This update restores compatibility with the current KOMA-Script Version.
It uses scrlayer-scrpage instead of scrpage, and the correct NFSS commands
to select the font.
It adds the addrentry and addrchar commands with the same function as
adrentry and adrchar.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/adrconv
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/adrconv/
------------------------------------------------------------------------
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 .
Alex Ball submitted an update to the
biblatex-oxref
package.
Version number: 0.12 2018-03-03
License type: lppl1.3c
Summary description: BibLaTeX styles inspired by the Oxford Guide to
Style
Announcement text:
----------------------------------------------------------------------
All being well, this should be the last of the experimental releases
(not counting bug fix releases). Changes since v0.11.3:
- **Breaking change:** titles of `suppbook` entries are now in
quotation marks by default; the inverted commas must be removed by
using the `descriptor` annotation or field, in common with other
entry types.
- **Breaking change:** the punctuation before a ‘by Author’ statement
is now configurable, and defaults to a space instead of a comma.
- Explicit handling has been added for entry types `suppperiodical`,
`suppcollection`, `booklet`, `patent`, `standard`, `artwork`,
`performance`, and `letter`, and examples for these have been added
to the documentation. The `image` entry type uses the new
`artwork`/`performance` driver instead of `online`.
- The `altthesis` option has been deprecated in favour of new option
`thesis`, which takes values `in` (`altthesis = true`), `out`
(`altthesis = false`) and `plain` (no parentheses at all).
- The `varissuedate` option has been renamed `issuedate-plain`, to
match `court-plain`.
- There is a new `bookseries` option which takes values `in` and
`out` with the same logic as the `thesis` option.
- The `mergedate` option can now be set on a per-type basis. Some
bugs in the `maximum` and `compact` variants have been fixed.
- There is a new `nonodate` option for suppressing ‘n.d.’ when an
entry in `oxalph`/`oxyear` has no suitable date label. It is
automatically activated on a per-entry basis if a `sortyear` is
given.
- It is now possible to annotate a date as `inferred` to enclose it
in square brackets.
- Various edge-case formatting bugs have been fixed.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-oxref
More information is at
http://www.ctan.org/pkg/biblatex-oxref
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
Donald P. Story submitted an update to the
AeB Pro
package.
Version number: 2018-02-17
License type: lppl1.2
Summary description: Items from the AeB Pro Family of Software
Announcement text:
----------------------------------------------------------------------
What's New (2018-02-17) Added a star-option to exHelp, added demo
files to illustrate rollover animation techniques
(http://www.acrotex.net/blog/?tag=rollovers).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/aeb_pro/aeb_pro
More information is at
https://www.ctan.org/pkg/AeB Pro
------------------------------------------------------------------------
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 .
Tibor Tómács submitted the
hulipsum
package.
Version: 1.0 2018-03-03
License: lppl1.3
Summary description: Hungarian dummy text (Lórum ipse)
Announcement text:
----------------------------------------------------------------------
Hungarian dummy text (Lórum ipse) for demonstrating the textual
elements of a document template.
The hulipsum package was made for Hungarian LaTeX-users.
With it they can typeset 150 paragraphs of Lórum ipse, which
is a Hungarian variation of the Lorem ipsum.
All paragraphs are taken with permission from http://www.lorumipse.hu/.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/hulipsum
The package’s files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/hulipsum/
------------------------------------------------------------------------
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: 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 .