From a08a19316ed6a0fe608a5a517f36daac954fb147 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:13:28 +0200 Subject: gnu: Add texlive-adfathesis. * gnu/packages/tex.scm (texlive-adfathesis): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu/packages') 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 @@ (define-public texlive-active-conf 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") -- cgit v1.2.3