gnu: Add texlive-elbioimp.

* gnu/packages/tex.scm (texlive-elbioimp): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:35:47 +02:00
parent a9bf6259c0
commit 4a4e6f82b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12212,6 +12212,27 @@ (define-public texlive-ektype-tanka
Mukta, Baloo, Modak, and Jaini.")
(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
(package
(name "texlive-electrum")