gnu: Add texlive-bidipagegrid.

* gnu/packages/tex.scm (texlive-bidipagegrid): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:45:24 +02:00
parent 53537fd75a
commit b8602b5668
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -853,6 +853,24 @@ (define-public texlive-bidicontour
the package is used).")
(license license:lppl1.3+)))
(define-public texlive-bidipagegrid
(package
(name "texlive-bidipagegrid")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/bidipagegrid/"
"tex/xelatex/bidipagegrid/")
(base32
"19jkg4apf1g3whigcchbcf8p14lpxkz9ih2vrw00akwfh8v3ssrk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bidipagegrid")
(synopsis "Bidi-aware page grid in background")
(description "The package provides Bidi-aware page grid in background. It
is based on @code{pagegrid}.")
(license license:lppl1.3+)))
(define-public texlive-libkpathsea
(package/inherit texlive-bin
(name "texlive-libkpathsea")