guix-commits
[Top][All Lists]
Advanced

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

08/296: gnu: Add texlive-afparticle.


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

ngz pushed a commit to branch master
in repository guix.

commit 8322508e8f53486800da628c5522113f9154b2a5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:13:43 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2d81a0349f..f976691ed8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1785,6 +1785,26 @@ a @file{.tfm} (TeX Font Metric) file.  It normally 
preserves kerns and
 ligatures, but also offers additional control over them.")
     (license license:gpl2)))
 
+(define-public texlive-afparticle
+  (package
+    (name "texlive-afparticle")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/afparticle/"
+                   "source/latex/afparticle/"
+                   "tex/latex/afparticle/")
+             (base32
+              "1g7dk32la2zlspdsw1pz15bf90jjycblgpg91m24bx70svdv67kv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/afparticle";)
+    (synopsis "Typesetting articles for @emph{Archives of Forensic 
Psychology}")
+    (description
+     "This package provides a class for typesetting articles for the open
+access journal @emph{Archives of Forensic Psychology}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-aichej
   (package
     (name "texlive-aichej")



reply via email to

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