mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-datax.
* gnu/packages/tex.scm (texlive-datax): New variable.
This commit is contained in:
parent
447965414c
commit
deab516e99
1 changed files with 20 additions and 0 deletions
|
@ -77891,6 +77891,26 @@ (define-public texlive-dataref
|
||||||
the project report develops).")
|
the project report develops).")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-datax
|
||||||
|
(package
|
||||||
|
(name "texlive-datax")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/datax/" "source/latex/datax/"
|
||||||
|
"tex/latex/datax/")
|
||||||
|
(base32
|
||||||
|
"09zhrgxwh9s0ah65lw557d0b6hqahhsba850fxcchmww4dqfan9d")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/datax")
|
||||||
|
(synopsis "Import individual data from script files")
|
||||||
|
(description
|
||||||
|
"This LaTeX package uses pgfkeys to retrieve individual data points generated
|
||||||
|
in some script. Analogous to how one might generate graphics in a script and
|
||||||
|
import those graphics into a LaTeX document.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue