[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/245: gnu: Add texlive-extarrows.
From: |
guix-commits |
Subject: |
84/245: gnu: Add texlive-extarrows. |
Date: |
Sun, 30 Jul 2023 13:46:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f9fa41a592d6c382a95b984b5c1f1ab86adb7ba2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:55:28 2023 +0200
gnu: Add texlive-extarrows.
* gnu/packages/tex.scm (texlive-extarrows): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb7aae67c8..c68f02966f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3518,6 +3518,27 @@ ellipsograph. This package extends the functionalities
of the @code{curve2e}
package.")
(license license:lppl1.3c)))
+(define-public texlive-extarrows
+ (package
+ (name "texlive-extarrows")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/extarrows/"
+ "tex/latex/extarrows/")
+ (base32
+ "0fspc9vgz1vwi5lamv30czh6pp1vqsrk6f2ynqygq166rfxxm1gz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/extarrows")
+ (synopsis "Extra arrows beyond those provided in @code{amsmath}")
+ (description
+ "This package provides arrows to supplement @code{\\xleftarrow} and
+@code{\\xrightarrow} of the @code{amsath} package.")
+ ;; Package mentions LGPL without any reference to the version. Assuming
+ ;; LGPL 2.1+.
+ (license license:lgpl2.1+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 50/245: gnu: Add texlive-commath., (continued)
- 50/245: gnu: Add texlive-commath., guix-commits, 2023/07/30
- 62/245: gnu: Add texlive-delim., guix-commits, 2023/07/30
- 63/245: gnu: Add texlive-delimseasy., guix-commits, 2023/07/30
- 65/245: gnu: Add texlive-derivative., guix-commits, 2023/07/30
- 70/245: gnu: Add texlive-drawstack., guix-commits, 2023/07/30
- 73/245: gnu: Add texlive-econometrics., guix-commits, 2023/07/30
- 82/245: gnu: Add texlive-eqnnumwarn., guix-commits, 2023/07/30
- 75/245: gnu: Add texlive-emf., guix-commits, 2023/07/30
- 78/245: gnu: Add texlive-iexec., guix-commits, 2023/07/30
- 81/245: gnu: Add texlive-eqnarray., guix-commits, 2023/07/30
- 84/245: gnu: Add texlive-extarrows.,
guix-commits <=
- 89/245: gnu: Add texlive-fixmath., guix-commits, 2023/07/30
- 90/245: gnu: Add texlive-fnspe., guix-commits, 2023/07/30
- 95/245: gnu: Add texlive-gene-logic., guix-commits, 2023/07/30
- 104/245: gnu: Add texlive-hepnames., guix-commits, 2023/07/30
- 117/245: gnu: Add texlive-karnaughmap., guix-commits, 2023/07/30
- 106/245: gnu: Add texlive-hepthesis., guix-commits, 2023/07/30
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30