gnu: texlive-context: Create formats.
* gnu/packages/tex.scm (texlive-context)[arguments]: Create CONT-EN, CONT-FR, CONT-IT, CONT-NL, CONT-RO formats.
parent
fe9081b27d
commit
889327e4fb
|
@ -10424,7 +10424,11 @@ a counter to be reset when another is incremented) and
|
|||
"1sbh4fnxxymh7lmvldp1ll8p6adcf3jhvqf47jvrayqr91zp4hh9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-amsfonts
|
||||
(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
|
||||
|
|
Reference in New Issue