me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-continue.

* gnu/packages/tex.scm (texlive-continue): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:38 +02:00
parent 0dfd6bc230
commit 74f1be3228
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -76977,6 +76977,28 @@ automatically, with a system for labelling/referencing. In addition, several
families of constants (with different symbols) may be defined.")
(license license:lppl)))
(define-public texlive-continue
(package
(name "texlive-continue")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/continue/"
"source/latex/continue/"
"tex/latex/continue/")
(base32
"0c9yz5lm9y0jzad0mx36axww9p3b4gfbjdnddpky9w12kv0xn66f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/continue")
(synopsis "Prints continuation marks on pages of multipage documents")
(description
"This package provides for a variety of continuation indicators on pages when
the text continues on the following page. The default is to only mark odd
pages, but all pages can be marked and the marking can be stopped or started
at any point.")
(license license:lppl1.3+)))
;;;
;;; 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