me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-eledmac.

* gnu/packages/tex.scm (texlive-eledmac): New variable.
Nicolas Goaziou 2023-08-16 19:31:29 +02:00
parent 4a13037f43
commit 640b20ab8c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -5499,6 +5499,28 @@ editions.")
editions typeset using @code{eledmac}.")
(license license:lppl1.3+)))
(define-public texlive-eledmac
(package
(name "texlive-eledmac")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/eledmac/" "source/latex/eledmac/"
"tex/latex/eledmac/")
(base32
"1a4579g3rykcgbwjqbky260lx6x7mc41i6cqhi83anf3zilsii0r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eledmac")
(synopsis "Typeset scholarly editions")
(description
"This package provides a package for typesetting scholarly critical editions,
replacing the established @code{ledmac} package. The package 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{eledpar} package. The package is now superseded by @code{reledmac}.")
(license license:lppl1.3+)))
(define-public texlive-eltex
(package
(name "texlive-eltex")