mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-abstract!): Remove SIMPLE-TEXLIVE-PACKAGE call. [synopsis, description]: Use Texinfo markup.
This commit is contained in:
parent
eb44c88923
commit
c255b295b3
1 changed files with 17 additions and 20 deletions
|
@ -13426,27 +13426,24 @@ (define-public texlive-everyshi
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-abstract
|
(define-public texlive-abstract
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-abstract"
|
(name "texlive-abstract")
|
||||||
'("doc/latex/abstract/"
|
(version (number->string %texlive-revision))
|
||||||
"source/latex/abstract/"
|
(source (texlive-origin
|
||||||
"tex/latex/abstract/")
|
name version
|
||||||
(base32
|
(list "doc/latex/abstract/" "source/latex/abstract/"
|
||||||
"1axm78qgrpml09pkh252g1hsjx9c2w7mbdrm9rdl4yqh5ppwq4y9"))))
|
"tex/latex/abstract/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"1axm78qgrpml09pkh252g1hsjx9c2w7mbdrm9rdl4yqh5ppwq4y9")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ #f)
|
(home-page "https://ctan.org/pkg/abstract")
|
||||||
"latex/abstract")
|
(synopsis "Control the typesetting of the @code{abstract} environment")
|
||||||
((#:build-targets _ #t)
|
(description
|
||||||
#~(list "abstract.ins"))))
|
"The @code{abstract} package gives you control over the typesetting of
|
||||||
(home-page "https://ctan.org/pkg/abstract")
|
the @code{abstract} environment, and in particular provides for a one column
|
||||||
(synopsis "Control the typesetting of the abstract environment")
|
|
||||||
(description "The abstract package gives you control over the typesetting
|
|
||||||
of the abstract environment, and in particular provides for a one column
|
|
||||||
abstract in a two column paper.")
|
abstract in a two column paper.")
|
||||||
(license license:lppl))))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-breqn
|
(define-public texlive-breqn
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue