me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-zwpagelayout.

* gnu/packages/tex.scm (texlive-zwpagelayout): New variable.
master
Nicolas Goaziou 2023-08-29 16:05:46 +02:00
parent 321b8e85aa
commit 45ae6604a8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -100886,6 +100886,27 @@ a document, and then provide the information in macros. The facilities
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