guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/163: gnu: Add texlive-beebe.


From: guix-commits
Subject: 09/163: gnu: Add texlive-beebe.
Date: Sat, 19 Aug 2023 14:39:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 475ee754f4cc3430e88fde2271d9cc622ac21285
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:26:17 2023 +0200

    gnu: Add texlive-beebe.
    
    * gnu/packages/tex.scm (texlive-beebe): 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 0015a09304..57c83c2563 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3043,6 +3043,24 @@ issues of numbers in Basque.")
 It may use either TikZ or PSTricks as graphics engine.")
     (license license:lppl1.3+)))
 
+(define-public texlive-beebe
+  (package
+    (name "texlive-beebe")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bib/beebe/" "tex/generic/beebe/")
+             (base32
+              "060v67ma1r6n9fmg4v4zl2pgxz6gmd4qrazyss9hwq6z4206pqc0")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblio";)
+    (synopsis "Collection of bibliographies")
+    (description
+     "This package provides a collection of BibTeX bibliographies on
+TeX-related topics (including, for example, spell-checking and SGML).  Each
+includes a LaTeX wrapper file to typeset the bibliography.")
+    (license license:public-domain)))
+
 (define-public texlive-begingreek
   (package
     (name "texlive-begingreek")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]