gnu: Add texlive-annotate-equations.
* gnu/packages/tex.scm (texlive-annotate-equations): New variable.
This commit is contained in:
parent
10ae76b132
commit
c82fb6d497
1 changed files with 20 additions and 0 deletions
|
@ -1488,6 +1488,26 @@ is the historical basis of @code{amslatex}, which should now be used to
|
||||||
prepare submissions for the AMS.")
|
prepare submissions for the AMS.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-annotate-equations
|
||||||
|
(package
|
||||||
|
(name "texlive-annotate-equations")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/annotate-equations/"
|
||||||
|
"tex/latex/annotate-equations/")
|
||||||
|
(base32
|
||||||
|
"1jk08yxwyijspa74k0a79wvh7q0s0xd7ji5m13qb48gw0czwjcxs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/annotate-equations")
|
||||||
|
(synopsis "Easily annotate math equations using TikZ")
|
||||||
|
(description
|
||||||
|
"This package provides commands that make it easy to highlight terms in
|
||||||
|
equations and add annotation labels using TikZ. It should work with pdfLaTeX
|
||||||
|
as well as LuaLaTeX.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-apnum
|
(define-public texlive-apnum
|
||||||
(package
|
(package
|
||||||
(name "texlive-apnum")
|
(name "texlive-apnum")
|
||||||
|
|
Reference in a new issue