gnu: Add texlive-showkerning.

* gnu/packages/tex.scm (texlive-showkerning): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:14:58 +02:00
parent 86556e6bb9
commit 30b7a6393e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13859,6 +13859,28 @@ (define-public texlive-showhyphenation
in front of the glyphs. The package requires LuaLaTeX.")
(license license:lppl1.3c)))
(define-public texlive-showkerning
(package
(name "texlive-showkerning")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/showkerning/"
"tex/lualatex/showkerning/")
(base32
"0kd20scd9mv7zmsfz9wy321j07fwkll94cbfpqllzn0jk80qgxgm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/showkerning")
(synopsis "Showing kerns in a document")
(description
"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.")
(license license:lppl1.3c)))
(define-public texlive-standalone
(package
(name "texlive-standalone")