gnu: Add texlive-context-construction-plan.

* gnu/packages/tex.scm (texlive-context-construction-plan): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:30:14 +02:00
parent e0975b96ed
commit addea2af50
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10138,6 +10138,25 @@ (define-public texlive-context-cmttbf
Such a font may be found in the Computer Modern extra bold font set.")
(license license:gpl3+)))
(define-public texlive-context-construction-plan
(package
(name "texlive-context-construction-plan")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/construction-plan/"
"tex/context/third/construction-plan/")
(base32
"0nch7bwmal1lbsv4h5jwpavif5cx7096jr7m1g2pfjn4qy9slpgs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-construction-plan")
(synopsis "Construction plans in ConTeXt")
(description
"This module generates a page with a figure at a well-defined scale.")
(license license:gpl3+)))
(define-public texlive-beamer
(package
(name "texlive-beamer")