mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-extpfeil.
* gnu/packages/tex.scm (texlive-extpfeil): New variable.
This commit is contained in:
parent
f9fa41a592
commit
22b5317457
1 changed files with 21 additions and 0 deletions
|
@ -3539,6 +3539,27 @@ (define-public texlive-extarrows
|
|||
;; LGPL 2.1+.
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public texlive-extpfeil
|
||||
(package
|
||||
(name "texlive-extpfeil")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/extpfeil/"
|
||||
"source/latex/extpfeil/"
|
||||
"tex/latex/extpfeil/")
|
||||
(base32
|
||||
"11vri2kij4y3da2v1gsps66jf4r529w4nqbgbfajrxh2nhfb60iv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/extpfeil")
|
||||
(synopsis "Extensible arrows in mathematics")
|
||||
(description
|
||||
"The package provides some more extensible arrows (usable in the same way
|
||||
as @code{\\xleftarrow} from @code{amsmath}), and a simple command to create
|
||||
new ones.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue