Archived
1
0
Fork 0

gnu: Add texlive-dynkin-diagrams.

* gnu/packages/tex.scm (texlive-dynkin-diagrams): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-12 22:22:30 +02:00
parent 8181a38d11
commit 256b5153f8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16915,6 +16915,25 @@ LaTeX documents. It consists of about eighty commands, calling on TikZ for
support.")
(license license:lppl1.3+)))
(define-public texlive-dynkin-diagrams
(package
(name "texlive-dynkin-diagrams")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dynkin-diagrams/"
"tex/latex/dynkin-diagrams/")
(base32
"0s2bf8l51ngpf9bg8vx8s4xa0dmdxj02h0hcyf23kh58xpxvmylh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dynkin-diagrams")
(synopsis "Draw Dynkin, Coxeter, and Satake diagrams using TikZ")
(description
"This is a drawing package for Dynkin, Coxeter, and Satake diagrams in
LaTeX documents, using the TikZ package.")
(license license:lppl1.3c)))
(define-public texlive-gates
(package
(name "texlive-gates")