me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lcyw.

* gnu/packages/tex.scm (texlive-lcyw): New variable.
Nicolas Goaziou 2023-08-14 15:04:22 +02:00
parent df18e1672e
commit 24719c5614
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -12684,6 +12684,25 @@ test file that is intended to be sent to the LaTeX bug database as part of
a bug report.")
(license license:lppl1.3c)))
(define-public texlive-lcyw
(package
(name "texlive-lcyw")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lcyw/" "source/latex/lcyw/"
"tex/latex/lcyw/")
(base32
"1yijk9l2ls6sq45ifx6m9d7xxk0ysrnn1y3fjz8wxwgwxp88x9fh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lcyw")
(synopsis "Make classic Cyrillic CM fonts accessible in LaTeX")
(description
"The package makes the classic CM Cyrillic fonts accessible for use with
LaTeX.")
(license license:lppl1.3+)))
(define-public texlive-luafindfont
(package
(name "texlive-luafindfont")