mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add texlive-vaucanson-g.
* gnu/packages/tex.scm (texlive-vaucanson-g): New variable.
This commit is contained in:
parent
011ba694f0
commit
9e13ed5d5b
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue