mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add texlive-babel-interlingua.
* gnu/packages/tex.scm (texlive-babel-interlingua): New variable.
This commit is contained in:
parent
df97e2d701
commit
3a110142c9
1 changed files with 23 additions and 0 deletions
|
@ -24152,6 +24152,29 @@ (define-public texlive-babel-indonesian
|
|||
(description "This is the Babel style for Indonesian.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-interlingua
|
||||
(package
|
||||
(name "texlive-babel-interlingua")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-interlingua/"
|
||||
"source/generic/babel-interlingua/"
|
||||
"tex/generic/babel-interlingua/")
|
||||
(base32
|
||||
"0mxyfa6rsaxwazliblg9p4cbr0vip12c00mkvnz4dak2adnhzvbg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-interlingua")
|
||||
(synopsis "Babel support for Interlingua")
|
||||
(description
|
||||
"The package provides the language definition file for support of
|
||||
Interlingua in Babel. This includes translations to Interlingua of standard
|
||||
LaTeX names (no shortcuts are provided). Interlingua itself is an auxiliary
|
||||
language, built from the common vocabulary of Spanish/Portuguese, English,
|
||||
Italian and French, with some normalisation of spelling.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-irish
|
||||
(package
|
||||
(name "texlive-babel-irish")
|
||||
|
|
Loading…
Reference in a new issue