me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-vgrid.

* gnu/packages/tex.scm (texlive-vgrid): New variable.
master
Nicolas Goaziou 2023-08-29 16:04:32 +02:00
parent de3f8221d6
commit d3ae89d552
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -99469,6 +99469,25 @@ single-sided document.")
numbers with bars to the left or right of the text.") numbers with bars to the left or right of the text.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-vgrid
(package
(name "texlive-vgrid")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/vgrid/" "source/latex/vgrid/"
"tex/latex/vgrid/")
(base32
"1czaf1rz4x7wsinnk6mg78674azg5hnyi53rwh64bv2lzs3l0ah1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/vgrid")
(synopsis "Overlay a grid on the printed page")
(description
"The package overlays a grid (whose spacing is @code{\\baselineskip}, which
offers guidelines for considering the ``rhythm'' of the document on the page.")
(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