[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/163: gnu: Add texlive-citeall.
From: |
guix-commits |
Subject: |
95/163: gnu: Add texlive-citeall. |
Date: |
Sat, 19 Aug 2023 14:39:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e1fcf5c312abb8f0328c32cb6fe83b6a8a8753d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:01:16 2023 +0200
gnu: Add texlive-citeall.
* gnu/packages/tex.scm (texlive-citeall): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b89db029ed..d24184a72d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6455,6 +6455,24 @@ and bibliography according to the selected CSL style. A
LaTeX package
processor.")
(license (list license:expat license:cc-by-sa3.0))))
+(define-public texlive-citeall
+ (package
+ (name "texlive-citeall")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/citeall/" "tex/latex/citeall/")
+ (base32
+ "0sap2kns1b51zj0dmy70q77rw7dnhdjqab0rmyvpp2hgq5yk3mhq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/citeall";)
+ (synopsis "Cite all entries of a @file{.bbl} created with BibLaTeX")
+ (description
+ "This small package allows to cite all entries of
+a BibLaTeX (@file{.bbl}) file.")
+ (license license:lppl1.3+)))
+
(define-public texlive-cjhebrew
(package
(name "texlive-cjhebrew")
- 97/163: gnu: Add texlive-collref., (continued)
- 97/163: gnu: Add texlive-collref., guix-commits, 2023/08/19
- 103/163: gnu: Add texlive-doipubmed., guix-commits, 2023/08/19
- 109/163: gnu: Add texlive-footbib., guix-commits, 2023/08/19
- 111/163: gnu: Add texlive-gbt7714., guix-commits, 2023/08/19
- 85/163: gnu: Add texlive-bookdb., guix-commits, 2023/08/19
- 90/163: gnu: Add texlive-chicago., guix-commits, 2023/08/19
- 91/163: gnu: Add texlive-chicago-annote., guix-commits, 2023/08/19
- 93/163: gnu: Add texlive-chscite., guix-commits, 2023/08/19
- 84/163: gnu: Add texlive-biolett-bst., guix-commits, 2023/08/19
- 88/163: gnu: Add texlive-chbibref., guix-commits, 2023/08/19
- 95/163: gnu: Add texlive-citeall.,
guix-commits <=
- 96/163: gnu: Add texlive-citeref., guix-commits, 2023/08/19
- 99/163: gnu: Add texlive-crossrefware., guix-commits, 2023/08/19
- 102/163: gnu: Add texlive-dk-bib., guix-commits, 2023/08/19
- 104/163: gnu: Add texlive-ecobiblatex., guix-commits, 2023/08/19
- 98/163: gnu: Add texlive-compactbib., guix-commits, 2023/08/19
- 106/163: gnu: Add texlive-economic., guix-commits, 2023/08/19
- 116/163: gnu: Add texlive-historische-zeitschrift., guix-commits, 2023/08/19
- 120/163: gnu: Add texlive-inlinebib., guix-commits, 2023/08/19
- 122/163: gnu: Add texlive-is-bst., guix-commits, 2023/08/19
- 125/163: gnu: Add texlive-jneurosci., guix-commits, 2023/08/19