guix-commits
[Top][All Lists]
Advanced

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

40/53: gnu: Add texlive-reledmac.


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

ngz pushed a commit to branch master
in repository guix.

commit bc27694a88cc6b95fd675d9031298e18d3fbccb2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:48:14 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 642e6b3d87..2d0a6affa2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11013,6 +11013,29 @@ functionals, c.e.@: sets, stagewise computations, 
forcing and syntactic
 classes.")
     (license license:public-domain)))
 
+(define-public texlive-reledmac
+  (package
+    (name "texlive-reledmac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/reledmac/"
+                   "source/latex/reledmac/"
+                   "tex/latex/reledmac/")
+             (base32
+              "16nfibnjdasflskmxd23hxkapz788abfilwxm3vdj6djkznxq4sw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/reledmac";)
+    (synopsis "Typeset scholarly editions")
+    (description
+     "This package provides a package for typesetting scholarly critical
+editions, replacing the established @code{ledmac} and @code{eledmac} packages.
+It supports indexing by page and by line numbers, and simple @code{tabular}-
+and @code{array}-style environments.  The package is distributed with the
+related @code{reledpar} package.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-resolsysteme
   (package
     (name "texlive-resolsysteme")



reply via email to

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