guix-commits
[Top][All Lists]
Advanced

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

60/243: gnu: Add texlive-tamethebeast.


From: guix-commits
Subject: 60/243: gnu: Add texlive-tamethebeast.
Date: Fri, 11 Aug 2023 08:45:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2c4aeb6b6488cc85e16c01b89af335d593894227
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:26:05 2023 +0200

    gnu: Add texlive-tamethebeast.
    
    * gnu/packages/tex.scm (texlive-tamethebeast): 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 c65591b252..77b8028a90 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25396,6 +25396,24 @@ according to the natural width of the widest cell in 
the column.")
 
 (define-deprecated-package texlive-latex-tabulary texlive-tabulary)
 
+(define-public texlive-tamethebeast
+  (package
+    (name "texlive-tamethebeast")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/bibtex/tamethebeast/")
+             (base32
+              "13shw7hcimckn7pp8pj0cr1zsi1wq6r400x1v6akpmwwjxkw09g5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tamethebeast";)
+    (synopsis "Manual about bibliographies and especially BibTeX")
+    (description
+     "This package is an as complete as possible manual about bibliographies
+in LaTeX, and thus mainly about BibTeX.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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