From bf04cdd8909db78bba92392b536da3c72a03dd81 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 00:32:05 +0200 Subject: [PATCH] gnu: Add texlive-graph35. * gnu/packages/tex.scm (texlive-graph35): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ce2c2fd3f6..c2f6570832 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -17395,6 +17395,26 @@ (define-public texlive-grafcet PGF/TikZ.") (license license:lppl1.0+))) +(define-public texlive-graph35 + (package + (name "texlive-graph35") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/graph35/" "source/latex/graph35/" + "tex/latex/graph35/") + (base32 + "0012mfpl8cxqm0grmgazixqbgicfgzr4z891zgjw60xy6df8qhwb"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/graph35") + (synopsis "Draw keys and screen items of several Casio calculators") + (description + "This package defines commands to draw the Casio Graph 35 / Fx-9750GII +calculator (and other models). It can draw the whole calculator, or parts of +it.") + (license license:lppl1.3+))) + (define-public texlive-inlinedef (package (name "texlive-inlinedef")