guix-commits
[Top][All Lists]
Advanced

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

65/296: gnu: Add texlive-estcpmm.


From: guix-commits
Subject: 65/296: gnu: Add texlive-estcpmm.
Date: Thu, 24 Aug 2023 05:20:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8dcd6fe5d9b2ad0c0566d459791e4b04f94f38c7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:38:07 2023 +0200

    gnu: Add texlive-estcpmm.
    
    * gnu/packages/tex.scm (texlive-estcpmm): 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 e3c271d759..6b0e36a8b2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12844,6 +12844,26 @@ allow their use as @code{calligraphic}, @code{fraktur} 
and
 @code{double-struck} (blackboard bold) in maths mode.")
     (license license:silofl1.1)))
 
+(define-public texlive-estcpmm
+  (package
+    (name "texlive-estcpmm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/estcpmm/" "source/latex/estcpmm/"
+                   "tex/latex/estcpmm/")
+             (base32
+              "09fp8vidb9wzdsm05nira4p8dyjn75i1jhhwnr6k17pdrad1sqrj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/estcpmm";)
+    (synopsis "Style for Munitions Management Project Reports")
+    (description
+     "This package provides a class which supports typesetting Cost and
+Performance Reports and Final Reports for Munitions Management Reports, US
+Environmental Security Technology Certification Program.")
+    (license license:lppl)))
+
 (define-public texlive-esvect
   (package
     (name "texlive-esvect")



reply via email to

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