gnu: Add texlive-sacsymb.

* gnu/packages/tex.scm (texlive-sacsymb): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:25:09 +02:00
parent d0de82f44c
commit e7887a20ee
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3797,6 +3797,25 @@ (define-public texlive-sa-tikz
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")