mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-modiagram.
* gnu/packages/tex.scm (texlive-modiagram): New variable.
This commit is contained in:
parent
76118a35f9
commit
f5d1c74453
1 changed files with 19 additions and 0 deletions
|
@ -2815,6 +2815,25 @@ (define-public texlive-mkpic
|
||||||
file).")
|
file).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-modiagram
|
||||||
|
(package
|
||||||
|
(name "texlive-modiagram")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/modiagram/"
|
||||||
|
"tex/latex/modiagram/")
|
||||||
|
(base32
|
||||||
|
"0817c3yj5q4srbl29kqw16cg3c6gwr9ahy33hyicqbqap034fnyd")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/modiagram")
|
||||||
|
(synopsis "Drawing molecular orbital diagrams")
|
||||||
|
(description
|
||||||
|
"The package provides an environment MOdiagram and some commands, to
|
||||||
|
create molecular orbital diagrams using TikZ.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue