[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/245: gnu: Add texlive-witharrows.
From: |
guix-commits |
Subject: |
238/245: gnu: Add texlive-witharrows. |
Date: |
Sun, 30 Jul 2023 13:47:30 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5408a71ca94f492d7237b4518a61ed0bbefa26e9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")
- 164/245: gnu: Add texlive-pascaltriangle., (continued)
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows.,
guix-commits <=
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30