gnu: Add texlive-zwpagelayout.
* gnu/packages/tex.scm (texlive-zwpagelayout): New variable.
This commit is contained in:
parent
321b8e85aa
commit
45ae6604a8
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue