mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-context-gnuplot.
* gnu/packages/tex.scm (texlive-context-gnuplot): New variable.
This commit is contained in:
parent
d513d4ca53
commit
c5a8833c5f
1 changed files with 22 additions and 0 deletions
|
@ -10297,6 +10297,28 @@ (define-public texlive-context-gantt
|
|||
"Gantt is a module for drawing Gantt charts via MetaPost or PGF/TikZ.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-context-gnuplot
|
||||
(package
|
||||
(name "texlive-context-gnuplot")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/gnuplot/"
|
||||
"metapost/context/third/gnuplot/"
|
||||
"tex/context/third/gnuplot/")
|
||||
(base32
|
||||
"0bmzww4sq8n37aipy6cvplcblxwlbmpl0by2sqysc3pdyxnixg41")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-gnuplot")
|
||||
(synopsis "Inclusion of Gnuplot graphs in ConTeXt")
|
||||
(description
|
||||
"This ConTeXt module enables simple creation and inclusion of graphs with
|
||||
Gnuplot. It writes a script into temporary file, runs Gnuplot and includes
|
||||
the resulting graphic directly into the document.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue