mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-metauml.
* gnu/packages/tex.scm (texlive-metauml): New variable.
This commit is contained in:
parent
bef9e04eeb
commit
57f5e3d442
1 changed files with 19 additions and 0 deletions
|
@ -5560,6 +5560,25 @@ (define-public texlive-metapost-colorbrewer
|
|||
second as RGB.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-metauml
|
||||
(package
|
||||
(name "texlive-metauml")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/metapost/metauml/" "metapost/metauml/")
|
||||
(base32
|
||||
"01hs234mjqnr39zm7jl6dpbm5w0k4p73pr0aj35ii0dhakln2jsy")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/metauml")
|
||||
(synopsis "MetaPost library for typesetting UML diagrams")
|
||||
(description
|
||||
"MetaUML is a MetaPost library for typesetting UML diagrams, which
|
||||
provides a usable, human-friendly textual notation for UML, offering now
|
||||
support for class, package, activity, state, and use case diagrams.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-natbib
|
||||
(package
|
||||
(name "texlive-natbib")
|
||||
|
|
Loading…
Reference in a new issue