ngz pushed a commit to branch master
in repository guix.
commit 5508bfa99646537739d71c4adc94e59f0193f7ad
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:15:11 2023 +0200
gnu: Add texlive-numnameru.
* gnu/packages/tex.scm (texlive-numnameru): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 734b8437ea..7e4075f944 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11767,6 +11767,25 @@ and use raw PDF objects.")
;; explicitly instead of simply renaming the file.
(license (license:fsf-free "file://doc/plain/newsletr/read.me"))))
+(define-public texlive-numnameru
+ (package
+ (name "texlive-numnameru")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/numnameru/"
+ "tex/latex/numnameru/")
+ (base32
+ "1il8qn9wkdk554r4a8h5vmdmwcvgwygcx58zwnqxflz6hqsxdjmx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/numnameru")
+ (synopsis "Converts a number to the Russian spelled out name")
+ (description
+ "This package converts a numerical number to the Russian spelled out name
+of the number.")
+ (license license:lppl1.3+)))
+
(define-public texlive-ofs
(package
(name "texlive-ofs")