mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-babel-slovak.
* gnu/packages/tex.scm (texlive-babel-slovak): New variable.
This commit is contained in:
parent
a831efb52f
commit
3483faff2e
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue