gnu: Add texlive-secdot.

* gnu/packages/tex.scm (texlive-secdot): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:31 +02:00
parent 8757ea26fa
commit 58eb028294
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -94868,6 +94868,25 @@ (define-public texlive-sdrt
mathematics mode, so they work the same in formulae and in text.")
(license license:lppl)))
(define-public texlive-secdot
(package
(name "texlive-secdot")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/secdot/" "tex/latex/secdot/")
(base32
"1ndmzj21xwjdqz905h0bgz581adsij2w95m1zjpc9avhgsgx7fy0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/secdot")
(synopsis "Section numbers with trailing dots")
(description
"This package makes the numbers of @code{\\section} commands come out with
a trailing dot. It includes a command whereby the same can be made to happen
with other sectioning commands.")
(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