gnu: Add texlive-tikzpfeile.

* gnu/packages/tex.scm (texlive-tikzpfeile): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:46:28 +02:00
parent b53b09a976
commit 677f5556c1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5157,6 +5157,29 @@ (define-public texlive-tikzpeople
priest, sailor, santa, surgeon.")
(license license:lppl1.3+)))
(define-public texlive-tikzpfeile
(package
(name "texlive-tikzpfeile")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikzpfeile/"
"source/latex/tikzpfeile/"
"tex/latex/tikzpfeile/")
(base32
"0h6kkrm462hk2hvbdqqjai3gxsslibghxbjyq3ih0vps7fakglc6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikzpfeile")
(synopsis "Draw arrows using PGF/TikZ")
(description
"In a document with a lot of diagrams created with PGF/TikZ, there is
a possibility of the reader being distracted by different sorts of arrowheads
in the diagrams and in the text (as, e.g., in @code{\\rightarrow}). The
package defines macros to create all arrows using PGF/TikZ, so as to avoid the
problem.")
(license license:lppl)))
(define-public texlive-amiri
(package
(name "texlive-amiri")