summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-06-18 18:33:37 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:15:25 +0200
commit81fa2caf2d7866a4f6f3de76e6963491a68d0212 (patch)
tree7c567f5fff2a0456045d8d05081ff7d254e4c33d /gnu/packages/tex.scm
parentfa60852c2f95e0ebd48117d604db5c2f56641b89 (diff)
gnu: Add texlive-context-layout.
* gnu/packages/tex.scm (texlive-context-layout): New variable.
Diffstat (limited to 'gnu/packages/tex.scm')
-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")