gnu: Add texlive-babel-serbian.
* gnu/packages/tex.scm (texlive-babel-serbian): New variable.
This commit is contained in:
parent
49017260f8
commit
316078081e
1 changed files with 20 additions and 0 deletions
|
@ -23333,6 +23333,26 @@ names.")
|
||||||
translations of standard LaTeX names.")
|
translations of standard LaTeX names.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-babel-serbian
|
||||||
|
(package
|
||||||
|
(name "texlive-babel-serbian")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/babel-serbian/"
|
||||||
|
"source/generic/babel-serbian/"
|
||||||
|
"tex/generic/babel-serbian/")
|
||||||
|
(base32
|
||||||
|
"089w8phd1pyzh8dmn4v2bspnmx4hqi63mby1yn7xk596qxi3nqrz")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/babel-serbian")
|
||||||
|
(synopsis "Babel and Polyglossia support for Serbian")
|
||||||
|
(description
|
||||||
|
"The package provides support for Serbian documents written in Latin, in
|
||||||
|
Babel.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-babel-slovak
|
(define-public texlive-babel-slovak
|
||||||
(package
|
(package
|
||||||
(name "texlive-babel-slovak")
|
(name "texlive-babel-slovak")
|
||||||
|
|
Reference in a new issue