From bc15c627918abfb111c442e0308d8cbdd5c5df51 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:18:19 +0200 Subject: [PATCH] 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")