mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-babel-slovenian.
* gnu/packages/tex.scm (texlive-babel-slovenian): New variable.
This commit is contained in:
parent
0a7d23d9f1
commit
cb4bb8461d
1 changed files with 21 additions and 0 deletions
|
@ -20701,6 +20701,27 @@ (define-public texlive-babel-slovak
|
|||
also defined.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-slovenian
|
||||
(package
|
||||
(name "texlive-babel-slovenian")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-slovenian/"
|
||||
"source/generic/babel-slovenian/"
|
||||
"tex/generic/babel-slovenian/")
|
||||
(base32
|
||||
"08bf1732vsa148km0vkfj6k1cg3j3yrhkzsvnhv283bbr1wqprz6")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-slovenian")
|
||||
(synopsis "Babel support for typesetting Slovenian")
|
||||
(description
|
||||
"The package provides the language definition file for support of
|
||||
Slovenian in Babel. Several shortcuts are defined, as well as translations to
|
||||
Slovenian of standard LaTeX names.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-spanish
|
||||
(package
|
||||
(name "texlive-babel-spanish")
|
||||
|
|
Loading…
Reference in a new issue