[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/245: gnu: Add texlive-eolang.
From: |
guix-commits |
Subject: |
79/245: gnu: Add texlive-eolang. |
Date: |
Sun, 30 Jul 2023 13:46:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 41b28dc1f418ac1d1e3e67be90d4bddcfe4bafcd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:53:33 2023 +0200
gnu: Add texlive-eolang.
* gnu/packages/tex.scm (texlive-eolang): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2c61094366..8911daa9ae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3404,6 +3404,34 @@ command and then input its output into your document.
This package also lets
you use any special symbols inside your command.")
(license license:expat)))
+(define-public texlive-eolang
+ (package
+ (name "texlive-eolang")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eolang/" "source/latex/eolang/"
+ "tex/latex/eolang/")
+ (base32
+ "1df7hw4dijisx2r9vzar7xpr97cdhbiyrbawzj8vka9gwwn14kqw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-amsmath
+ texlive-fancyvrb
+ texlive-iexec
+ texlive-pgf
+ texlive-pgfopts
+ texlive-stmaryrd))
+ (home-page "https://ctan.org/pkg/eolang")
+ (synopsis "Formulas and graphs for the EO programming language")
+ (description
+ "This LaTeX package helps you write φ-calculus formulas and
+@url{https://github.com/objectionary/sodg, SODG} graphs for the
+@url{https://www.eolang.org, EO} programming language.")
+ (license license:expat)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 105/245: gnu: Add texlive-hepparticles., (continued)
- 105/245: gnu: Add texlive-hepparticles., guix-commits, 2023/07/30
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang.,
guix-commits <=
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30