guix-commits
[Top][All Lists]
Advanced

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

06/245: gnu: Add texlive-algorithmicx.


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

ngz pushed a commit to branch master
in repository guix.

commit 8d81e0baf30a2bf88c75597494854936c2214fd8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:00:19 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4ce109e852..77eb1bfe95 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1317,6 +1317,28 @@ or @samp{Function}; the name of these functions may be 
reused in the text or
 in other algorithms.")
     (license license:lppl)))
 
+(define-public texlive-algorithmicx
+  (package
+    (name "texlive-algorithmicx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/algorithmicx/"
+                   "tex/latex/algorithmicx/")
+             (base32
+              "0q0qkzc88479y5dqifnpfxhclk48gf1c4shxi1xhgqbvjp2gqgza")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/algorithmicx";)
+    (synopsis "The algorithmic style you always wanted")
+    (description
+     "Algorithmicx provides a flexible, yet easy to use, way for inserting
+good looking pseudocode or source code in your papers.  It has built in
+support for pseudocode, Pascal and C, and offers powerful means to create
+definitions for any programming language.  The user can adapt a pseudocode
+style to his native language.")
+    (license license:lppl)))
+
 (define-public texlive-apnum
   (package
     (name "texlive-apnum")



reply via email to

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