gnu: Add texlive-calctab.
* gnu/packages/tex.scm (texlive-calctab): New variable.
This commit is contained in:
parent
5bd541d281
commit
81bd088da2
1 changed files with 20 additions and 0 deletions
|
@ -75107,6 +75107,26 @@ from days to years is then performed, taking care of leap years and such odd
|
|||
things.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-calctab
|
||||
(package
|
||||
(name "texlive-calctab")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/calctab/" "tex/latex/calctab/")
|
||||
(base32
|
||||
"0fv5rc42v4ijrrhydq8r79lk3pviqd3adv4nxcbd6px89l6ni6x4")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/calctab")
|
||||
(synopsis "Language for numeric tables")
|
||||
(description
|
||||
"The @code{calctab} package helps the user to typeset a kind of economic table
|
||||
such as invoices, expense notes and liquidation, or other tabular material
|
||||
with a values column. The code computes sum and percentage with floating
|
||||
point numeric methods and builds the render table task.")
|
||||
(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
|
||||
|
|
Reference in a new issue