mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: Add texlive-subeqnarray.
* gnu/packages/tex.scm (texlive-subeqnarray): New variable.
This commit is contained in:
parent
5240a2136d
commit
3f61a6979f
1 changed files with 25 additions and 0 deletions
|
@ -96723,6 +96723,31 @@ (define-public texlive-subeqn
|
||||||
@code{leqno} and @code{fleqn}.")
|
@code{leqno} and @code{fleqn}.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-subeqnarray
|
||||||
|
(package
|
||||||
|
(name "texlive-subeqnarray")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/subeqnarray/"
|
||||||
|
"source/latex/subeqnarray/"
|
||||||
|
"tex/latex/subeqnarray/")
|
||||||
|
(base32
|
||||||
|
"19jv7sl6p1kshv13wk813lndb9fjr4bf2rf4s1ffd0l253mmxch6")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/subeqnarray")
|
||||||
|
(synopsis "Equation array with sub numbering")
|
||||||
|
(description
|
||||||
|
"This package defines the @code{subeqnarray} and @code{subeqnarray*}
|
||||||
|
environments, which behave like the corresponding @code{eqnarray} and
|
||||||
|
@code{eqnarray*} environments, except that the individual lines are numbered
|
||||||
|
like @samp{1a}, @samp{1b}, etc. To refer to these numbers an extra label
|
||||||
|
command @code{\\slabel} is provided. Users are urged to consider the
|
||||||
|
alignment capabilities of the @code{amsmath} bundle, which produce better
|
||||||
|
results than @code{eqnarray}-related macros.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue