Hironori Kitagawa submitted an update to the
luatexja
package.
Version number: 20170109.0
License type: bsd
Summary description: Typeset Japanese with Lua(La)TeX
Announcement text:
----------------------------------------------------------------------
* Sync ltjclasses and lltjext.sty with pLaTeX2e (development version:
commit 66fb747).
* Sync ltjsclasses with jsclasses 2016-12-13.
* Fix an error when hanks is used with ltjtarticle.cls.
Note: internal commands for \ are not patched by LuaTeX-ja.
So a horizontal glue after \ disappears, unlike pLaTeX2e.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/generic/luatexja
More information is at
http://www.ctan.org/pkg/luatexja
------------------------------------------------------------------------
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 .
Vincent Danjean submitted an update to the
latex-make
package.
Version number: 2.2.3
License type: gpl
Summary description: Easy compiling of complex (and simple) LaTeX
documents
Announcement text:
----------------------------------------------------------------------
Support for LuaLaTeX compilation and minor bug fixes
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/latex-make
More information is at
http://www.ctan.org/pkg/latex-make
------------------------------------------------------------------------
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 .
Robert Alessi submitted an update to the
arabluatex
package.
Version number: 1.7.1 2017-01-08
License type: gpl3
Summary description: An ArabTeX-like interface for LuaLaTeX
Announcement text:
----------------------------------------------------------------------
arabluatex v1.7.1:
- several bugs have found their ways into v1.6: final hamzah was not
parsed correctly in some cases, 'quoting' a consonant was discarded in
fullvoc mode and long vowels were not shortened before allaḏī.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/luatex/latex/arabluatex
More information is at
http://www.ctan.org/pkg/arabluatex
------------------------------------------------------------------------
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 .
Karl Berry submitted an update to the
epstopdf
package.
Version number: 2.26 2017-01-07
License type: other-free
Summary description: Convert EPS to PDF using Ghostscript
Announcement text:
----------------------------------------------------------------------
This release of epstopdf has one new feature, by user request:
epstopdf infile.eps outfile.pdf
creates the output in the indicated file.
An output file specified this way must end in .pdf (case-insensitive),
to avoid typos. For arbitrary output names, continue to use --outfile
(-o).
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/support/epstopdf
More information is at
http://www.ctan.org/pkg/epstopdf
------------------------------------------------------------------------
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-Côme Charpentier submitted an update to the
xlop
package.
Version number: 0.26
License type: lppl
Summary description: Calculates and displays arithmetic operations
Announcement text:
----------------------------------------------------------------------
* Fix a bug in opexport
* Add opsqrt and opgfsqrt for square roots
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xlop
More information is at
http://www.ctan.org/pkg/xlop
------------------------------------------------------------------------
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 .
Boris Veytsman submitted an update to the
acmart
package.
Version number: 1.28
License type: lppl1.3
Summary description: Class for typesetting publications of ACM
Announcement text:
----------------------------------------------------------------------
version 1.28 Bug fixes: natbib=false now behaves correctly.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/latex/contrib/acmart
More information is at
http://www.ctan.org/pkg/acmart
------------------------------------------------------------------------
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
package.
Version number: 4.28 2017-01-07
License type: lppl1.3
Summary description: Create glossaries and lists of acronyms
Announcement text:
----------------------------------------------------------------------
added glspatchtabularx
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/glossaries
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/glossaries
------------------------------------------------------------------------
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 .
Takuto Asakura submitted the
platexcheat
package.
Version number: 2.0
License type: mit
Summary description: A LaTeX cheat sheet, in Japanese
Announcement text:
----------------------------------------------------------------------
This is a translation to Japanese of Winston Chang’s LaTeX cheat sheet (a
reference sheet for writing scientific papers).
It has been adapted to Japanese standards using pLaTeX, and also attached
additional information of standard LaTeX (especially about
math-mode).
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/platexcheat
The package's files themselves can be inspected at
http://mirror.ctan.org/info/platexcheat
------------------------------------------------------------------------
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 .
Jean-François Burnol submitted an update to the
xint
package.
Version number: 1.2k 2017-01-06
License type: lppl1.3
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
- The xintfrac.sty floating point macros since 1.2f round their
arguments to the target precision P before further processing.
This rounding is now exact (aka correct) in all cases, even with
fractions having long numerators and denominators.
This change has little influence on float expressions, as the
xintfloatexpr parser handles there the / symbol as an operator
hence it does not (except for special constructs) get to see
fractions as such.
- Half-INT powers A^x (only available in float expressions,
not via macros) proceed by an INT power and then a
square-root extraction: the 1.2f implementation did the latter
on an already rounded value, 1.2k keeps some of the guard digits
to make the computed value Z closer to the exact one: a
difference of less than 0.52 ulp(Z) is guaranteed in all cases.
- Macro xintnewdummy is made a public one, it serves to declare
additional letters as dummy variables in expressions. This is
for Unicode engines, mainly, as all Latin letters are already
predefined to act as such.
See CHANGES.pdf or CHANGES.html for the details and more.
----------------------------------------------------------------------
This package is located at
http://mirror.ctan.org/macros/generic/xint
More information is at
http://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 .
Denis Bitouzé submitted an update to the
nwejm
package.
Version number: 0.98a 2017-01-06
License type: lppl1.3
Summary description: Support for the journal “North-Western European
Journal of Mathematics”
Announcement text:
----------------------------------------------------------------------
- Bug fixes.
- Documentation improved.
----------------------------------------------------------------------
The package's Catalogue entry can be viewed at
http://www.ctan.org/pkg/nwejm
The package's files themselves can be inspected at
http://mirror.ctan.org/macros/latex/contrib/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 .