guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/245: gnu: Add texlive-binomexp.


From: guix-commits
Subject: 19/245: gnu: Add texlive-binomexp.
Date: Sun, 30 Jul 2023 13:46:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e9077a1e9da2283c38fa90323e2b85259eab41ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:05:12 2023 +0200

    gnu: Add texlive-binomexp.
    
    * gnu/packages/tex.scm (texlive-binomexp): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f4ab883f79..c8a18e3a30 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1747,6 +1747,27 @@ of mathematical disciplines.")
 @emph{Begriffschrift}.")
     (license license:gpl3+)))
 
+(define-public texlive-binomexp
+  (package
+    (name "texlive-binomexp")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/binomexp/"
+                   "source/latex/binomexp/"
+                   "tex/latex/binomexp/")
+             (base32
+              "1wmhsqqz2hy75x20srs1237yba4s00yrdhr52hkrh3nldzqwhqcc")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/binomexp";)
+    (synopsis "Calculate Pascal's triangle")
+    (description
+     "The package calculates and prints rows of Pascal's triangle.  It may be
+used to print successive rows of the triangle, or to print the rows inside an
+@code{array} or @code{tabular} environment.")
+    (license license:lppl)))
+
 (define-public texlive-bitelist
   (package
     (name "texlive-bitelist")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]