[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
433/452: gnu: texlive-context: Create formats.
From: |
guix-commits |
Subject: |
433/452: gnu: texlive-context: Create formats. |
Date: |
Fri, 9 Jun 2023 13:44:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1fc1ccd4306f1577fa7a7afef12c014bb9bc683e
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 5ef911f5de..9949228e35 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,
- 386/452: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 386/452: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 399/452: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/09
- 397/452: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/09
- 403/452: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/09
- 416/452: gnu: faif: Update texlive package names., guix-commits, 2023/06/09
- 427/452: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/09
- 426/452: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/09
- 430/452: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/09
- 422/452: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/09
- 429/452: gnu: Add texlive-luatex85., guix-commits, 2023/06/09
- 433/452: gnu: texlive-context: Create formats.,
guix-commits <=
- 439/452: gnu: Add texlive-makeindex., guix-commits, 2023/06/09
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09