gnu: Add texlive-collection-context.
* gnu/packages/tex.scm (texlive-collection-context): New variable.
This commit is contained in:
parent
2d48e1a18b
commit
b853941a62
1 changed files with 50 additions and 0 deletions
|
@ -12128,6 +12128,56 @@ macros, Computer Modern fonts, and configuration for common drivers; no
|
||||||
LaTeX.")
|
LaTeX.")
|
||||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||||
|
|
||||||
|
(define-public texlive-collection-context
|
||||||
|
(package
|
||||||
|
(name "texlive-collection-context")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source #f)
|
||||||
|
(build-system trivial-build-system)
|
||||||
|
(arguments (list #:builder #~(mkdir #$output)))
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-collection-basic
|
||||||
|
texlive-context
|
||||||
|
texlive-context-account
|
||||||
|
texlive-context-algorithmic
|
||||||
|
texlive-context-animation
|
||||||
|
texlive-context-annotation
|
||||||
|
texlive-context-bnf
|
||||||
|
texlive-context-chromato
|
||||||
|
texlive-context-cmscbf
|
||||||
|
texlive-context-cmttbf
|
||||||
|
texlive-context-construction-plan
|
||||||
|
texlive-context-cyrillicnumbers
|
||||||
|
texlive-context-degrade
|
||||||
|
texlive-context-fancybreak
|
||||||
|
texlive-context-filter
|
||||||
|
texlive-context-french
|
||||||
|
texlive-context-fullpage
|
||||||
|
texlive-context-gantt
|
||||||
|
texlive-context-gnuplot
|
||||||
|
texlive-context-handlecsv
|
||||||
|
texlive-context-layout
|
||||||
|
texlive-context-letter
|
||||||
|
texlive-context-lettrine
|
||||||
|
texlive-context-mathsets
|
||||||
|
texlive-context-rst
|
||||||
|
texlive-context-ruby
|
||||||
|
texlive-context-simplefonts
|
||||||
|
texlive-context-simpleslides
|
||||||
|
texlive-context-title
|
||||||
|
texlive-context-transliterator
|
||||||
|
texlive-context-typearea
|
||||||
|
texlive-context-typescripts
|
||||||
|
texlive-context-vim
|
||||||
|
texlive-context-visualcounter
|
||||||
|
texlive-jmn))
|
||||||
|
(home-page "https://www.tug.org/texlive/")
|
||||||
|
(synopsis "ConTeXt and packages")
|
||||||
|
(description
|
||||||
|
"This package provides Hans Hagen's powerful ConTeXt system, along with
|
||||||
|
third-party ConTeXt packages.")
|
||||||
|
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||||
|
|
||||||
(define-public texlive-collection-fontsrecommended
|
(define-public texlive-collection-fontsrecommended
|
||||||
(package
|
(package
|
||||||
(name "texlive-collection-fontsrecommended")
|
(name "texlive-collection-fontsrecommended")
|
||||||
|
|
Reference in a new issue