guix-commits
[Top][All Lists]
Advanced

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

22/53: gnu: Add texlive-ledmac.


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

ngz pushed a commit to branch master
in repository guix.

commit 9ba41e25cdd5d538b76aad08406a874b46fceacd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:37:04 2023 +0200

    gnu: Add texlive-ledmac.
    
    * gnu/packages/tex.scm (texlive-ledmac): 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 768e417dc4..e4fa972663 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7966,6 +7966,29 @@ Interlingua that can be used as a dummy text: 
@emph{Fundamento de
 intelligentia}.")
     (license license:public-domain)))
 
+(define-public texlive-ledmac
+  (package
+    (name "texlive-ledmac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ledmac/" "source/latex/ledmac/"
+                   "tex/latex/ledmac/")
+             (base32
+              "03b23rkhdhvr0rbmp687p76mlq68crsfyh67frxbnh11vccmfgnc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ledmac";)
+    (synopsis "Typeset scholarly editions")
+    (description
+     "This package provides a macro package for typesetting scholarly critical
+editions.  The @code{ledmac} package is a LaTeX port of the Plain TeX EDMAC
+macros.  It supports indexing by page and line number and simple
+@code{tabular}- and @code{array}-style environments.  The package is
+distributed with the related @code{ledpar} and @code{ledarab} packages.  The
+package is now superseded by @code{reledmac}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-letgut
   (package
     (name "texlive-letgut")



reply via email to

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