mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add texlive-overarrows.
* gnu/packages/tex.scm (texlive-overarrows): New variable.
This commit is contained in:
parent
6232f56ea5
commit
37da19eed9
1 changed files with 23 additions and 0 deletions
|
@ -5303,6 +5303,29 @@ (define-public texlive-oubraces
|
|||
;; condition for use are retained".
|
||||
(license (license:fsf-free "file://tex/latex/oubraces/oubraces.sty"))))
|
||||
|
||||
(define-public texlive-overarrows
|
||||
(package
|
||||
(name "texlive-overarrows")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/overarrows/"
|
||||
"source/latex/overarrows/"
|
||||
"tex/latex/overarrows/")
|
||||
(base32
|
||||
"1zr1qq6g3zfabz4x37bc2ajlbrkdlskk99144kqwkvmrwr9nxpww")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/overarrows")
|
||||
(synopsis "Custom extensible arrows over math expressions")
|
||||
(description
|
||||
"This package provides a LaTeX package to create custom arrows over math
|
||||
expressions, mainly for vectors (but arrows can as well be drawn below).
|
||||
Arrows stretch with content, scale with math styles, and have a correct
|
||||
kerning when a subscript follows. Some predefined commands are also
|
||||
provided.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue