gnu: Add texlive-elbioimp.
* gnu/packages/tex.scm (texlive-elbioimp): New variable.
This commit is contained in:
parent
a9bf6259c0
commit
4a4e6f82b9
1 changed files with 21 additions and 0 deletions
|
@ -12212,6 +12212,27 @@ Basque Country.")
|
||||||
Mukta, Baloo, Modak, and Jaini.")
|
Mukta, Baloo, Modak, and Jaini.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-elbioimp
|
||||||
|
(package
|
||||||
|
(name "texlive-elbioimp")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/elbioimp/"
|
||||||
|
"source/latex/elbioimp/"
|
||||||
|
"tex/latex/elbioimp/")
|
||||||
|
(base32
|
||||||
|
"1iwsahllfw975cs11llr0ghx80wf5kmw5zrbs4iqviai12ipnkd2")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/elbioimp")
|
||||||
|
(synopsis
|
||||||
|
"LaTeX document class for the @emph{Journal of Electrical Bioimpedance}")
|
||||||
|
(description
|
||||||
|
"This package provides a document class for writing articles to the
|
||||||
|
@emph{Journal of Electrical Bioimpedance}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-electrum
|
(define-public texlive-electrum
|
||||||
(package
|
(package
|
||||||
(name "texlive-electrum")
|
(name "texlive-electrum")
|
||||||
|
|
Reference in a new issue