From 256b5153f89f65c8993fda840908f423ea23aa34 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 22:22:30 +0200 Subject: gnu: Add texlive-dynkin-diagrams. * gnu/packages/tex.scm (texlive-dynkin-diagrams): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9ccb202031..2a0c3e8967 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") -- cgit v1.2.3 ac30b5'>commitdiff
path: root/gnu/services/spice.scm
AgeCommit message (Expand)Author