diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f8cf7f72f8..c273a9ad1b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")