[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/245: gnu: Add texlive-eqexpl.
From: |
guix-commits |
Subject: |
80/245: gnu: Add texlive-eqexpl. |
Date: |
Sun, 30 Jul 2023 13:46:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ec2fdef1ca779a2d4502644ca1d256eccdf01c6f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:53:40 2023 +0200
gnu: Add texlive-eqexpl.
* gnu/packages/tex.scm (texlive-eqexpl): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8911daa9ae..7b5b9e0015 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3432,6 +3432,24 @@ you use any special symbols inside your command.")
@url{https://www.eolang.org, EO} programming language.")
(license license:expat)))
+(define-public texlive-eqexpl
+ (package
+ (name "texlive-eqexpl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eqexpl/" "tex/latex/eqexpl/")
+ (base32
+ "0crbq63m7ra20a1s1yka2v24spfvi86ls1v8asswdrf83zkdpibi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eqexpl")
+ (synopsis "Align explanations for formulas")
+ (description
+ "This package tries to create perfectly formatted explanation of
+components of a formula.")
+ (license license:cc-by-sa4.0)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 35/245: gnu: Add texlive-chemarrow., (continued)
- 35/245: gnu: Add texlive-chemarrow., guix-commits, 2023/07/30
- 31/245: gnu: Add texlive-cartonaugh., guix-commits, 2023/07/30
- 40/245: gnu: Add texlive-chemmacros., guix-commits, 2023/07/30
- 39/245: gnu: Add texlive-chemformula., guix-commits, 2023/07/30
- 43/245: gnu: Add texlive-chemplants., guix-commits, 2023/07/30
- 51/245: gnu: Add texlive-commutative-diagrams., guix-commits, 2023/07/30
- 53/245: gnu: Add texlive-computational-complexity., guix-commits, 2023/07/30
- 56/245: gnu: Add texlive-conteq., guix-commits, 2023/07/30
- 67/245: gnu: Add texlive-digiconfigs., guix-commits, 2023/07/30
- 76/245: gnu: Add texlive-endiagram., guix-commits, 2023/07/30
- 80/245: gnu: Add texlive-eqexpl.,
guix-commits <=
- 05/245: gnu: Add texlive-algorithm2e., guix-commits, 2023/07/30
- 08/245: gnu: Add texlive-algpseudocodex., guix-commits, 2023/07/30
- 13/245: gnu: Add texlive-annotate-equations., guix-commits, 2023/07/30
- 15/245: gnu: Add texlive-autobreak., guix-commits, 2023/07/30
- 20/245: gnu: Add texlive-biocon., guix-commits, 2023/07/30
- 32/245: gnu: Add texlive-causets., guix-commits, 2023/07/30
- 26/245: gnu: Add texlive-bpchem., guix-commits, 2023/07/30
- 46/245: gnu: Add texlive-chemstyle., guix-commits, 2023/07/30
- 50/245: gnu: Add texlive-commath., guix-commits, 2023/07/30
- 62/245: gnu: Add texlive-delim., guix-commits, 2023/07/30