guix-commits
[Top][All Lists]
Advanced

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

16/296: gnu: Add texlive-apa6e.


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

ngz pushed a commit to branch master
in repository guix.

commit 44e755444fdd497e7f598905559060a64abf24fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:18:35 2023 +0200

    gnu: Add texlive-apa6e.
    
    * gnu/packages/tex.scm (texlive-apa6e): 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 688b36cb65..1deb39a26c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2805,6 +2805,27 @@ Apacite, which used to work with this class, has been 
updated for use with
 @code{apa6}.")
     (license license:lppl)))
 
+(define-public texlive-apa6e
+  (package
+    (name "texlive-apa6e")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/apa6e/" "source/latex/apa6e/"
+                   "tex/latex/apa6e/")
+             (base32
+              "1dksjpdywwvyj9mfhaghsrf935p061gsnx4lf5s6pkv5nxn2pbln")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/apa6e";)
+    (synopsis "Format manuscripts to APA 6th edition guidelines")
+    (description
+     "This is a minimalist class file for formatting manuscripts in the style
+described in the @acronym{APA, American Psychological Association} 6th edition
+guidelines.  The @code{apa6} class provides better coverage of the
+requirements.")
+    (license license:bsd-2)))
+
 (define-public texlive-apalike-ejor
   (package
     (name "texlive-apalike-ejor")



reply via email to

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