me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pagerange.

* gnu/packages/tex.scm (texlive-pagerange): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:27 +02:00
parent 96eaae7149
commit 335116d786
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -91170,6 +91170,26 @@ a responsive workflow, even for large documents with lots of photos and
graphics.")
(license license:lppl1.3c)))
(define-public texlive-pagerange
(package
(name "texlive-pagerange")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pagerange/"
"tex/latex/pagerange/")
(base32
"07ddakr8p8gjzyxs3b6kl000ij13y9i4pdbxay0ghddx36z7z620")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pagerange")
(synopsis "Flexible and configurable page range typesetting")
(description
"The package defines a command @code{\\pagerange} that typesets ranges of page
numbers, expanding them (e.g., adding first or last page numbers) and
standardising them.")
(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