mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: Add texlive-russ.
* gnu/packages/tex.scm (texlive-russ): New variable.
This commit is contained in:
parent
0feaf474dd
commit
75014dce0e
1 changed files with 21 additions and 0 deletions
|
@ -43685,6 +43685,27 @@ (define-public texlive-relsize
|
||||||
@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
|
@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
|
||||||
(license license:public-domain)))
|
(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
|
(define-public texlive-everypage
|
||||||
(package
|
(package
|
||||||
(name "texlive-everypage")
|
(name "texlive-everypage")
|
||||||
|
|
Loading…
Reference in a new issue