mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-typewriter.
* gnu/packages/tex.scm (texlive-typewriter): New variable.
This commit is contained in:
parent
e331b87317
commit
4ee871537b
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue