gnu: Add texlive-figchild.

* gnu/packages/tex.scm (texlive-figchild): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:19:27 +02:00
parent 2b09b6a8fd
commit db622bb716
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17109,6 +17109,28 @@ (define-public texlive-fig4latex
PS/LaTeX (or PDF/LaTeX) export method.")
(license license:gpl3)))
(define-public texlive-figchild
(package
(name "texlive-figchild")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/figchild/" "tex/latex/figchild/")
(base32
"1q02q8cpkjwjqlykjq64vm65shqm6bn281j2jsv7qnay19lqmd3n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/figchild")
(synopsis "Pictures for creating children's activities")
(description
"This package was created with the aim of facilitating the work of
Elementary School teachers who need to create colorful and attractive
activities for their students. It is a product of the Computational
Mathematics discipline offered at the Federal University of Vicosa --- Campus
UFV --- Florestal by professor Fernando de Souza Bastos. It makes use of the
TikZ and @code{xcolor} packages.")
(license license:lppl1.3c)))
(define-public texlive-gates
(package
(name "texlive-gates")