me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gastex.

* gnu/packages/tex.scm (texlive-gastex): New variable.
Nicolas Goaziou 2023-07-30 16:20:25 +02:00
parent db7d5da652
commit d4f735ae45
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3740,6 +3740,25 @@ products and convergence with some object oriented flavor (it gives the
possibility to override the standard behavior of norms, ...).") possibility to override the standard behavior of norms, ...).")
(license license:lppl))) (license license:lppl)))
(define-public texlive-gastex
(package
(name "texlive-gastex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gastex/" "dvips/gastex/"
"tex/latex/gastex/")
(base32
"1bjdq5mbqcfh7syzlky69dq71bcmwaa7pv5glcys2jf7afyzcmnj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gastex")
(synopsis "Graphs and Automata Simplified in TeX")
(description
"GasTeX is a set of LaTeX macros which enable the user to draw graphs, automata,
nets, diagrams, etc., very easily, in the LaTeX @code{picture} environment.")
(license license:lppl)))
(define-public texlive-bibtex8 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")