mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: texlive-ragged2e: Refresh package definition.
* gnu/packages/tex.scm (texlive-ragged2e): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-EVERYSEL, TEXLIVE-FOOTMISC.
This commit is contained in:
parent
dc3b2e5ae3
commit
e47494e51a
1 changed files with 22 additions and 14 deletions
|
@ -12438,22 +12438,30 @@ (define-public texlive-ltablex
|
||||||
|
|
||||||
(define-public texlive-ragged2e
|
(define-public texlive-ragged2e
|
||||||
(package
|
(package
|
||||||
(inherit
|
(name "texlive-ragged2e")
|
||||||
(simple-texlive-package
|
(version (number->string %texlive-revision))
|
||||||
"texlive-ragged2e"
|
(source (texlive-origin
|
||||||
(list "doc/latex/ragged2e/"
|
name version
|
||||||
"source/latex/ragged2e/"
|
(list "doc/latex/ragged2e/" "source/latex/ragged2e/"
|
||||||
"tex/latex/ragged2e/")
|
"tex/latex/ragged2e/")
|
||||||
(base32 "1cxj5jdgvr3xk1inrb3yzpm3l386jjawgpqiwsz53k6yshb6yfml")
|
(base32
|
||||||
#:trivial? #t))
|
"1cxj5jdgvr3xk1inrb3yzpm3l386jjawgpqiwsz53k6yshb6yfml")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tex-format "latex"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-everysel
|
||||||
|
texlive-footmisc))
|
||||||
(home-page "https://ctan.org/pkg/ragged2e")
|
(home-page "https://ctan.org/pkg/ragged2e")
|
||||||
(synopsis "Alternative versions of \"ragged\"-type commands")
|
(synopsis "Alternative versions of ragged-type commands")
|
||||||
(description
|
(description
|
||||||
"The @code{ragged2e} package defines new commands @code{\\Centering}, @code{\\RaggedLeft},
|
"The @code{ragged2e} package defines new commands @code{\\Centering},
|
||||||
and @code{\\RaggedRight} and new environments @code{Center}, @code{FlushLeft},
|
@code{\\RaggedLeft}, and @code{\\RaggedRight} and new environments
|
||||||
and @code{FlushRight}, which set ragged text and are easily configurable to
|
@code{Center}, @code{FlushLeft}, and @code{FlushRight}, which set ragged text
|
||||||
allow hyphenation (the corresponding commands in LaTeX, all of whose names are
|
and are easily configurable to allow hyphenation (the corresponding commands
|
||||||
lower-case, prevent hyphenation altogether).")
|
in LaTeX, all of whose names are lower-case, prevent hyphenation
|
||||||
|
altogether).")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-refstyle
|
(define-public texlive-refstyle
|
||||||
|
|
Loading…
Reference in a new issue