me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-oubraces.

* gnu/packages/tex.scm (texlive-oubraces): New variable.
Nicolas Goaziou 2023-07-30 16:38:11 +02:00
parent 2cb613673e
commit 6232f56ea5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -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")