mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue