From 677f5556c140161b956c2cd7de129abb2dd1426e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:46:28 +0200 Subject: [PATCH] gnu: Add texlive-tikzpfeile. * gnu/packages/tex.scm (texlive-tikzpfeile): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 35562189cc..ee21592061 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")