mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: texlive-latex-eqparbox -> texlive-eqparbox.
* gnu/packages/tex.scm (texlive-eqparbox): New variable. (texlive-latex-eqparbox): Deprecate variable.
This commit is contained in:
parent
3476b74386
commit
1a8e352119
1 changed files with 16 additions and 12 deletions
|
@ -4903,20 +4903,22 @@ (define-public texlive-environ
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-environ texlive-environ)
|
(define-deprecated-package texlive-latex-environ texlive-environ)
|
||||||
|
|
||||||
(define-public texlive-latex-eqparbox
|
(define-public texlive-eqparbox
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-eqparbox")
|
(name "texlive-eqparbox")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "eqparbox"))
|
(list "doc/latex/eqparbox/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"source/latex/eqparbox/"
|
||||||
(sha256
|
"tex/latex/eqparbox/")
|
||||||
(base32
|
(base32
|
||||||
"1ib5xdwcj5wk23wgk41m2hdcjr1dzrs4l3wwnpink9mlapz12wjs"))))
|
"16c5dyd4bz45a2c1ppbq05h9ixg15srk5az5pld5gpv4j0zwzrqw")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/eqparbox"))
|
(propagated-inputs
|
||||||
(home-page "https://www.ctan.org/pkg/eqparbox")
|
(list texlive-environ texlive-tools))
|
||||||
|
(home-page "https://ctan.org/pkg/eqparbox")
|
||||||
(synopsis "Create equal-widthed parboxes")
|
(synopsis "Create equal-widthed parboxes")
|
||||||
(description
|
(description
|
||||||
"LaTeX users sometimes need to ensure that two or more blocks of text
|
"LaTeX users sometimes need to ensure that two or more blocks of text
|
||||||
|
@ -4929,7 +4931,9 @@ (define-public texlive-latex-eqparbox
|
||||||
for a variety of alignment purposes, as is evidenced by the examples in
|
for a variety of alignment purposes, as is evidenced by the examples in
|
||||||
@code{eqparbox}'s documentation. Various derivatives of @code{\\eqparbox} are
|
@code{eqparbox}'s documentation. Various derivatives of @code{\\eqparbox} are
|
||||||
also provided.")
|
also provided.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-eqparbox texlive-eqparbox)
|
||||||
|
|
||||||
(define-public texlive-latex-etoc
|
(define-public texlive-latex-etoc
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue