mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-spreadtab.
* gnu/packages/tex.scm (texlive-spreadtab): New variable.
This commit is contained in:
parent
2d1728f3e7
commit
f41078c34b
1 changed files with 20 additions and 0 deletions
|
@ -96291,6 +96291,26 @@ (define-public texlive-spotcolor
|
||||||
spaces are included but new ones can easily be defined.")
|
spaces are included but new ones can easily be defined.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-spreadtab
|
||||||
|
(package
|
||||||
|
(name "texlive-spreadtab")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/spreadtab/"
|
||||||
|
"tex/latex/spreadtab/")
|
||||||
|
(base32
|
||||||
|
"052is9kyikixfga67ab3fl8rk8whmvpwgzy02z75awhn164fk2zq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/spreadtab")
|
||||||
|
(synopsis "Spreadsheet features for LaTeX tabular environments")
|
||||||
|
(description
|
||||||
|
"The package allows the user to construct tables in a manner similar to
|
||||||
|
a spreadsheet. The cells of a table have row and column indices and these can
|
||||||
|
be used in formulas to generate values in other cells.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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