gnu: Add texlive-dcpic.

* gnu/packages/tex.scm (texlive-dcpic): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 22:15:23 +02:00
parent 5dfaeef184
commit 7bf1f50af7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16714,6 +16714,27 @@ (define-public texlive-curves
technical pens with compasses and French curves.")
(license license:lppl1.3+)))
(define-public texlive-dcpic
(package
(name "texlive-dcpic")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/dcpic/" "tex/generic/dcpic/")
(base32
"1s4292g12r2vrnsdj4qsa9jgj9ndgdg7h27n2ig3mf305h5h5hfr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dcpic")
(synopsis "Commutative diagrams in a LaTeX and TeX documents")
(description
"DCpic is a package for typesetting commutative diagrams within a LaTeX
and TeX documents. Its distinguishing features are: a powerful graphical
engine, the PiCTeX package; an easy specification syntax in which
a commutative diagram is described in terms of its objects and its
arrows (morphism), positioned in a Cartesian coordinate system.")
(license license:lppl1.3+)))
(define-public texlive-gates
(package
(name "texlive-gates")