ngz pushed a commit to branch master
in repository guix.
commit 767a401b2f253306b4a4693d067c1c34f85a05e0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 16:25:00 2023 +0200
gnu: Add texlive-ibrackets.
* gnu/packages/tex.scm (texlive-ibrackets): 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 f5b0deb6f3..3091557a82 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4070,6 +4070,27 @@ adds a collection of useful @acronym{HEP, High Energy
Physics} units to the
existing SIunits set.")
(license license:lppl)))
+(define-public texlive-ibrackets
+ (package
+ (name "texlive-ibrackets")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ibrackets/"
+ "source/latex/ibrackets/"
+ "tex/latex/ibrackets/")
+ (base32
+ "0ipqh7z1v4l6fgbgkizn5v2g2l3b4n5zlmdaalj22ylgd2k25mv6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ibrackets")
+ (synopsis "Intelligent brackets")
+ (description
+ "This small package provides a new definition of brackets @samp{[} and
+@samp{]} as active characters to get correct blank spaces in mathematical mode
+when using for open intervals.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")