[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/245: gnu: Add texlive-aligned-overset.
From: |
guix-commits |
Subject: |
10/245: gnu: Add texlive-aligned-overset. |
Date: |
Sun, 30 Jul 2023 13:46:25 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8324b839cca38204ac838d3f4c1b83e3a0046308
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:01:39 2023 +0200
gnu: Add texlive-aligned-overset.
* gnu/packages/tex.scm (texlive-aligned-overset): 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 8071402d7a..7411cab1d8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1404,6 +1404,27 @@ support for long code lines spanning several lines and
improved comments.")
text which spans over multiple lines.")
(license license:lppl1.3+)))
+(define-public texlive-aligned-overset
+ (package
+ (name "texlive-aligned-overset")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/aligned-overset/"
+ "source/latex/aligned-overset/"
+ "tex/latex/aligned-overset/")
+ (base32
+ "1awawz0ypq15r16mx949g7r7pp9a60xhi8hciy1xsa6dvvj47h5x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aligned-overset")
+ (synopsis "Fix alignment at @code{\\overset} or @code{\\underset}")
+ (description
+ "This package allows the base character of @code{\\underset} or
+@code{\\overset} to be used as the alignment position for the @code{aligned}
+math environments.")
+ (license license:lppl1.3c)))
+
(define-public texlive-apnum
(package
(name "texlive-apnum")
- 158/245: gnu: Add texlive-numerica-tables., (continued)
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset.,
guix-commits <=
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30
- 30/245: gnu: Add texlive-calculation., guix-commits, 2023/07/30
- 44/245: gnu: Add texlive-chemschemex., guix-commits, 2023/07/30
- 55/245: gnu: Add texlive-concrete., guix-commits, 2023/07/30
- 57/245: gnu: Add texlive-correctmathalign., guix-commits, 2023/07/30