mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-chappg.
* gnu/packages/tex.scm (texlive-chappg): New variable.
This commit is contained in:
parent
e0330ca3d5
commit
39a8222ea8
1 changed files with 20 additions and 0 deletions
|
@ -75770,6 +75770,26 @@ (define-public texlive-changes
|
|||
removing the changes.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-chappg
|
||||
(package
|
||||
(name "texlive-chappg")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chappg/" "source/latex/chappg/"
|
||||
"tex/latex/chappg/")
|
||||
(base32
|
||||
"14dx6ivfsjmffwarkdfq7wa93llbsmm3x7vsabikwvp899l0x4f3")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chappg")
|
||||
(synopsis "Page numbering by chapter")
|
||||
(description
|
||||
"The package provides for @code{chapterno-pageno} or @code{chaptername-pageno}
|
||||
page numbering. Provision is made for front- and backmatter in @code{book}
|
||||
class.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue