[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/245: gnu: Add texlive-letterswitharrows.
From: |
guix-commits |
Subject: |
119/245: gnu: Add texlive-letterswitharrows. |
Date: |
Sun, 30 Jul 2023 13:46:49 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0f7311ef06760e0446c1ef74205881139be83969
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:28:01 2023 +0200
gnu: Add texlive-letterswitharrows.
* gnu/packages/tex.scm (texlive-letterswitharrows): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ee0b395659..ea10dc071b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4315,6 +4315,28 @@ It provides a tabular-like input syntax and support for
drawing bundles
(implicants) around adjacent values.")
(license license:lppl1.3c)))
+(define-public texlive-letterswitharrows
+ (package
+ (name "texlive-letterswitharrows")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/letterswitharrows/"
+ "source/latex/letterswitharrows/"
+ "tex/latex/letterswitharrows/")
+ (base32
+ "0qws4in1qgj52z2d38lfyx3l3dxp01agfbipy5xdi1p4jyhw6b7c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/letterswitharrows")
+ (synopsis "Draw arrows over math letters")
+ (description
+ "This package provides LaTeX math-mode commands for setting left and
+right arrows over mathematical symbols so that the arrows dynamically scale
+with the symbols. While it is possible to set arrows over longer strings of
+symbols, the focus lies on single characters.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 185/245: gnu: Add texlive-resolsysteme., (continued)
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows.,
guix-commits <=
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30