[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/245: gnu: Add texlive-overarrows.
From: |
guix-commits |
Subject: |
163/245: gnu: Add texlive-overarrows. |
Date: |
Sun, 30 Jul 2023 13:46:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 37da19eed99119cf0d2457c6bd5e2057fadc1198
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:38:20 2023 +0200
gnu: Add texlive-overarrows.
* gnu/packages/tex.scm (texlive-overarrows): 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 6d9856607a..d06b2267b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5303,6 +5303,29 @@ stylistic variants are available to suit personal
taste.")
;; condition for use are retained".
(license (license:fsf-free "file://tex/latex/oubraces/oubraces.sty"))))
+(define-public texlive-overarrows
+ (package
+ (name "texlive-overarrows")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/overarrows/"
+ "source/latex/overarrows/"
+ "tex/latex/overarrows/")
+ (base32
+ "1zr1qq6g3zfabz4x37bc2ajlbrkdlskk99144kqwkvmrwr9nxpww")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/overarrows")
+ (synopsis "Custom extensible arrows over math expressions")
+ (description
+ "This package provides a LaTeX package to create custom arrows over math
+expressions, mainly for vectors (but arrows can as well be drawn below).
+Arrows stretch with content, scale with math styles, and have a correct
+kerning when a subscript follows. Some predefined commands are also
+provided.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 153/245: gnu: Add texlive-nicematrix., (continued)
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows.,
guix-commits <=
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 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