gnu: Add texlive-secnum.
* gnu/packages/tex.scm (texlive-secnum): New variable.
This commit is contained in:
parent
58eb028294
commit
71492af810
1 changed files with 19 additions and 0 deletions
|
@ -94887,6 +94887,25 @@ (define-public texlive-secdot
|
|||
with other sectioning commands.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-secnum
|
||||
(package
|
||||
(name "texlive-secnum")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/secnum/" "source/latex/secnum/"
|
||||
"tex/latex/secnum/")
|
||||
(base32
|
||||
"0nsvq3w3925r45qg6na5i79wg84sy6p4a2gi6nrgkilb1mdvxxqx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/secnum")
|
||||
(synopsis "Macro to format section numbering intuitively")
|
||||
(description
|
||||
"This package provides a macro @code{\\setsecnum} to format section numbering
|
||||
intuitively.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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