From e7887a20ee9455193a9934675415b6c4c80a45f2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:25:09 +0200 Subject: [PATCH] gnu: Add texlive-sacsymb. * gnu/packages/tex.scm (texlive-sacsymb): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 6372d1dcd7..c37145d4ec 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3797,6 +3797,25 @@ by the given fractions of the natural width and height of the image.") architectures and to customize their aspect.") (license license:lppl1.3+))) +(define-public texlive-sacsymb + (package + (name "texlive-sacsymb") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/sacsymb/" "tex/latex/sacsymb/") + (base32 + "0pwkb8z4bvgqbffcclfif04iqkpdp6lciwmwvwci3mi9bc6yh4vr"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/sacsymb") + (synopsis "Sacred symbols prepared with TikZ") + (description + "The @code{sacsymb} package contains symbols used in objective +reduction (Orch OR) theory of consciousness as applied to the three brains +model of psychological experience. These symbols are prepared using TikZ.") + (license license:lppl1.0+))) + (define-public texlive-amiri (package (name "texlive-amiri")