gnu: Add texlive-anonchap.

* gnu/packages/tex.scm (texlive-anonchap): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:47 +02:00
parent d49ba1e753
commit 019f56e5ee
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -72908,6 +72908,26 @@ (define-public texlive-animate
from typeset text.")
(license license:lppl)))
(define-public texlive-anonchap
(package
(name "texlive-anonchap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/anonchap/" "tex/latex/anonchap/")
(base32
"0c606nyp8ybik8vjk821hrvfp8ci5f4dwnllqb932xgnqgibr5rf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/anonchap")
(synopsis "Make chapters be typeset like sections")
(description
"The command @code{\\simplechapter} sets up the @code{\\chapter} command not to number chapters,
though they may possibly have a prefix, and a suffix (the
@code{\\simplechapterdelim} command, which the user may alter). The
@code{\\restorechapter} command restores the status quo ante.")
(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