me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-showkerning.

* gnu/packages/tex.scm (texlive-showkerning): New variable.
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
1 changed files with 22 additions and 0 deletions

View File

@ -13859,6 +13859,28 @@ size adjusts to the font size. By option the markers can be placed behind or
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")