mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-sectionbreak.
* gnu/packages/tex.scm (texlive-sectionbreak): New variable.
This commit is contained in:
parent
974474d216
commit
8ce8729d12
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue