mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-oubraces.
* gnu/packages/tex.scm (texlive-oubraces): New variable.
This commit is contained in:
parent
2cb613673e
commit
6232f56ea5
1 changed files with 21 additions and 0 deletions
|
@ -5282,6 +5282,27 @@ (define-public texlive-ot-tableau
|
||||||
stylistic variants are available to suit personal taste.")
|
stylistic variants are available to suit personal taste.")
|
||||||
(license license:lppl1.3+)))
|
(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
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue