guix-commits
[Top][All Lists]
Advanced

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

20/296: gnu: Add texlive-asaetr.


From: guix-commits
Subject: 20/296: gnu: Add texlive-asaetr.
Date: Thu, 24 Aug 2023 05:19:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8642eb52bc1f095fecf4fedaecc455dcd62d6a4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:20:05 2023 +0200

    gnu: Add texlive-asaetr.
    
    * gnu/packages/tex.scm (texlive-asaetr): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c7b66b253a..7067a3f390 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3460,6 +3460,27 @@ review.  This class is derived from the standard LaTeX 
class @code{article}.")
 Koovit, with support for LaTeX and pdfLaTeX.")
     (license (list license:silofl1.1 license:lppl))))
 
+(define-public texlive-asaetr
+  (package
+    (name "texlive-asaetr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/asaetr/" "doc/latex/asaetr/"
+                   "tex/latex/asaetr/")
+             (base32
+              "1yms34l9nx151vgjrjsa94801q0bgp2khjgk933iy1bpkmm7jf2d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/asaetr";)
+    (synopsis "Transactions of the ASAE")
+    (description
+     "This package provides a class and BibTeX style for submissions to the
+@emph{Transactions of the American Society of Agricultural Engineers}.  Also
+included is the Metafont source of a slanted Computer Modern Caps and Small
+Caps font.")
+    (license license:public-domain)))
+
 (define-public texlive-asapsym
   (package
     (name "texlive-asapsym")



reply via email to

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