mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add texlive-nonumonpart.
* gnu/packages/tex.scm (texlive-nonumonpart): New variable.
This commit is contained in:
parent
948d3d8a8e
commit
50bbd1065a
1 changed files with 21 additions and 0 deletions
|
@ -90434,6 +90434,27 @@ (define-public texlive-nonfloat
|
|||
the vertical spaces for table captions above the table are changed.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-nonumonpart
|
||||
(package
|
||||
(name "texlive-nonumonpart")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/nonumonpart/"
|
||||
"source/latex/nonumonpart/"
|
||||
"tex/latex/nonumonpart/")
|
||||
(base32
|
||||
"0dn7y32yzzv6wy5z6v96q0cbhrdgadqj6hdcla2k7cfrnvh3lc1k")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/nonumonpart")
|
||||
(synopsis "Prevent page numbers on part pages")
|
||||
(description
|
||||
"The package removes page numbers on @code{\\part} pages. The package accepts
|
||||
no options and defines no user commands; the user needs only to load it, and
|
||||
the requirement is met.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue