guix-commits
[Top][All Lists]
Advanced

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

10/296: gnu: Add texlive-aguplus.


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

ngz pushed a commit to branch master
in repository guix.

commit b3c20e9c10f43e84a106f63ea8a12115f3701250
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:14:11 2023 +0200

    gnu: Add texlive-aguplus.
    
    * gnu/packages/tex.scm (texlive-aguplus): 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 31d555316c..befff050ed 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1824,6 +1824,27 @@ access journal @emph{Archives of Forensic Psychology}.")
 Of Technology.")
     (license license:public-domain)))
 
+(define-public texlive-aguplus
+  (package
+    (name "texlive-aguplus")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/aguplus/" "doc/latex/aguplus/"
+                   "tex/latex/aguplus/")
+             (base32
+              "0qpi5r4y70cmxinr9y46rw6dfd337l5xhnqfvbkz27nw98j87fi3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/aguplus";)
+    (synopsis "Styles for American Geophysical Union")
+    (description
+     "This bundle started as an extension to the @acronym{AGU, American
+Geophysical Union}'s own published styles, providing extra facilities and
+improved usability.  The AGU now publishes satisfactory LaTeX materials of its
+own; it is recommended to switch to the official distribution.")
+    (license license:lppl)))
+
 (define-public texlive-aichej
   (package
     (name "texlive-aichej")



reply via email to

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