mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: texlive-context: Create formats.
* gnu/packages/tex.scm (texlive-context)[arguments]: Create CONT-EN, CONT-FR, CONT-IT, CONT-NL, CONT-RO formats.
This commit is contained in:
parent
fe9081b27d
commit
889327e4fb
1 changed files with 15 additions and 11 deletions
|
@ -10424,17 +10424,21 @@ (define-public texlive-context
|
|||
"1sbh4fnxxymh7lmvldp1ll8p6adcf3jhvqf47jvrayqr91zp4hh9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-amsfonts
|
||||
texlive-lm
|
||||
texlive-lm-math
|
||||
texlive-luatex
|
||||
texlive-manfnt-font
|
||||
texlive-metapost
|
||||
texlive-mflogo-font
|
||||
texlive-mptopdf
|
||||
texlive-pdftex
|
||||
texlive-stmaryrd
|
||||
texlive-xetex))
|
||||
(arguments
|
||||
(list #:create-formats
|
||||
#~(list "cont-en" "cont-fr" "cont-it" "cont-nl" "cont-ro")))
|
||||
(propagated-inputs
|
||||
(list texlive-amsfonts
|
||||
texlive-lm
|
||||
texlive-lm-math
|
||||
texlive-luatex
|
||||
texlive-manfnt-font
|
||||
texlive-metapost
|
||||
texlive-mflogo-font
|
||||
texlive-mptopdf
|
||||
texlive-pdftex
|
||||
texlive-stmaryrd
|
||||
texlive-xetex))
|
||||
(home-page "https://ctan.org/pkg/context")
|
||||
(synopsis "Full featured, parameter driven macro package for TeX")
|
||||
(description "ConTeXt is a full featured, parameter driven macro package,
|
||||
|
|
Loading…
Reference in a new issue