From d6801d89e36334cd44de31af1124d60b17eeb4de Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:30:49 +0200 Subject: [PATCH] gnu: Add texlive-ticollege. * gnu/packages/tex.scm (texlive-ticollege): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 17d713998b..664658aa53 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4149,6 +4149,27 @@ definition capability, new drawing commands can be constructed from drawing segments.") (license license:cc-by4.0))) +(define-public texlive-ticollege + (package + (name "texlive-ticollege") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/ticollege/" + "tex/latex/ticollege/") + (base32 + "1qbng6vq8w3ln2aw2kckbjih8hz3m2yr1b0bx8bx1a7bf5fhmd6i"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/ticollege") + (synopsis + "Graphical representation of keys on a standard scientific calculator") + (description + "This package provides commands to draw scientific calculator keys with +the help of TikZ. It also provides commands to draw the content of screens +and of menu items.") + (license license:lppl))) + (define-public texlive-amiri (package (name "texlive-amiri")