guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

433/435: gnu: texlive-context: Create formats.


From: guix-commits
Subject: 433/435: gnu: texlive-context: Create formats.
Date: Tue, 6 Jun 2023 11:40:39 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit f722dc0bc07037a0113d5b1a7bb9c97f4238e719
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 5 23:16:22 2023 +0200

    gnu: texlive-context: Create formats.
    
    * gnu/packages/tex.scm (texlive-context)[arguments]: Create CONT-EN, 
CONT-FR,
    CONT-IT, CONT-NL, CONT-RO formats.
---
 gnu/packages/tex.scm | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index df23ec04d8..1ac2460fb5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10424,17 +10424,21 @@ a counter to be reset when another is incremented) and
               "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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]