gnu: Add texlive-context-layout.

* gnu/packages/tex.scm (texlive-context-layout): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:33:37 +02:00
parent fa60852c2f
commit 81fa2caf2d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10338,6 +10338,27 @@ (define-public texlive-context-handlecsv
"The package handles CSV data merging for automatic document creation.")
(license license:gpl3)))
(define-public texlive-context-layout
(package
(name "texlive-context-layout")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/layout/"
"tex/context/third/layout/")
(base32
"1zl26r94yizzpxzilkwv90xbr61ddxm7fabwpgbkrci0idc9ksv0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-layout")
(synopsis "Show ConTeXt layouts")
(description
"This ConTeXt module draws a representation of the layout of the current
page and displays the sizes of the widths and heights of the margins, header,
footer and text body.")
(license license:gpl3+)))
(define-public texlive-beamer
(package
(name "texlive-beamer")