gnu: Add texlive-scratchx.

* gnu/packages/tex.scm (texlive-scratchx): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:46:15 +02:00
parent 5ee3da33ce
commit 72d9dcaca2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5992,6 +5992,25 @@ (define-public texlive-sclang-prettifier
with LaTeX and friends.")
(license license:lppl1.3+)))
(define-public texlive-scratchx
(package
(name "texlive-scratchx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/scratchx/" "tex/latex/scratchx/")
(base32
"1vy8599n8hxrvjc063p1dis0y7y221rlcwxxxryvibhz2kk7zwc2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/scratchx")
(synopsis "Include Scratch programs in LaTeX documents")
(description
"This package can be used to include every kind of Scratch program in
LaTeX documents. This may be particularly useful for Math Teachers and IT
specialists.")
(license license:lppl1.3c)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")