From addea2af50f46a456b95932377f2e1b20d249e73 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Jun 2023 18:30:14 +0200 Subject: [PATCH] gnu: Add texlive-context-construction-plan. * gnu/packages/tex.scm (texlive-context-construction-plan): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b3b1e658eb..872330f768 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")