guix-commits
[Top][All Lists]
Advanced

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

15/296: gnu: Add texlive-apa.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fb6bc95d4d..688b36cb65 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2779,6 +2779,32 @@ final exams in the @acronym{ANU, Australian National 
University}.")
 @emph{Annals of Mathematics}.")
     (license license:lppl1.3+)))
 
+(define-public texlive-apa
+  (package
+    (name "texlive-apa")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/apa/" "tex/latex/apa/")
+             (base32
+              "0slrvw7awva4d2zf7a6qyvh85qhrp8ml4ncdzjfizr5xz4ki6gs2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/apa";)
+    (synopsis "American Psychological Association format")
+    (description
+     "This package provides a LaTeX class to format text according to the
+@emph{American Psychological Association Publication Manual} (5th ed.)
+specifications for manuscripts or to the @acronym{APA, Americal Psychological
+Association} journal look found in journals like the @emph{Journal of
+Experimental Psychology} etc.  In addition, it provides regular LaTeX-like
+output with a few enhancements and APA-motivated changes.  Note that the
+@code{apa7} class (covering the 7th edition of the manual) and
+@code{apa6} (covering the 6th edition of the manual) are now commonly in use.
+Apacite, which used to work with this class, has been updated for use with
+@code{apa6}.")
+    (license license:lppl)))
+
 (define-public texlive-apalike-ejor
   (package
     (name "texlive-apalike-ejor")



reply via email to

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