mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-hhtensor.
* gnu/packages/tex.scm (texlive-hhtensor): New variable.
This commit is contained in:
parent
09aa1b32a2
commit
36f3d26340
1 changed files with 20 additions and 0 deletions
|
@ -84847,6 +84847,26 @@ (define-public texlive-hereapplies
|
|||
pages that share something in common.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-hhtensor
|
||||
(package
|
||||
(name "texlive-hhtensor")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hhtensor/"
|
||||
"source/latex/hhtensor/"
|
||||
"tex/latex/hhtensor/")
|
||||
(base32
|
||||
"0ghqfyhq5467jc506j0wa0nlxxrlm28mx1wp963rgqkynzlflv4j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hhtensor")
|
||||
(synopsis "Print vectors, matrices, and tensors")
|
||||
(description
|
||||
"This package provides commands for vectors, matrices, and tensors with
|
||||
different styles --- arrows (as the LaTeX default), underlined, and bold.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue