gnu: Add texlive-centerlastline.

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

View file

@ -75675,6 +75675,29 @@ (define-public texlive-centeredline
will get properly centered too.")
(license license:lppl1.3c)))
(define-public texlive-centerlastline
(package
(name "texlive-centerlastline")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/centerlastline/"
"source/latex/centerlastline/"
"tex/latex/centerlastline/")
(base32
"1dcprnm2wmajwbm2njin2yycyfs31w2c2b9cmah5f7xb3388mhhq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/centerlastline")
(synopsis
"Paragraphs with last line centered, known as Spanish paragraphs")
(description
"This LaTeX package provides a command @code{\\centerlastline} and an
environment @code{centerlastline} that typeset Spanish paragraphs, that is
paragraphs without indentation, and last line centered, useful to finish
a large paragraph of text at the end of chapters, prologues, etc.")
(license license:lppl1.2+)))
;;;
;;; 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