guix-commits
[Top][All Lists]
Advanced

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

08/163: gnu: Add texlive-authordate.


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

ngz pushed a commit to branch master
in repository guix.

commit cf232f29b66029106203337fccf0075ef02b2c9f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 18:25:51 2023 +0200

    gnu: Add texlive-authordate.
    
    * gnu/packages/tex.scm (texlive-authordate): 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 cff24b4835..0015a09304 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2660,6 +2660,28 @@ Chinese.")
 manual.")
     (license license:lgpl3+)))
 
+(define-public texlive-authordate
+  (package
+    (name "texlive-authordate")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/authordate/"
+                   "doc/bibtex/authordate/"
+                   "tex/latex/authordate/")
+             (base32
+              "0d3cd63b80vfd8vzbpn6dnhy47fpq5rxm95i52id2j6606gi1skf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/authordate";)
+    (synopsis "Author/date style citation styles")
+    (description
+     "The bundle provides four BibTeX styles (@code{authordate1}, ...,
+@code{authordate4}), and a LaTeX package, for citation in author/date style.
+The BibTeX styles differ in how they format names and titles; one of them is
+necessary for the LaTeX package to work.")
+    (license license:knuth)))
+
 (define-public texlive-auto-pst-pdf
   (package
     (name "texlive-auto-pst-pdf")



reply via email to

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