gnu: Add texlive-babel-scottish.
* gnu/packages/tex.scm (texlive-babel-scottish): New variable.
This commit is contained in:
parent
0dccfa4227
commit
0a7d23d9f1
1 changed files with 21 additions and 0 deletions
|
@ -20659,6 +20659,27 @@ shortcuts are defined, as well as translations to Norsk of standard LaTeX
|
||||||
names.")
|
names.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-babel-scottish
|
||||||
|
(package
|
||||||
|
(name "texlive-babel-scottish")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/babel-scottish/"
|
||||||
|
"source/generic/babel-scottish/"
|
||||||
|
"tex/generic/babel-scottish/")
|
||||||
|
(base32
|
||||||
|
"0wnrahbjkqrgxr4ra2lpnj5yiygbd8pyivcndzax1r7x2ci0f805")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/babel-scottish")
|
||||||
|
(synopsis "Babel support for Scottish Gaelic")
|
||||||
|
(description
|
||||||
|
"The package provides the language definition file for support of Gaidhlig
|
||||||
|
(Scottish Gaelic) in Babel. Some shortcuts are defined, as well as
|
||||||
|
translations of standard LaTeX names.")
|
||||||
|
(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