[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/243: gnu: Add texlive-babel-croatian.
From: |
guix-commits |
Subject: |
82/243: gnu: Add texlive-babel-croatian. |
Date: |
Fri, 11 Aug 2023 08:45:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e3e2eaf29f5ff4dc456db698a196c3816dff17b6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 17:58:32 2023 +0200
gnu: Add texlive-babel-croatian.
* gnu/packages/tex.scm (texlive-babel-croatian): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f925bf6553..323a74fcbf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20212,6 +20212,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-croatian
+ (package
+ (name "texlive-babel-croatian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-croatian/"
+ "source/generic/babel-croatian/"
+ "tex/generic/babel-croatian/")
+ (base32
+ "1r3cccrc2i57sza8qc24hxm2p6igvhbkr8a6lnsrcrhbji2smi07")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-croatian";)
+ (synopsis "Babel contributed support for Croatian")
+ (description
+ "The package establishes Croatian conventions in a document (or a subset
+of the conventions, if Croatian is not the main language of the document).")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-english
(package
(name "texlive-babel-english")
- 187/243: gnu: Add texlive-translation-europecv-de., (continued)
- 187/243: gnu: Add texlive-translation-europecv-de., guix-commits, 2023/08/11
- 74/243: gnu: Add texlive-visualfaq., guix-commits, 2023/08/11
- 167/243: gnu: Add texlive-koma-script-examples., guix-commits, 2023/08/11
- 188/243: gnu: Add texlive-translation-filecontents-de., guix-commits, 2023/08/11
- 192/243: gnu: Add texlive-umlaute., guix-commits, 2023/08/11
- 234/243: gnu: Add texlive-collection-langportuguese., guix-commits, 2023/08/11
- 233/243: gnu: Add texlive-xypic-tut-pt., guix-commits, 2023/08/11
- 235/243: gnu: Add texlive-babel-catalan., guix-commits, 2023/08/11
- 76/243: gnu: Add texlive-yet-another-guide-latex2e., guix-commits, 2023/08/11
- 77/243: gnu: Add texlive-collection-langenglish., guix-commits, 2023/08/11
- 82/243: gnu: Add texlive-babel-croatian.,
guix-commits <=
- 87/243: gnu: Add texlive-babel-kurmanji., guix-commits, 2023/08/11
- 81/243: gnu: Add texlive-babel-breton., guix-commits, 2023/08/11
- 89/243: gnu: Add texlive-babel-latvian., guix-commits, 2023/08/11
- 88/243: gnu: Add texlive-babel-latin., guix-commits, 2023/08/11
- 84/243: gnu: Add texlive-babel-friulan., guix-commits, 2023/08/11
- 90/243: gnu: Add texlive-babel-lithuanian., guix-commits, 2023/08/11
- 111/243: gnu: Add texlive-lshort-slovenian., guix-commits, 2023/08/11
- 112/243: gnu: Add texlive-lshort-turkish., guix-commits, 2023/08/11
- 103/243: gnu: Add texlive-hrlatex., guix-commits, 2023/08/11
- 106/243: gnu: Add texlive-kaytannollista-latexia., guix-commits, 2023/08/11