mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add texlive-loops.
* gnu/packages/tex.scm (texlive-loops): New variable.
This commit is contained in:
parent
82e90b3f09
commit
a32f5f9b57
1 changed files with 19 additions and 0 deletions
|
@ -87560,6 +87560,25 @@ (define-public texlive-longnamefilelist
|
|||
@code{myfilist} package as explained in the documentation.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-loops
|
||||
(package
|
||||
(name "texlive-loops")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/loops/" "tex/latex/loops/")
|
||||
(base32
|
||||
"09r744s5v87a18h51idy59slhjqqal85wh8xl9axjkwky9ar6dk7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/loops")
|
||||
(synopsis "General looping macros for use with LaTeX")
|
||||
(description
|
||||
"The package provides efficient looping macros for processing both CSV
|
||||
(separated-values) and NSV/TSV (non-separated values) lists. CSV lists which
|
||||
have associated parsers may be processed with the tools of the package.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue