[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
442/452: gnu: Add texlive-babelbib.
From: |
guix-commits |
Subject: |
442/452: gnu: Add texlive-babelbib. |
Date: |
Fri, 9 Jun 2023 13:44:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 612ec2808dd9194697026afe51d6e4bd598b0696
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 08:50:53 2023 +0200
gnu: Add texlive-babelbib.
* gnu/packages/tex.scm (texlive-babelbib): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6b161feed5..affc8a4591 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3744,6 +3744,28 @@ polyglossia package rather than Babel.")
(define-deprecated-package texlive-latex-babel texlive-babel)
+(define-public texlive-babelbib
+ (package
+ (name "texlive-babelbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/babelbib/"
+ "doc/bibtex/babelbib/" "tex/latex/babelbib/")
+ (base32
+ "0q65qy0jmy98zfaha26b09hzr7v02jn8i6942y51hfaphbgh8kpx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babelbib")
+ (synopsis "Multilingual bibliographies")
+ (description
+ "This package enables the user to generate multilingual bibliographies in
+cooperation with @code{babel}. Two approaches are possible: each citation may
+be written in another language, or the whole bibliography can be typeset in
+a language chosen by the user. In addition, the package supports commands to
+change the typography of the bibliographies.")
+ (license license:lppl1.0+)))
+
(define-public texlive-cmexb
(package
(name "texlive-cmexb")
- 430/452: gnu: texlive-csplain: Create formats., (continued)
- 430/452: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/09
- 422/452: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/09
- 429/452: gnu: Add texlive-luatex85., guix-commits, 2023/06/09
- 433/452: gnu: texlive-context: Create formats., guix-commits, 2023/06/09
- 439/452: gnu: Add texlive-makeindex., guix-commits, 2023/06/09
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib.,
guix-commits <=
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09