gnu: Add texlive-sectionbreak.

* gnu/packages/tex.scm (texlive-sectionbreak): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:35 +02:00
parent 974474d216
commit 8ce8729d12
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -94927,6 +94927,27 @@ (define-public texlive-sectionbox
with that class and with derived classes.")
(license license:lppl)))
(define-public texlive-sectionbreak
(package
(name "texlive-sectionbreak")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sectionbreak/"
"tex/latex/sectionbreak/")
(base32
"0b58qzhxbsmg3yfkmgq8xis3l9yb3jzi85znzczd75yvbcs5b0f3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sectionbreak")
(synopsis "LaTeX support for section breaks")
(description
"This package provides LaTeX support for section breaks, used mainly in
fiction books to signal changes in a story, like changes in time, location,
etc. It supports the asterism symbol, text content, or custom macros as the
section break mark symbol.")
(license license:lppl1.3+)))
;;;
;;; 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