guix-commits
[Top][All Lists]
Advanced

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

12/53: gnu: Add texlive-eledform.


From: guix-commits
Subject: 12/53: gnu: Add texlive-eledform.
Date: Wed, 16 Aug 2023 14:27:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4a13037f43ba30f8a59fd5b8a771c6b579042c7e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:30:46 2023 +0200

    gnu: Add texlive-eledform.
    
    * gnu/packages/tex.scm (texlive-eledform): 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 f82d3afad5..e865e43919 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5479,6 +5479,26 @@ order that one would expect.")
 editions.")
     (license license:gpl2)))
 
+(define-public texlive-eledform
+  (package
+    (name "texlive-eledform")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/eledform/"
+                   "source/latex/eledform/"
+                   "tex/latex/eledform/")
+             (base32
+              "1sslbwabzpvx314bfmr6gy1p8nrh89v5mnkgdcby9w42hnfqiw2n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/eledform";)
+    (synopsis "Define textual variants")
+    (description
+     "The package provides commands to formalize textual variants in critical
+editions typeset using @code{eledmac}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-eltex
   (package
     (name "texlive-eltex")



reply via email to

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