Archived
1
0
Fork 0

gnu: Add texlive-pgfmorepages.

* gnu/packages/tex.scm (texlive-pgfmorepages): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:17:26 +02:00
parent 71e96b62f3
commit f5993cfec7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3203,6 +3203,27 @@ Currently, the package contains modules for drawing DNA sequencing
chromatograms and protein domain diagrams.")
(license license:lppl1.3+)))
(define-public texlive-pgfmorepages
(package
(name "texlive-pgfmorepages")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pgfmorepages/"
"tex/latex/pgfmorepages/")
(base32
"0k0njkw34ql0vlpmay155rr4v0sszizhh1pixy20npbk26dkzljw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pgfmorepages")
(synopsis "Assemble multiple logical pages onto a physical page")
(description
"This package replaces and extends the @code{pgfpages} sub-package of the
PGF system. It provides the capability to arrange multiple logical pages on
multiple physical pages, for example as for arranging pages to make
booklets.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")