ngz pushed a commit to branch master
in repository guix.
commit 5408a71ca94f492d7237b4518a61ed0bbefa26e9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 16:59:47 2023 +0200
gnu: Add texlive-witharrows.
* gnu/packages/tex.scm (texlive-witharrows): 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 d368470591..b2e6cc6570 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6899,6 +6899,29 @@ settings.")
(description "This package provides MetaPost macros for Venn diagrams.")
(license license:lppl)))
+(define-public texlive-witharrows
+ (package
+ (name "texlive-witharrows")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/witharrows/"
+ "source/generic/witharrows/"
+ "tex/generic/witharrows/")
+ (base32
+ "0m9imjxi174bh1mr2gl74s8bmhksaabvmfzvv2nq8nbmzvfsic19")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/witharrows")
+ (synopsis "Aligned math environments with arrows for comments")
+ (description
+ "This package provides an environment @code{WithArrows} which is similar
+to the environment @code{aligned} of @code{amsmath} (and @code{mathtools}),
+but gives the possibility to draw arrows on the right side of the alignment.
+These arrows are usually used to give explanations concerning the mathematical
+calculus presented.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")