mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-nextpage.
* gnu/packages/tex.scm (texlive-nextpage): New variable.
This commit is contained in:
parent
029963b16a
commit
bf9976b8bb
1 changed files with 19 additions and 0 deletions
|
@ -90119,6 +90119,25 @@ (define-public texlive-newvbtm
|
||||||
@samp{Tab} emulation.")
|
@samp{Tab} emulation.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-nextpage
|
||||||
|
(package
|
||||||
|
(name "texlive-nextpage")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/latex/nextpage/")
|
||||||
|
(base32
|
||||||
|
"1p9dvw7fqspkg6hk6rdmsb5k5m9mkj0kz5a47wg5dgfqgrqpixf8")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/nextpage")
|
||||||
|
(synopsis "Generalisations of the page advance commands")
|
||||||
|
(description
|
||||||
|
"This package provides @code{\\clearpage} and @code{\\newpage} variants that
|
||||||
|
guarantee to end up on even/odd numbered pages; these four commands all have
|
||||||
|
an optional argument whose content will be placed on any empty page
|
||||||
|
generated.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue