ngz pushed a commit to branch master
in repository guix.
commit 240652573c3c594854fb1b96689070ce523f9b68
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:02:02 2023 +0200
gnu: Add texlive-cmcyr.
* gnu/packages/tex.scm (texlive-cmcyr): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d0568ff707..7b43380819 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14630,6 +14630,32 @@ mathematical fonts in a range of styles, based on
Monotype Modern 8A.")
(define-deprecated-package texlive-fonts-cm texlive-cm)
+(define-public texlive-cmcyr
+ (package
+ (name "texlive-cmcyr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmcyr/"
+ "fonts/map/dvips/cmcyr/"
+ "fonts/source/public/cmcyr/"
+ "fonts/tfm/public/cmcyr/"
+ "fonts/type1/public/cmcyr/"
+ "fonts/vf/public/cmcyr/")
+ (base32
+ "0mmlb3ky6cakwg8nsgkdkpc52ni2jf2w7nz5bfiyxhvy6mx1c64b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmcyr")
+ (synopsis "Computer Modern fonts with Cyrillic extensions")
+ (description
+ "These are the Computer Modern fonts extended with Russian letters, in
+Metafont sources and ATM Compatible Type 1 format. The fonts are provided in
+KOI-7, but virtual fonts are available to recode them to three other Russian
+8-bit encodings.")
+ (license license:public-domain)))
+
(define-public texlive-cmextra
(package
(name "texlive-cmextra")