[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/111: gnu: Add texlive-vaucanson-g.
From: |
guix-commits |
Subject: |
108/111: gnu: Add texlive-vaucanson-g. |
Date: |
Mon, 14 Aug 2023 05:04:52 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9e13ed5d5bb725b05888e1b01fa51d7d14fc048a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:40:36 2023 +0200
gnu: Add texlive-vaucanson-g.
* gnu/packages/tex.scm (texlive-vaucanson-g): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 870c0dd921..b5a59b81c0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34521,6 +34521,26 @@ 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-vaucanson-g
+ (package
+ (name "texlive-vaucanson-g")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/vaucanson-g/"
+ "tex/generic/vaucanson-g/")
+ (base32
+ "18ig6kszjr2jfr3hvq18clq8ccxbv2zw280pw20mphfjh6rjwbrj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/vaucanson-g")
+ (synopsis "PSTricks macros for drawing automata")
+ (description
+ "VauCanSon-G is a package that enables the user to draw automata within
+texts written using LaTeX. The package macros make use of commands of
+PSTricks.")
+ (license license:lppl)))
+
(define-public texlive-xkeyval
(package
(name "texlive-xkeyval")
- 53/111: gnu: Add texlive-pst-intersect., (continued)
- 53/111: gnu: Add texlive-pst-intersect., guix-commits, 2023/08/14
- 64/111: gnu: Add texlive-pst-mirror., guix-commits, 2023/08/14
- 52/111: gnu: Add texlive-pst-infixplot., guix-commits, 2023/08/14
- 96/111: gnu: Add texlive-pst-tree., guix-commits, 2023/08/14
- 89/111: gnu: Add texlive-pst-soroban., guix-commits, 2023/08/14
- 97/111: gnu: Add texlive-pst-turtle., guix-commits, 2023/08/14
- 77/111: gnu: Add texlive-pst-plot., guix-commits, 2023/08/14
- 95/111: gnu: Add texlive-pst-tools., guix-commits, 2023/08/14
- 106/111: gnu: Add texlive-pstricks-calcnotes., guix-commits, 2023/08/14
- 107/111: gnu: Add texlive-uml., guix-commits, 2023/08/14
- 108/111: gnu: Add texlive-vaucanson-g.,
guix-commits <=