mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add texlive-uninormalize.
* gnu/packages/tex.scm (texlive-uninormalize): New variable.
This commit is contained in:
parent
4ee871537b
commit
40d46e6522
1 changed files with 19 additions and 0 deletions
|
@ -14221,6 +14221,25 @@ (define-public texlive-typewriter
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue