[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/245: gnu: Add texlive-extpfeil.
From: |
guix-commits |
Subject: |
85/245: gnu: Add texlive-extpfeil. |
Date: |
Sun, 30 Jul 2023 13:46:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 22b531745755dfc7d75a9300a4e1b5f9b9b1e530
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:55:36 2023 +0200
gnu: Add texlive-extpfeil.
* gnu/packages/tex.scm (texlive-extpfeil): 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 c68f02966f..d7ca8aff74 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3539,6 +3539,27 @@ package.")
;; LGPL 2.1+.
(license license:lgpl2.1+)))
+(define-public texlive-extpfeil
+ (package
+ (name "texlive-extpfeil")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/extpfeil/"
+ "source/latex/extpfeil/"
+ "tex/latex/extpfeil/")
+ (base32
+ "11vri2kij4y3da2v1gsps66jf4r529w4nqbgbfajrxh2nhfb60iv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/extpfeil")
+ (synopsis "Extensible arrows in mathematics")
+ (description
+ "The package provides some more extensible arrows (usable in the same way
+as @code{\\xleftarrow} from @code{amsmath}), and a simple command to create
+new ones.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 47/245: gnu: Add texlive-clrscode., (continued)
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode., guix-commits, 2023/07/30
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil.,
guix-commits <=
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30