guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: Add texlive-apa6.


From: guix-commits
Subject: 01/06: gnu: Add texlive-apa6.
Date: Tue, 28 Jun 2022 09:10:52 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 9374af6b6f705a07a23c4451906aa2f6fac3e92a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Jun 28 15:07:10 2022 +0200

    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+)))



reply via email to

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