guix-commits
[Top][All Lists]
Advanced

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

09/296: gnu: Add texlive-afthesis.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f976691ed8..31d555316c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1805,6 +1805,25 @@ ligatures, but also offers additional control over 
them.")
 access journal @emph{Archives of Forensic Psychology}.")
     (license license:lppl1.3+)))
 
+(define-public texlive-afthesis
+  (package
+    (name "texlive-afthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/afthesis/" "doc/latex/afthesis/"
+                   "tex/latex/afthesis/")
+             (base32
+              "1db9fzs4rf1d86n2gcn0zs255nlwc8i1yl5n9qzsn6xf5as7zz1i")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/afthesis";)
+    (synopsis "Air Force Institute of Technology thesis class")
+    (description
+     "This is a LaTeX thesis and dissertation class for US Air Force Institute
+Of Technology.")
+    (license license:public-domain)))
+
 (define-public texlive-aichej
   (package
     (name "texlive-aichej")



reply via email to

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