gnu: Add texlive-delim.

* gnu/packages/tex.scm (texlive-delim): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 15:49:44 +02:00
parent 74ea71f560
commit 24df5b8ab4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2928,6 +2928,25 @@ (define-public texlive-decision-table
multiple DMN tables in one table/figure environment.")
(license license:lppl1.3c)))
(define-public texlive-delim
(package
(name "texlive-delim")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/delim/" "source/latex/delim/"
"tex/latex/delim/")
(base32
"12h0zqn46yrqf079a6k939g3pv843rs417va4g2r39rhb2fvh6r8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/delim")
(synopsis "Simplify typesetting mathematical delimiters")
(description
"The package permits simpler control of delimiters without excessive use
of @code{\\big} commands and the like.")
(license license:lppl1.2+)))
(define-public texlive-dinat
(package
(name "texlive-dinat")