guix-commits
[Top][All Lists]
Advanced

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

114/163: gnu: Add texlive-harvmac.


From: guix-commits
Subject: 114/163: gnu: Add texlive-harvmac.
Date: Sat, 19 Aug 2023 14:39:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 604f324e29df33db6c6f475268034269af8e88d4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:16:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e63b6267d7..4d85b97314 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9808,6 +9808,22 @@ prefixes (such as van) according to Dutch rules, 
together with several styles
 whose authors offer no description of their behaviour.")
     (license license:lppl)))
 
+(define-public texlive-harvmac
+  (package
+    (name "texlive-harvmac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/harvmac/" "tex/plain/harvmac/")
+             (base32
+              "0bxa9vvkg79xk3nakdc5an2py6gwbv9ml66xmz1hp1llbg3562vf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/harvmac";)
+    (synopsis "Macros for scientific articles")
+    (description "This package provides macros for scientific articles.")
+    (license license:cc-by3.0)))
+
 (define-public texlive-havannah
   (package
     (name "texlive-havannah")



reply via email to

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