mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-twoinone.
* gnu/packages/tex.scm (texlive-twoinone): New variable.
This commit is contained in:
parent
8fae9a645f
commit
bf1754eca0
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue