gnu: Add texlive-hf-tikz.

* gnu/packages/tex.scm (texlive-hf-tikz): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:34:05 +02:00
parent 61e8a2d33f
commit 75442a5e2d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17516,6 +17516,25 @@ (define-public texlive-here
the option in an acceptable framework.")
(license license:public-domain)))
(define-public texlive-hf-tikz
(package
(name "texlive-hf-tikz")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hf-tikz/" "source/latex/hf-tikz/"
"tex/latex/hf-tikz/")
(base32
"02zkax3k50rb080yn5bwy12680y0mdzddv9an3wgsycl9ycxrmi8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hf-tikz")
(synopsis "Highlight formulas and formula parts")
(description
"The package provides a way to highlight formulas and formula parts in
both documents and presentations, us TikZ.")
(license license:lppl1.3+)))
(define-public texlive-inlinedef
(package
(name "texlive-inlinedef")