guix-commits
[Top][All Lists]
Advanced

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

07/296: gnu: Add texlive-adfathesis.


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

ngz pushed a commit to branch master
in repository guix.

commit a08a19316ed6a0fe608a5a517f36daac954fb147
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:13:28 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c060fbc367..2d81a0349f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1608,6 +1608,26 @@ more flexible front-matter, and can be customised for 
conferences in future
 years with a header file.")
     (license license:lppl)))
 
+(define-public texlive-adfathesis
+  (package
+    (name "texlive-adfathesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/adfathesis/"
+                   "doc/latex/adfathesis/"
+                   "source/latex/adfathesis/"
+                   "tex/latex/adfathesis/")
+             (base32
+              "0zi91xc3sbdjvp87zgrb7g3l5hxqig33fchlhg2i8gjya9ij67p6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/adfathesis";)
+    (synopsis "Australian Defence Force Academy thesis format")
+    (description "The package provides the Australian Defence Force Academy
+thesis format.  The bundle also includes a BibTeX style file.")
+    (license license:public-domain)))
+
 (define-public texlive-adforn
   (package
     (name "texlive-adforn")



reply via email to

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