gnu: Add texlive-centeredline.

* gnu/packages/tex.scm (texlive-centeredline): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:41 +02:00
parent 36e2abd8c3
commit 336f6db79c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -75653,6 +75653,28 @@ (define-public texlive-censor
completion in the restricted environment).")
(license license:lppl1.3+)))
(define-public texlive-centeredline
(package
(name "texlive-centeredline")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/centeredline/"
"tex/latex/centeredline/")
(base32
"04m40vpikcrxaak3z8xyp7kn4ndzg3w90ma8333qv4k7ck2h2sh3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/centeredline")
(synopsis "Macro for centering lines")
(description
"This package provides a macro @code{\\centeredline}, which allows one to
conveniently center a line inside a paragraph while allowing usage therein of
@code{\\verb} or other macros changing catcodes. It works nicely in list
environments, and material whose natural width exceeds the current line width
will get properly centered too.")
(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