mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-ecgdraw.
* gnu/packages/tex.scm (texlive-ecgdraw): New variable.
This commit is contained in:
parent
a5481f7cef
commit
0b794d0e1c
1 changed files with 27 additions and 0 deletions
|
@ -16934,6 +16934,33 @@ (define-public texlive-dynkin-diagrams
|
|||
LaTeX documents, using the TikZ package.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-ecgdraw
|
||||
(package
|
||||
(name "texlive-ecgdraw")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ecgdraw/" "source/latex/ecgdraw/"
|
||||
"tex/latex/ecgdraw/")
|
||||
(base32
|
||||
"16kbmf9fckms0vhi41h2p6k8znv6plzwn4f2j374zmpqphq1m3il")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list texlive-hypdoc
|
||||
texlive-layaureo
|
||||
texlive-listings
|
||||
texlive-pgf
|
||||
texlive-tools))))
|
||||
(home-page "https://ctan.org/pkg/ecgdraw")
|
||||
(synopsis "Draws electrocardiograms (ECG)")
|
||||
(description
|
||||
"This package provides the @code{\\ECG} command, which draws
|
||||
electrocardiograms (ECG). It can generate different types of wave.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-gates
|
||||
(package
|
||||
(name "texlive-gates")
|
||||
|
|
Loading…
Reference in a new issue