ngz pushed a commit to branch master
in repository guix.
commit 6232f56ea56a901c343baf6b4ad2663ad73a0a52
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 16:38:11 2023 +0200
gnu: Add texlive-oubraces.
* gnu/packages/tex.scm (texlive-oubraces): 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 e8e3f1ac2f..6d9856607a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5282,6 +5282,27 @@ working with the source code painless (well, less
painful). A variety of
stylistic variants are available to suit personal taste.")
(license license:lppl1.3+)))
+(define-public texlive-oubraces
+ (package
+ (name "texlive-oubraces")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/oubraces/" "tex/latex/oubraces/")
+ (base32
+ "0kh2acj4420cxd5x5y3dnfkdfqp5m70d16kiwz5b0f095af42v1g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oubraces")
+ (synopsis "Braces over and under a formula")
+ (description
+ "This package provides a means to interleave @code{\\overbrace} and
+@code{\\underbrace} in the same formula.")
+ ;; Library states: "Redistribution and use, with or without modification,
+ ;; are permitted provided that the above copyright notice and this
+ ;; condition for use are retained".
+ (license (license:fsf-free "file://tex/latex/oubraces/oubraces.sty"))))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")