mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-breqn!): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-GRAPHICS, TEXLIVE-L3KERNEL, TEXLIVE-TOOLS. [home-page]: Use CTAN URL. [description]: Shorten it.
This commit is contained in:
parent
c255b295b3
commit
9d806b6f8f
1 changed files with 27 additions and 25 deletions
|
@ -13446,31 +13446,33 @@ (define-public texlive-abstract
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-breqn
|
(define-public texlive-breqn
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-breqn"
|
(name "texlive-breqn")
|
||||||
'("/doc/latex/breqn/"
|
(version (number->string %texlive-revision))
|
||||||
"/source/latex/breqn/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"186cypxiyf30fq6dxvvlbwn5yx7c8d4cd243wvvb3243n5l4rpl3"))))
|
(list "doc/latex/breqn/" "source/latex/breqn/"
|
||||||
(package
|
"tex/latex/breqn/")
|
||||||
(inherit template)
|
(base32
|
||||||
(arguments
|
"0w6jk97jmgwgshr9a3isbpwsh0fhrkzp36gywdiai1f5x2sldmpv")))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(outputs '("out" "doc"))
|
||||||
((#:tex-directory _ #f)
|
(build-system texlive-build-system)
|
||||||
"latex/breqn")
|
(propagated-inputs
|
||||||
((#:build-targets _ #t)
|
(list texlive-amsfonts
|
||||||
#~(list "breqnbundle.ins"))))
|
texlive-amsmath
|
||||||
(home-page "https://wspr.io/breqn/")
|
texlive-graphics
|
||||||
(synopsis "Automatic line breaking of displayed equations")
|
texlive-l3kernel
|
||||||
(description "This package provides solutions to a number of common
|
texlive-tools))
|
||||||
difficulties in writing displayed equations and getting high-quality output.
|
(home-page "https://ctan.org/pkg/breqn")
|
||||||
The single most ambitious goal of the package is to support automatic
|
(synopsis "Automatic line breaking of displayed equations")
|
||||||
linebreaking of displayed equations. Such linebreaking cannot be done without
|
(description
|
||||||
substantial changes under the hood in the way formulae are processed; the code
|
"This package provides solutions to a number of common difficulties in
|
||||||
must be watched carefully, keeping an eye on possible glitches. The bundle
|
writing displayed equations and getting high-quality output. The single most
|
||||||
also contains the @code{flexisym} and @code{mathstyle} packages, which are
|
ambitious goal of the package is to support automatic linebreaking of
|
||||||
both designated as support for @code{breqn}.")
|
displayed equations. The bundle also contains the @code{flexisym} and
|
||||||
(license license:lppl1.3+))))
|
@code{mathstyle} packages, which are both designated as support for
|
||||||
|
@code{breqn}.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-breakurl
|
(define-public texlive-breakurl
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue