guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

107/111: gnu: Add texlive-uml.


From: guix-commits
Subject: 107/111: gnu: Add texlive-uml.
Date: Mon, 14 Aug 2023 05:04:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 011ba694f09b5513e3da9b2b0855fa3029ef9532
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:40:25 2023 +0200

    gnu: Add texlive-uml.
    
    * gnu/packages/tex.scm (texlive-uml): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 075c2a04aa..870c0dd921 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34500,6 +34500,27 @@ sort of tabular, and an environment @code{longtabu} 
which provides the
 facilities of @code{tabu} in a modified @code{longtable} environment.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uml
+  (package
+    (name "texlive-uml")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uml/" "source/latex/uml/"
+                   "tex/latex/uml/")
+             (base32
+              "039kg3xk03cm4xfsaj33kx1j5hjqy9330zxamqyzs1jnp8xgcfdz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uml";)
+    (synopsis "UML diagrams in LaTeX")
+    (description
+     "This package provides a PSTricks related package for writing
+UML (Unified Modelling Language) diagrams in LaTeX.  Currently, it implements
+a subset of class diagrams, and some extra constructs as well.  The package
+cannot be used together with @code{pst-uml}.")
+    (license license:lppl)))
+
 (define-public texlive-xkeyval
   (package
     (name "texlive-xkeyval")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]