[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/409: gnu: Add texlive-multido.
From: |
guix-commits |
Subject: |
32/409: gnu: Add texlive-multido. |
Date: |
Sat, 20 May 2023 04:02:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f014d5052bb7acacbcb478c61efe2a65ca8f7b98
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:25:26 2023 +0200
gnu: Add texlive-multido.
* gnu/packages/tex.scm (texlive-multido): 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 e970018e66..ebca2012cc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7246,6 +7246,28 @@ in the form @code{key=value} are available, for example:
(define-deprecated-package texlive-latex-enumitem texlive-enumitem)
+(define-public texlive-multido
+ (package
+ (name "texlive-multido")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/multido/"
+ "source/generic/multido/"
+ "tex/generic/multido/" "tex/latex/multido/")
+ (base32
+ "1vwf2naw5bgs93s2gcmf226f60ws9z6cmw6gi1562fs8vg4mnjsh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/multido")
+ (synopsis "Loop facility for Generic TeX")
+ (description
+ "The package provides the @code{\\multido} command, which was originally
+designed for use with PSTricks. Fixed-point arithmetic is used when working
+on the loop variable, so that the package is equally applicable in graphics
+applications like PSTricks as it is with the more common integer loops.")
+ (license license:lppl)))
+
(define-public texlive-latex-multirow
(package
(name "texlive-latex-multirow")
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite., (continued)
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/20
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20
- 71/409: gnu: texlive-zref: Fix build., guix-commits, 2023/05/20
- 74/409: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/20
- 10/409: gnu: Add texlive-everypage., guix-commits, 2023/05/20
- 44/409: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/20
- 58/409: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/20
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20
- 27/409: gnu: Add texlive-luabidi., guix-commits, 2023/05/20
- 32/409: gnu: Add texlive-multido.,
guix-commits <=
- 34/409: gnu: Add texlive-showexpl., guix-commits, 2023/05/20
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/20
- 50/409: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/20
- 59/409: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/20
- 69/409: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/20
- 80/409: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/20
- 81/409: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/20
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/20
- 49/409: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/20
- 63/409: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/20