gnu: Add texlive-twoinone.

* gnu/packages/tex.scm (texlive-twoinone): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:47 +02:00
parent 8fae9a645f
commit bf1754eca0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -98650,6 +98650,25 @@ (define-public texlive-turnthepage
and the like.")
(license license:lppl)))
(define-public texlive-twoinone
(package
(name "texlive-twoinone")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/twoinone/" "tex/latex/twoinone/")
(base32
"0asph7md8s5x2y8f18cczca906fc5wkh29ydabs43v3mn17lrkpw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/twoinone")
(synopsis "Print two pages on a single page")
(description
"The package is for printing two pages on a single (landscape) A4 page.
Page numbers appear on the included pages, and not on the landscape container
page.")
(license license:public-domain)))
;;;
;;; 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