guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: Add texlive-forloop.


From: guix-commits
Subject: 08/12: gnu: Add texlive-forloop.
Date: Mon, 3 Jul 2023 16:27:40 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b08019c7d59f154a24c3d6aecbc31a332ffc4425
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 3 13:30:27 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 39695080a4..1cb96f0bfb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1818,6 +1818,26 @@ font filenames.  This makes at most eight-character 
names from (almost)
 arbitrarily complex font names, thus helping portability of TeX documents.")
     (license license:gpl3+)))
 
+(define-public texlive-forloop
+  (package
+    (name "texlive-forloop")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/forloop/" "source/latex/forloop/"
+                   "tex/latex/forloop/")
+             (base32
+              "14sx6zgilmbs5afp1k5gccix6ijhj0m8jg91blxn66995i6md4f5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/forloop";)
+    (synopsis "Iteration in LaTeX")
+    (description
+     "The package provides a command @code{\\forloop} for doing iteration in
+LaTeX macro programming.")
+    ;; No version for the LGPL is specified.  Assuming the broader one.
+    (license license:lgpl2.0+)))
+
 (define-public texlive-cbfonts          ;71 MiB of greek fonts
   (package
     (name "texlive-cbfonts")



reply via email to

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