[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/245: gnu: Add texlive-interval.
From: |
guix-commits |
Subject: |
110/245: gnu: Add texlive-interval. |
Date: |
Sun, 30 Jul 2023 13:46:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2b2a514e6f9c0d0f28131a5b17a2834c531fa070
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:25:26 2023 +0200
gnu: Add texlive-interval.
* gnu/packages/tex.scm (texlive-interval): 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 cbc0151a01..a50a237041 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4111,6 +4111,27 @@ when using for open intervals.")
installed.")
(license license:lppl1.3c)))
+(define-public texlive-interval
+ (package
+ (name "texlive-interval")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/interval/" "tex/latex/interval/")
+ (base32
+ "16qp8q95s8y4pvd7idh6nzz04nb81sm7w36gc2nc5sjmvjw1sk4f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/interval")
+ (synopsis "Format mathematical intervals, ensuring proper spacing")
+ (description
+ "When typing an open interval as $]a,b[$, a closing bracket is being used
+in place of an opening fence and vice versa. This leads to wrong spacing.
+The @code{\\interval} macro provided by this package attempts to solve this.
+The package also supports fence scaling and ensures that the enclosing fences
+will end up having the proper closing and opening types.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 120/245: gnu: Add texlive-lie-hasse., (continued)
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval.,
guix-commits <=
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30