mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-centerlastline.
* gnu/packages/tex.scm (texlive-centerlastline): New variable.
This commit is contained in:
parent
336f6db79c
commit
c11a8488bd
1 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue