mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: texlive-setspace: Refresh package definition.
* gnu/packages/tex.scm (texlive-setspace): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
1492c5a7de
commit
98eede9967
1 changed files with 12 additions and 9 deletions
|
@ -12312,22 +12312,25 @@ (define-public texlive-mdframed
|
|||
|
||||
(define-public texlive-setspace
|
||||
(package
|
||||
(inherit
|
||||
(simple-texlive-package
|
||||
"texlive-setspace"
|
||||
(list "doc/latex/setspace/" "tex/latex/setspace/")
|
||||
(base32 "00ik8qgkw3ivh3z827zjf7gbwkbsmdcmv22c6ap543mpgaqqjcfm")
|
||||
#:trivial? #t))
|
||||
(name "texlive-setspace")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/setspace/" "tex/latex/setspace/")
|
||||
(base32
|
||||
"00ik8qgkw3ivh3z827zjf7gbwkbsmdcmv22c6ap543mpgaqqjcfm")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/setspace")
|
||||
(synopsis "Set space between lines")
|
||||
(description
|
||||
"The @code{setspace} package provides support for setting the spacing between
|
||||
lines in a document. Package options include @code{singlespacing},
|
||||
"The @code{setspace} package provides support for setting the spacing
|
||||
between lines in a document. Package options include @code{singlespacing},
|
||||
@code{onehalfspacing}, and @code{doublespacing}. Alternatively the spacing
|
||||
can be changed as required with the @code{\\singlespacing},
|
||||
@code{\\onehalfspacing}, and @code{\\doublespacing} commands. Other size
|
||||
spacings also available.")
|
||||
(license license:lppl)))
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pgfgantt
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue