diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 10:41:21 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:33:02 +0200 |
commit | 3a110142c973bd46897ea365854f05ce082c6297 (patch) | |
tree | b54c2269728e5dd483ad57309b8f362b88beae6d /gnu/packages | |
parent | df97e2d701684ae6e07925f6961902a319ae121f (diff) | |
download | guix-3a110142c973bd46897ea365854f05ce082c6297.tar guix-3a110142c973bd46897ea365854f05ce082c6297.tar.gz |
gnu: Add texlive-babel-interlingua.
* gnu/packages/tex.scm (texlive-babel-interlingua): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f36947703f..253a107572 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -24152,6 +24152,29 @@ Icelandic of standard LaTeX names.") (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") |