me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fundus-cyr.

* gnu/packages/tex.scm (texlive-fundus-cyr): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:05 +02:00
parent 280038a9eb
commit 5769095f68
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -83205,6 +83205,24 @@ this way, it is rather easy to debug code too.")
documents. The package is part of the @code{fundus} bundle.") documents. The package is part of the @code{fundus} bundle.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-fundus-cyr
(package
(name "texlive-fundus-cyr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/latex/fundus-cyr/")
(base32
"02zz37h71nqq0f4sf00fiw80pq1q3yadnhqm2j3niz13gms9ydl2")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fundus-cyr")
(synopsis "Support for Washington University Cyrillic fonts")
(description
"The package supports the use of the Washington Cyrillic fonts with LaTeX
(Note that standard LaTeX has support, too, as encoding OT2). The package is
distributed as part of the @code{fundus} bundle.")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar ;;; of a merge conflict, place them above by existing packages with similar