[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/416: gnu: Add texlive-xetexconfig.
From: |
guix-commits |
Subject: |
141/416: gnu: Add texlive-xetexconfig. |
Date: |
Sun, 28 May 2023 02:32:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3c02580a6d9fda8ca00e12caadd1b53c3c1873e3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:59:18 2023 +0200
gnu: Add texlive-xetexconfig.
* gnu/packages/tex.scm (texlive-xetexconfig): New variable.
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 04999cadb2..deb902dc5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13016,6 +13016,22 @@ reporting the number of the last page, as does
@code{lastpage}). The counter
itself may be shipped out to the DVI file.")
(license license:lppl))))
+(define-public texlive-xetexconfig
+ (package
+ (name "texlive-xetexconfig")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/xelatex/xetexconfig/")
+ (base32
+ "1253njshiwdayzq0xir9cmbi8syhjb3sc4pyrw9p6kzyqvckkcxm")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xetexconfig")
+ (synopsis "@file{crop.cfg} for XeLaTeX")
+ (description "The @file{crop.cfg} file attempts to persuade
+@file{crop.sty} to work with XeTeX.")
+ (license license:public-domain)))
+
(define-public texlive-xetex
(package
(inherit (simple-texlive-package
- 116/416: gnu: Add texlive-regexpatch., (continued)
- 116/416: gnu: Add texlive-regexpatch., guix-commits, 2023/05/28
- 119/416: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/28
- 118/416: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/28
- 126/416: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/28
- 134/416: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/28
- 142/416: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/28
- 133/416: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/28
- 131/416: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/28
- 135/416: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/28
- 130/416: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/28
- 141/416: gnu: Add texlive-xetexconfig.,
guix-commits <=
- 147/416: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/28
- 145/416: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/28
- 138/416: gnu: Add texlive-modes., guix-commits, 2023/05/28
- 136/416: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/28
- 151/416: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/28
- 146/416: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 137/416: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/28
- 157/416: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/28
- 156/416: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 160/416: gnu: Add texlive-lipsum., guix-commits, 2023/05/28