gnu: Add texlive-typewriter.

* gnu/packages/tex.scm (texlive-typewriter): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:18:46 +02:00
parent e331b87317
commit 4ee871537b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14201,6 +14201,26 @@ (define-public texlive-tsvtemplate
values separated by any character.")
(license license:eupl1.2)))
(define-public texlive-typewriter
(package
(name "texlive-typewriter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/typewriter/"
"tex/lualatex/typewriter/")
(base32
"00c53vbm8fchjggi3h1w49y07ma4cmmliqx2bhkvis6qsqgddw5f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/typewriter")
(synopsis "Typeset with a randomly variable monospace font")
(description
"The typewriter package uses the OpenType Computer Modern Unicode
Typewriter font, together with a LuaTeX virtual font setup that introduces
random variability in grey level and angle of each character.")
(license license:lppl)))
(define-public texlive-units
(package
(name "texlive-units")