mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-commutative-diagrams.
* gnu/packages/tex.scm (texlive-commutative-diagrams): New variable.
This commit is contained in:
parent
4226c0baba
commit
d47b3d38ef
1 changed files with 22 additions and 0 deletions
|
@ -2605,6 +2605,28 @@ (define-public texlive-commath
|
||||||
domain and range, and function operation) and various reference commands.")
|
domain and range, and function operation) and various reference commands.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-commutative-diagrams
|
||||||
|
(package
|
||||||
|
(name "texlive-commutative-diagrams")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/commutative-diagrams/"
|
||||||
|
"tex/context/third/commutative-diagrams/"
|
||||||
|
"tex/generic/commutative-diagrams/"
|
||||||
|
"tex/latex/commutative-diagrams/"
|
||||||
|
"tex/plain/commutative-diagrams/")
|
||||||
|
(base32
|
||||||
|
"0cj3yx2h5r146rhzd3sla1kx4463qdfyaqdzg8zdyg94ky4k6ixv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/commutative-diagrams")
|
||||||
|
(synopsis "CoDi: Commutative Diagrams for TeX")
|
||||||
|
(description
|
||||||
|
"This package provides a TikZ library for making commutative diagrams
|
||||||
|
easy to design, parse and tweak.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-compare
|
(define-public texlive-compare
|
||||||
(package
|
(package
|
||||||
(name "texlive-compare")
|
(name "texlive-compare")
|
||||||
|
|
Loading…
Reference in a new issue