gnu: Add texlive-serbian-def-cyr.

* gnu/packages/tex.scm (texlive-serbian-def-cyr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 15:16:30 +02:00
parent 37de1fa524
commit 572a98c207
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8600,6 +8600,25 @@ (define-public texlive-serbian-date-lat
a @code{\\date} command that solves the problem.")
(license license:gpl2)))
(define-public texlive-serbian-def-cyr
(package
(name "texlive-serbian-def-cyr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/serbian-def-cyr/"
"tex/latex/serbian-def-cyr/")
(base32
"116sgzxvny1hbkfc5s8bxirk9zshyv8qdd2fdr8iwqjfd7lhx03i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/serbian-def-cyr")
(synopsis "Serbian Cyrillic localization")
(description
"This package provides abstract, chapter, title, date etc, for Serbian
language in Cyrillic scripts in T2A encoding and CP1251 code pages.")
(license license:lppl1.3+)))
(define-public texlive-sesamanuel
(package
(name "texlive-sesamanuel")