gnu: Add texlive-gridpapers.

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

View file

@ -84399,6 +84399,30 @@ (define-public texlive-grid-system
used in brochures.") used in brochures.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public texlive-gridpapers
(package
(name "texlive-gridpapers")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gridpapers/"
"source/latex/gridpapers/"
"tex/latex/gridpapers/")
(base32
"0csc8dzgvc36p1c5gcfg0k6s5812vq4vpzjm3ybaph9y8cy0vd64")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gridpapers")
(synopsis "Graph paper backgrounds and color schemes")
(description
"This package provides many preset yet customizable graph paper backgrounds.
Some of the preset patterns include standard quadrille or graph pattern, dot
grid, hexagons, isometric or triangular grid, squares with 45deg ``light
cone'' lines, ruled, and more. Pattern sizes can be controlled via package
options. There are several preset color palletes, and colors can be
overridden.")
(license license:lppl1.3+)))
;;; ;;;
;;; 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