From 9374af6b6f705a07a23c4451906aa2f6fac3e92a Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 28 Jun 2022 15:07:10 +0200 Subject: gnu: Add texlive-apa6. * gnu/packages/tex.scm (texlive-apa6): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index de0a6d347c..8b1416fd91 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -10866,3 +10866,26 @@ tables and figures to be set left/right or alternating on even/odd pages.") sorting and merging of BibTeX databases, generation of uniform reference keys, and selecting references used in a publication.") (license license:gpl2+))) + +(define-public texlive-apa6 + (package + (inherit (simple-texlive-package + "texlive-apa6" + (list "doc/latex/apa6/" + "source/latex/apa6/" + "tex/latex/apa6/") + (base32 + "08jn8piyaad4zln33c0gikyhdkcsk2s3ms9l992riq2hbpbm9lcf") + #:trivial? #t)) + (home-page "https://www.ctan.org/pkg/apa6") + (synopsis "Format documents in APA style (6th edition)") + (description "The class formats documents in APA style (6th +Edition). It provides a full set of facilities in three different +output modes (journal-like appearance, double-spaced manuscript, +LaTeX-like document), in contrast to the earlier apa6e, which only formats +double-spaced manuscripts in APA style. The class can mask author identity +for copies for use in masked peer review. + +The class is a development of the apa class (which is no longer +maintained).") + (license license:lppl1.3c+))) -- cgit v1.2.1