guix-commits
[Top][All Lists]
Advanced

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

64/296: gnu: Add texlive-erdc.


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

ngz pushed a commit to branch master
in repository guix.

commit 55422eae533688e0b67cab36e540317d7b79e313
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:37:39 2023 +0200

    gnu: Add texlive-erdc.
    
    * gnu/packages/tex.scm (texlive-erdc): 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 0120cddfd2..e3c271d759 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12723,6 +12723,26 @@ standard @code{amsmath} numbered equation environments 
to throw a warning
 whenever this occurs.")
     (license license:lppl1.3+)))
 
+(define-public texlive-erdc
+  (package
+    (name "texlive-erdc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/erdc/" "source/latex/erdc/"
+                   "tex/latex/erdc/")
+             (base32
+              "0sqq0zd89jx2l4n1hpas4c4y4p3mh1mbnfigjbal9xg2h5pijkv1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/erdc";)
+    (synopsis "Style for reports by US Army Corps of Engineers")
+    (description
+     "This package provides a class for typesetting Technical Information
+Reports of the Engineer Research and Development Center, US Army Corps of
+Engineers.")
+    (license license:lppl)))
+
 (define-public texlive-erewhon
   (package
     (name "texlive-erewhon")



reply via email to

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