mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-sectsty!): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
c448952f0a
commit
99ee7d5340
1 changed files with 19 additions and 21 deletions
|
@ -11904,27 +11904,25 @@ (define-public texlive-ly1
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
(define-public texlive-sectsty
|
(define-public texlive-sectsty
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-sectsty"
|
(name "texlive-sectsty")
|
||||||
(list "/doc/latex/sectsty/"
|
(version (number->string %texlive-revision))
|
||||||
"/source/latex/sectsty/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"08m90j7cg6w46vnwgsp10clpj4l6c9a6l8dad20q3mnd32l84hbl"))))
|
(list "doc/latex/sectsty/" "source/latex/sectsty/"
|
||||||
(package
|
"tex/latex/sectsty/")
|
||||||
(inherit template)
|
(base32
|
||||||
(arguments
|
"1h7zi622s84vqjl6bi4g6iv639jz9m2imz4g7y1qpc0zdw1mlqv4")))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(outputs '("out" "doc"))
|
||||||
((#:tex-directory _ '())
|
(build-system texlive-build-system)
|
||||||
"latex/sectsty")
|
(arguments (list #:tex-format "latex"))
|
||||||
((#:build-targets _ '())
|
(home-page "https://www.ctan.org/pkg/sectsty")
|
||||||
''("sectsty.ins"))
|
(synopsis "Control sectional headers")
|
||||||
((#:tex-format _ "latex") "latex")))
|
(description
|
||||||
(home-page "https://www.ctan.org/pkg/sectsty")
|
"This is a LaTeX2ε package to help change the style of any or all of
|
||||||
(synopsis "Control sectional headers")
|
LaTeX's sectional headers in the article, book, or report classes. Examples
|
||||||
(description "This is a LaTeX2ε package to help change the style of any or
|
include the addition of rules above or below a section title.")
|
||||||
all of LaTeX's sectional headers in the article, book, or report classes.
|
(license license:lppl1.2+)))
|
||||||
Examples include the addition of rules above or below a section title.")
|
|
||||||
(license license:lppl1.2+))))
|
|
||||||
|
|
||||||
(define-public texlive-morefloats
|
(define-public texlive-morefloats
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue