Archived
1
0
Fork 0

gnu: Add texlive-changelayout.

* gnu/packages/tex.scm (texlive-changelayout): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:43 +02:00
parent c11a8488bd
commit 378b598018
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -75698,6 +75698,25 @@ paragraphs without indentation, and last line centered, useful to finish
a large paragraph of text at the end of chapters, prologues, etc.")
(license license:lppl1.2+)))
(define-public texlive-changelayout
(package
(name "texlive-changelayout")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/changelayout/"
"tex/latex/changelayout/")
(base32
"125szym91d35di3w44kb6as10fckvpg873m432sznrk06swfikds")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/changelayout")
(synopsis "Change the layout of individual pages and their text")
(description
"The package is an extension of the @code{changepage} package to permit the
user to change the layout of individual pages and their texts.")
(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