guix-commits
[Top][All Lists]
Advanced

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

05/245: gnu: Add texlive-algorithm2e.


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

ngz pushed a commit to branch master
in repository guix.

commit 20933028998129a1289519a6bd73516cd822d005
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 12:59:41 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e82c61b5de..4ce109e852 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1292,6 +1292,31 @@ standalone documents cumbersome to customize, and has 
arbitrary and
 inconsistent differences between the input syntax and the program text.")
     (license license:gpl3+)))
 
+(define-public texlive-algorithm2e
+  (package
+    (name "texlive-algorithm2e")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/algorithm2e/"
+                   "tex/latex/algorithm2e/")
+             (base32
+              "0bf4fc9p84zy2zdl0hiklcbbxn17j3qyl02kyj5ya00lrf6sv93n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/algorithm2e";)
+    (synopsis "Floating algorithm environment with algorithmic keywords")
+    (description
+     "Algorithm2e is an environment for writing algorithms.  An algorithm
+becomes a floating object (like figure, table, etc.).  The package provides
+macros that allow you to create different keywords, and a set of predefined
+key words is provided; you can change the typography of the keywords.  The
+package allows vertical lines delimiting a block of instructions in an
+algorithm, and defines different sorts of algorithms such as @samp{Procedure}
+or @samp{Function}; the name of these functions may be reused in the text or
+in other algorithms.")
+    (license license:lppl)))
+
 (define-public texlive-apnum
   (package
     (name "texlive-apnum")



reply via email to

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