gnu: Add texlive-erw-l3.
* gnu/packages/tex.scm (texlive-erw-l3): New variable.master
parent
7f4bf28f63
commit
2c52f77842
|
@ -80834,6 +80834,25 @@ document (with all errors corrected) and to automatically generate an errata
|
||||||
document highlighting the difference to the published version.")
|
document highlighting the difference to the published version.")
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
|
(define-public texlive-erw-l3
|
||||||
|
(package
|
||||||
|
(name "texlive-erw-l3")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/erw-l3/" "source/latex/erw-l3/"
|
||||||
|
"tex/latex/erw-l3/")
|
||||||
|
(base32
|
||||||
|
"0m1bynihwzrwzs2mxa3w1rg6b8f9lb17p7j6j9a0g9g0f117hrlp")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/erw-l3")
|
||||||
|
(synopsis "Utilities based on LaTeX3")
|
||||||
|
(description
|
||||||
|
"This package provides utilities based on LaTeX3, in particular
|
||||||
|
@code{\\erw_merge_sort}.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in New Issue