me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-uninormalize.

* gnu/packages/tex.scm (texlive-uninormalize): New variable.
Nicolas Goaziou 2023-06-26 15:19:03 +02:00
parent 4ee871537b
commit 40d46e6522
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -14221,6 +14221,25 @@ Typewriter font, together with a LuaTeX virtual font setup that introduces
random variability in grey level and angle of each character.") random variability in grey level and angle of each character.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-uninormalize
(package
(name "texlive-uninormalize")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/uninormalize/"
"tex/lualatex/uninormalize/")
(base32
"1c4pki1yw5599s9nyj1ir7j26mgbhf1iw7m44685d8la9vbzv8dm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uninormalize")
(synopsis "Unicode normalization support")
(description
"This package provides Unicode normalization (useful for composed
characters) for LuaLaTeX.")
(license license:lppl1.3+)))
(define-public texlive-units (define-public texlive-units
(package (package
(name "texlive-units") (name "texlive-units")