[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/418: gnu: Add texlive-multido.
From: |
guix-commits |
Subject: |
32/418: gnu: Add texlive-multido. |
Date: |
Fri, 2 Jun 2023 17:23:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 42fce9da0494ed1752c9f19334a0500376663979
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 2bce40732b..3c9ad4c109 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")
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., (continued)
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/02
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/02
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/02
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/02
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/02
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/06/02
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/06/02
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/06/02
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/06/02
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/06/02
- 32/418: gnu: Add texlive-multido.,
guix-commits <=
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/06/02
- 45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/02
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/02
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/02
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/02
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/06/02
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/02
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/02