[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/245: gnu: Add texlive-gastex.
From: |
guix-commits |
Subject: |
94/245: gnu: Add texlive-gastex. |
Date: |
Sun, 30 Jul 2023 13:46:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d4f735ae457af0bc8656c5c906282ed93cef4971
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:20:25 2023 +0200
gnu: Add texlive-gastex.
* gnu/packages/tex.scm (texlive-gastex): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7c4d25f4ee..1961bc4659 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3740,6 +3740,25 @@ products and convergence with some object oriented
flavor (it gives the
possibility to override the standard behavior of norms, ...).")
(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
(package
(name "texlive-bibtex8")
- 54/245: gnu: Add texlive-concmath., (continued)
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex.,
guix-commits <=
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30
- 105/245: gnu: Add texlive-hepparticles., guix-commits, 2023/07/30