summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 21 insertions, 0 deletions
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 @@ the resulting graphic directly into the document.")
"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")