gnu: Add texlive-babel-slovak.

* gnu/packages/tex.scm (texlive-babel-slovak): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 11:52:11 +02:00
parent a831efb52f
commit 3483faff2e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19077,6 +19077,27 @@ (define-public texlive-babel-portuges
well as translations to Portuguese of standard LaTeX names.")
(license license:lppl1.3+)))
(define-public texlive-babel-slovak
(package
(name "texlive-babel-slovak")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-slovak/"
"source/generic/babel-slovak/"
"tex/generic/babel-slovak/")
(base32
"16w95j3ckvjvmwccx2qvf7lq3b3zvnlf7ygm35i8xq22f3lm2a9k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-slovak")
(synopsis "Babel support for typesetting Slovak")
(description
"The package provides the language definition file for support of Slovak
in Babel, including Slovak variants of LaTeX built-in-names. Shortcuts are
also defined.")
(license license:lppl1.3+)))
(define-public texlive-babel-spanish
(package
(name "texlive-babel-spanish")