gnu: Add texlive-pagegrid.

* gnu/packages/tex.scm (texlive-pagegrid): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:57:25 +02:00
parent 7f1af5fba8
commit efabe6f6f2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -91113,6 +91113,30 @@ (define-public texlive-pagecont
document.")
(license license:lppl)))
(define-public texlive-pagegrid
(package
(name "texlive-pagegrid")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pagegrid/"
"source/latex/pagegrid/"
"tex/latex/pagegrid/")
(base32
"0vyy27d9209r5v0n6scd8zbk7qgjx13df12qwydkrhg246khx0is")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pagegrid")
(synopsis "Print page grid in background")
(description
"This package puts a grid on the paper. It was written for developers of
a class or package who have to put elements on definite locations on
a page (e.g., @code{letter} class). The grid allows a faster optical check,
whether the positions are correct. If the previewer already offers features
for measuring, the package might be unnecessary. Otherwise it saves the
developer from printing the page and measuring by hand.")
(license license:lppl1.3+)))
;;;
;;; 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