Thomas Kelkel submitted the
showkerning
package.
Version: 0.1
License: lppl1.3c
Summary description: Showing kerns in a document
Announcement text:
----------------------------------------------------------------------
The package displays all kerning values in the form of colored bars
directly at the respective position in the document. Positive values
are displayed in green, negative values in red. The width of the bars
corresponds exactly to the respective kerning value.
By option the bars can be placed behind or in front of the glyphs.
The package requires LuaLaTeX.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/showkerning
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/showkerning/
------------------------------------------------------------------------
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
Jean-François Burnol submitted an update to the
xint
package.
Version number: 1.4m 2022-06-10
License type: lppl1.3c
Summary description: Expandable operations on long numbers
Announcement text:
----------------------------------------------------------------------
- compatibility with miniltx (bugfix to resolve an infinite loop
which appeared at 1.4l, but the situation was buggy even before).
- documentation improvements, in particular each instance of a
macro in the code source is linked to the place where it was
first defined. Back and forth cross-references from the
implementation to the user documentation are active in the file
xint-all.pdf (not included, see README.md for the simple build
instructions starting with xint.dtx).
Some removals of long deprecated macros had been already acted
when the miniltx compatibility bug surfaced so with hesitation
I decided not to revert them. For details see CHANGES.html.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/generic/xint
More information is at
https://www.ctan.org/pkg/xint
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
--
Thomas Kelkel submitted the
showhyphenation
package.
Version: 0.1
License: lppl1.3c
Summary description: Show hyphenation points
Announcement text:
----------------------------------------------------------------------
The package shows the hyphenation points in the document by either
inserting small triangles below the baseline or by typesetting
explicit hyphens.
The markers are correctly placed even within ligatures and their
size adjusts to the font size. By option the markers can be placed
behind or in front of the glyphs.
The package requires LuaLaTeX.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/showhyphenation
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/luatex/latex/showhyphenation/
------------------------------------------------------------------------
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
Thomas Kelkel submitted the
spacekern
package.
Version number: 0.1
License type: lppl1.3c
Summary description: Kerning between words and against space
Announcement text:
----------------------------------------------------------------------
The package offers two distinct main features.
First, it provides two shorthands for typesetting breaking and non-breaking
small spaces, where both hyphenation and kerning against space are correctly
applied.
Second, interword kerning can be applied.
The package requires LuaLaTeX.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/spacekern
More information is at
https://www.ctan.org/pkg/spacekern
------------------------------------------------------------------------
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
Thomas Kelkel submitted the
ligtype
package.
Version number: 0.1
License type: lppl1.3c
Summary description: Suppress inappropriate ligatures
Announcement text:
----------------------------------------------------------------------
The package suppresses inappropriate ligatures following specified rules. Both
font and user kerning are applied correctly, and f-glyphs are automatically
replaced with their short-arm variant (if available). Also there is an emphasis
on speed.
By default the package applies German language ligature suppression rules. With
the help of options and macros it can be used for other languages as well.
The package requires LuaLaTeX.
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/latex/ligtype
More information is at
https://www.ctan.org/pkg/ligtype
------------------------------------------------------------------------
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
Yu Xiong submitted an update to the
njuthesis
package.
Version: 0.20.0 2022-06-10
License: lppl1.3c
Summary description: LaTeX thesis template for Nanjing University
Announcement text:
----------------------------------------------------------------------
### New
Additional info field for national library cover.
### Fixed
Several format issues introduced by the previous version.
Details can be found at <https://github.com/nju-lug/NJUThesis/blob/master/CHANGELOG.md>.
----------------------------------------------------------------------
The package’s Catalogue entry can be viewed at
https://ctan.org/pkg/njuthesis
The package’s files themselves can be inspected at
https://mirrors.ctan.org/macros/unicodetex/latex/njuthesis/
------------------------------------------------------------------------
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
Marei Peischl submitted an update to the
tuda-ci
package.
Version number: 3.26 2022-06-10
License type: lppl1.3c
Summary description: LaTeX templates of Technische Universität Darmstadt
Announcement text:
----------------------------------------------------------------------
Update the TUprints data scheme
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/contrib/tuda-ci
More information is at
https://www.ctan.org/pkg/tuda-ci
------------------------------------------------------------------------
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
Josef Friedrich submitted an update to the
luakeys
package.
Version number: 0.6 2022-06-09
License type: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
----------------------------------------------------------------------
* New feature: keys now can be defined using the function
“define(defs, opts)” or “define(kv_string, { defs = { key = { ... } } })”
* Rename the global options table from “default_options” to “opts”
* New option “format_keys”
* Remove option “case_insensitive_keys”. Use
“format_keys = { lower }” to achieve the same effect.
* The default value of the option “convert_dimension” is now false.
* The option “standalone_as_true” is renamed to “naked_as_value”.
The boolean value of the option must be changed to the opposite to
produce the previous effect.
* The function “print()” is now called “debug()”
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/luatex/generic/luakeys
More information is at
https://www.ctan.org/pkg/luakeys
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
--
The LaTeX Team submitted the
latex-lab
package.
Version number: 2022-06-01
License type: lppl1.3c
Summary description: LaTeX laboratory: Development pre-release
Announcement text:
----------------------------------------------------------------------
Please see LaTeX News 35
----------------------------------------------------------------------
This package is located at
https://mirrors.ctan.org/macros/latex/required/latex-lab
More information is at
https://www.ctan.org/pkg/latex-lab
------------------------------------------------------------------------
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 .