From 520041c95454994f6f7d5e55c200c775eed25d0d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou <mail@nicolasgoaziou.fr> Date: Thu, 13 Jul 2023 09:41:35 +0200 Subject: [PATCH] gnu: Add texlive-randbild. * gnu/packages/tex.scm (texlive-randbild): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b28ad45fed..220c4ea04d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3633,6 +3633,28 @@ designed to help users generate circuits.") drawing quantum circuit diagrams.") (license license:cc-by4.0))) +(define-public texlive-randbild + (package + (name "texlive-randbild") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/randbild/" + "source/latex/randbild/" + "tex/latex/randbild/") + (base32 + "1y9qf73163ai738pf6qvaqxy5s2cymyg19qyyfs8dfx2gygcyny9"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/randbild") + (synopsis "Marginal pictures") + (description + "This package provides environments @code{randbild} to draw small +marginal plots (using the packages PSTricks and @code{pst-plot}), and +@code{randbildbasis} (the same, only without the automatically drawn +coordinate system).") + (license license:lppl))) + (define-public texlive-amiri (package (name "texlive-amiri")