me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-uml.

* gnu/packages/tex.scm (texlive-pst-uml): New variable.
Nicolas Goaziou 2023-08-14 10:37:29 +02:00
parent 3d6265154a
commit ba66383cd6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -34286,6 +34286,28 @@ It is similar to @code{pst-tree}, though it uses a different placement
algorithm.")
(license license:lppl1.3+)))
(define-public texlive-pst-uml
(package
(name "texlive-pst-uml")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-uml/"
"source/generic/pst-uml/"
"tex/latex/pst-uml/")
(base32
"0sgsyg9gk4wxgz7r44h6a7f5f7gl5b522f864n0kv35cgmwnzyr7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-multido))
(home-page "https://ctan.org/pkg/pst-uml")
(synopsis "UML diagrams with PSTricks")
(description
"This a PSTricks package that provides support for drawing moderately
complex UML (Universal Modelling Language) diagrams. (The PDF documentation
is written in French.)")
(license license:lppl)))
(define-public texlive-marginnote
(package
(name "texlive-marginnote")