From 5769095f68a3054861ccc5b4ce8eb64aa3e11558 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 15:51:05 +0200 Subject: [PATCH] gnu: Add texlive-fundus-cyr. * gnu/packages/tex.scm (texlive-fundus-cyr): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f2166d5f0a..840cd37d66 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -83205,6 +83205,24 @@ this way, it is rather easy to debug code too.") documents. The package is part of the @code{fundus} bundle.") (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 ;;; of a merge conflict, place them above by existing packages with similar