guix-commits
[Top][All Lists]
Advanced

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

03/245: gnu: Add texlive-alg.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 54390f1c77..ce5045215e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1246,6 +1246,29 @@ ligatures, but also offers additional control over 
them.")
 a given (Unicode) glyph.  It relies on Fontconfig.")
     (license license:bsd-3)))
 
+(define-public texlive-alg
+  (package
+    (name "texlive-alg")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/alg/" "source/latex/alg/"
+                   "tex/latex/alg/")
+             (base32
+              "0jqk9sgw2m4c6hssfc5c3qfxqvpyppvcmy8i5crm7fsmkv0y6wkg")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/alg";)
+    (synopsis "LaTeX environments for typesetting algorithms")
+    (description
+     "The package defines two environments for typesetting algorithms in 
LaTeX2e.
+The @code{algtab} environment is used to typeset an algorithm with
+automatically numbered lines.  The @code{algorithm} environment can be used to
+encapsulate the @code{algtab} environment algorithm in a floating body
+together with a header, a caption, etc.  @code{\\listofalgorithms} is
+defined.")
+    (license license:lppl)))
+
 (define-public texlive-apnum
   (package
     (name "texlive-apnum")



reply via email to

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