me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-arrayjobx.

* gnu/packages/tex.scm (texlive-arrayjobx): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:54 +02:00
parent 448db64cd9
commit 1e92aedb0f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -73058,6 +73058,29 @@ fixed or calculated like in tabularx environments. Macros for drawing
vertical and horizontal rules of variable thickness are also provided.") vertical and horizontal rules of variable thickness are also provided.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-arrayjobx
(package
(name "texlive-arrayjobx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/arrayjobx/"
"tex/generic/arrayjobx/")
(base32
"0w7wvq1wvxvdhd196hl16c3lgzl4b8x05dhv5dy576cr4xc9chgw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/arrayjobx")
(synopsis "Array data structures for (La)TeX")
(description
"This package provides array data structures in @code{(La)TeX,} in the meaning
of the classical procedural programming languages like Fortran, Ada or C, and
macros to manipulate them. Arrays can be mono or bi-dimensional. This is
useful for applications which require high level programming techniques, like
algorithmic graphics programmed in the TeX language. The package supersedes
the @code{arrayjob} package.")
(license license:lppl)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar