From 45ae6604a8dd6d31e4f07e6adcfa07f9bf6cbaf0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:05:46 +0200 Subject: gnu: Add texlive-zwpagelayout. * gnu/packages/tex.scm (texlive-zwpagelayout): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5189f458a4..9fc59edf54 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -100886,6 +100886,27 @@ (define-public texlive-zwgetfdate provide a means of obtaining the date of a package being documented.") (license license:lppl1.3+))) +(define-public texlive-zwpagelayout + (package + (name "texlive-zwpagelayout") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/zwpagelayout/" + "tex/latex/zwpagelayout/") + (base32 + "0wvdx8jgvxpxln61xbh4lyd95r6g1dnjmhy1vjsqqdhqwwgch40x"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/zwpagelayout") + (synopsis "Page layout and crop-marks") + (description + "This package was developed as a typographers toolbox offering important +basic features for everyday work. It allows setting the paper size and the +page layout; it can print crop marks; and it can reflect pages both +horizontally and vertically.") + (license license:lppl))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- cgit v1.2.3