mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add texlive-mcf2graph.
* gnu/packages/tex.scm (texlive-mcf2graph): New variable.
This commit is contained in:
parent
59412fc426
commit
8a03984e45
1 changed files with 19 additions and 0 deletions
|
@ -5456,6 +5456,25 @@ (define-public texlive-latexmp
|
|||
provided by @code{tex.mp}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-mcf2graph
|
||||
(package
|
||||
(name "texlive-mcf2graph")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/metapost/mcf2graph/")
|
||||
(base32
|
||||
"1pji3d2mllfi74kalvs11h7yy3hkm5g5nlmcpq2vn7cxjbaqk9sq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mcf2graph")
|
||||
(synopsis "Draw chemical structure diagrams with MetaPost")
|
||||
(description
|
||||
"The Molecular Coding Format (MCF) is a linear notation for describing
|
||||
chemical structure diagrams. This package converts MCF to graphic files using
|
||||
MetaPost.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-natbib
|
||||
(package
|
||||
(name "texlive-natbib")
|
||||
|
|
Loading…
Reference in a new issue