mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-cals.
* gnu/packages/tex.scm (texlive-cals): New variable.
This commit is contained in:
parent
0d7e77c203
commit
9ac3d855af
1 changed files with 20 additions and 0 deletions
|
@ -75151,6 +75151,26 @@ (define-public texlive-calculator
|
|||
@code{calculus} may be useful in other contexts.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-cals
|
||||
(package
|
||||
(name "texlive-cals")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/cals/" "source/latex/cals/"
|
||||
"tex/latex/cals/")
|
||||
(base32
|
||||
"0zjh44f5sknz0lj0zn9mslyj7aw5wnjwnlb6427r4lqf2ph31jlq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cals")
|
||||
(synopsis "Multipage tables with wide range of features")
|
||||
(description
|
||||
"The package is a set of macros to typeset multipage tables with repeatable
|
||||
headers and footers, with cells spanned over rows and columns. Decorations are
|
||||
supported: padding, background color, width of separation rules.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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