diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:31:30 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:40:08 +0200 |
commit | a2e7254b18c41c9192c7385771cc66310db479cb (patch) | |
tree | 2c4053164969e81402d3e39ea6096a93c01df384 /gnu | |
parent | 8fd9d02b6bc263d68d88afef6ca51b3e8433434c (diff) | |
download | guix-a2e7254b18c41c9192c7385771cc66310db479cb.tar.gz |
gnu: Add texlive-babel-catalan.
* gnu/packages/tex.scm (texlive-babel-catalan): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c308015494..0edbd3250d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -22060,6 +22060,26 @@ rules of its own; this package provides an appropriate selection of French and British typographic rules.") (license license:lppl1.3+))) +(define-public texlive-babel-catalan + (package + (name "texlive-babel-catalan") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-catalan/" + "source/generic/babel-catalan/" + "tex/generic/babel-catalan/") + (base32 + "162ih5948z2kbxqxf7bp94ffg7f2b5l8ffa9w304868hj9ik6jfk"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-catalan") + (synopsis "Babel contributed support for Catalan") + (description + "The package establishes Catalan conventions in a document (or a subset +of the conventions, if Catalan is not the main language of the document).") + (license license:lppl1.3+))) + (define-public texlive-babel-croatian (package (name "texlive-babel-croatian") |