ngz pushed a commit to branch master
in repository guix.
commit 75014dce0ea53ed2e9c02717ad3580a40fc77cb5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:15:51 2023 +0200
gnu: Add texlive-russ.
* gnu/packages/tex.scm (texlive-russ): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b680433006..90c59da59f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -43685,6 +43685,27 @@ a number of @code{\\magsteps} to change size; from
this are defined commands
@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
(license license:public-domain)))
+(define-public texlive-russ
+ (package
+ (name "texlive-russ")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/russ/" "tex/latex/russ/")
+ (base32
+ "0ixvdjvgrqn5z8glvbr1i9k4yw00n260d11n034x6j67srxph3rb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/russ")
+ (synopsis "LaTeX in Russian, without Babel")
+ (description
+ "The package aims to facilitate Russian typesetting (based on input using
+MicroSoft Code Page 1251). Russian hyphenation is selected, and various
+mathematical commands are set up in Russian style. Furthermore all Cyrillic
+letters catcodes are set to @samp{letter}, so that commands with Cyrillic
+letters in their names may be defined.")
+ (license license:lppl)))
+
(define-public texlive-everypage
(package
(name "texlive-everypage")