mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add texlive-commath.
* gnu/packages/tex.scm (texlive-commath): New variable.
This commit is contained in:
parent
f3fab28911
commit
4226c0baba
1 changed files with 19 additions and 0 deletions
|
@ -2586,6 +2586,25 @@ (define-public texlive-colorsep
|
||||||
"This package provides support for colour separation when using Dvips.")
|
"This package provides support for colour separation when using Dvips.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-commath
|
||||||
|
(package
|
||||||
|
(name "texlive-commath")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/commath/" "tex/latex/commath/")
|
||||||
|
(base32
|
||||||
|
"0mvlqw78183mp8fdvcmrwxvf4cpqdb2sr6jif16rad0av602lnfr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/commath")
|
||||||
|
(synopsis "Mathematics typesetting support")
|
||||||
|
(description
|
||||||
|
"This package provides a range of differential, partial differential and
|
||||||
|
delimiter commands, together with a @code{\\fullfunction} (function, with both
|
||||||
|
domain and range, and function operation) and various reference commands.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-compare
|
(define-public texlive-compare
|
||||||
(package
|
(package
|
||||||
(name "texlive-compare")
|
(name "texlive-compare")
|
||||||
|
|
Loading…
Reference in a new issue