[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/418: gnu: Add texlive-xfor.
From: |
guix-commits |
Subject: |
19/418: gnu: Add texlive-xfor. |
Date: |
Fri, 2 Jun 2023 17:23:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 05a4e1de5742fceb95d699d63b2e4ce9c393a8df
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 07:45:13 2023 +0200
gnu: Add texlive-xfor.
* gnu/packages/tex.scm (texlive-xfor): 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 68cd1868e8..1137f686b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12510,6 +12510,29 @@ computers). XeTeX's immediate output is an extended
variant of DVI format,
which is ordinarily processed by a tightly bound processor (called
@code{xdvipdfmx}), that produces PDF.")
(license license:x11)))
+
+(define-public texlive-xfor
+ (package
+ (name "texlive-xfor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xfor/"
+ "source/latex/xfor/"
+ "tex/latex/xfor/")
+ (base32
+ "1j241j8sixqkaj2xmcvmrfwm1sdw6xdssnzml1bjs54rqzyh768a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xfor")
+ (synopsis "Reimplementation of the LaTeX @code{for-loop} macro")
+ (description
+ "The package redefines the LaTeX internal @code{\\@@for} macro so that
+the loop may be prematurely terminated. The action is akin to the C/Java
+break statement, except that the loop does not terminate until the end of the
+current iteration.")
+ (license license:lppl)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
- 30/418: gnu: Add texlive-breakurl., (continued)
- 30/418: gnu: Add texlive-breakurl., guix-commits, 2023/06/02
- 05/418: guix: import: texlive use full file names for generic directories., guix-commits, 2023/06/02
- 02/418: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/06/02
- 04/418: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/06/02
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/02
- 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 <=
- 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, 2023/06/02
- 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