mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-subfigmat.
* gnu/packages/tex.scm (texlive-subfigmat): New variable.
This commit is contained in:
parent
3f61a6979f
commit
244aa17dba
1 changed files with 21 additions and 0 deletions
|
@ -96748,6 +96748,27 @@ (define-public texlive-subeqnarray
|
|||
results than @code{eqnarray}-related macros.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-subfigmat
|
||||
(package
|
||||
(name "texlive-subfigmat")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/subfigmat/"
|
||||
"tex/latex/subfigmat/")
|
||||
(base32
|
||||
"1656zcs1zay6pz1sqlhnspbphg7zkq7ziyxb8kkn943f2a8azmka")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/subfigmat")
|
||||
(synopsis "Automates layout when using the @code{subfigure} package")
|
||||
(description
|
||||
"This package defines an @code{array}/@code{matrix}-type environment that is
|
||||
used with the @code{subfigure} package to automate the placement of
|
||||
sub-figures (or tables or text). The sub-figures are placed left-to-right,
|
||||
top-to-bottom.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue