gnu: Add texlive-context-chromato.
* gnu/packages/tex.scm (texlive-context-chromato): New variable.
parent
72db328ed3
commit
119e47bb61
|
@ -10079,6 +10079,24 @@ while also allowing the gist of the grammar to be understood from simply
|
||||||
looking at the source ConTeXt document.")
|
looking at the source ConTeXt document.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-context-chromato
|
||||||
|
(package
|
||||||
|
(name "texlive-context-chromato")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/context/third/chromato/"
|
||||||
|
"tex/context/third/chromato/")
|
||||||
|
(base32
|
||||||
|
"0p32iqgd6cbjx5y9ahs59f1q05js2s66nr84bjhzd37vzzl9acxs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-context))
|
||||||
|
(home-page "https://ctan.org/pkg/context-chromato")
|
||||||
|
(synopsis "ConTeXt macros for chromatograms")
|
||||||
|
(description "The module provides macros for drawing chromatograms.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-beamer
|
(define-public texlive-beamer
|
||||||
(package
|
(package
|
||||||
(name "texlive-beamer")
|
(name "texlive-beamer")
|
||||||
|
|
Reference in New Issue