gnu: Add texlive-russ.

* gnu/packages/tex.scm (texlive-russ): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 15:15:51 +02:00
parent 0feaf474dd
commit 75014dce0e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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")