mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-steinmetz.
* gnu/packages/tex.scm (texlive-steinmetz): New variable.
This commit is contained in:
parent
79622b3afe
commit
36a240a6c1
1 changed files with 20 additions and 0 deletions
|
@ -6393,6 +6393,26 @@ (define-public texlive-statmath
|
|||
the popular @code{amsmath} package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-steinmetz
|
||||
(package
|
||||
(name "texlive-steinmetz")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/steinmetz/"
|
||||
"source/latex/steinmetz/"
|
||||
"tex/latex/steinmetz/")
|
||||
(base32
|
||||
"1x7bs22q1p07njvsg7npm5wg25jx547nv7v98wvcfmlcr4zrvbh1")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/steinmetz")
|
||||
(synopsis "Print Steinmetz notation")
|
||||
(description
|
||||
"The @code{steinmetz} package provides a command for typesetting complex
|
||||
numbers in the Steinmetz notation used in electrotechnics.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue