me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-plantuml.

* gnu/packages/tex.scm (texlive-plantuml): New variable.
Nicolas Goaziou 2023-06-26 15:11:58 +02:00
parent e764edcbd0
commit ca948a85ed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -11920,6 +11920,28 @@ positioning (the grid may be disabled, for final copy using the command
\\placeatsetup).")
(license license:lppl1.3+)))
(define-public texlive-plantuml
(package
(name "texlive-plantuml")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/plantuml/"
"tex/lualatex/plantuml/")
(base32
"00ram4dm1n7v9xd50xhvp1jxih4y431sq05snqaxj292ib0yh5b8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/plantuml")
(synopsis
"Support for rendering UML diagrams using syntax and tool of PlantUML")
(description
"The package provides support for rendering UML diagrams using the syntax
and tools of PlantUML. The PlantUML syntax is very short and thus enables
quickly specifying UML diagrams. Using @command{dot}, PlantUML layouts the
diagrams.")
(license license:lppl1.3c)))
(define-public texlive-koma-script
(package
(name "texlive-koma-script")