mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-tensind.
* gnu/packages/tex.scm (texlive-tensind): New variable.
This commit is contained in:
parent
3165b4d46b
commit
a533856e94
1 changed files with 18 additions and 0 deletions
|
@ -6640,6 +6640,24 @@ (define-public texlive-tablor
|
|||
package requires that shell escape be enabled.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-tensind
|
||||
(package
|
||||
(name "texlive-tensind")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tensind/" "tex/latex/tensind/")
|
||||
(base32
|
||||
"1i0iczq20ihx5y19j9ifpbm6sad6jv9cs8zwblgkddyhwxa7n764")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tensind")
|
||||
(synopsis "Typeset tensors")
|
||||
(description
|
||||
"This package typesets tensors with dots filling gaps and fine tuning of
|
||||
index placement.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue