[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/418: gnu: Add texlive-xetexconfig.
From: |
guix-commits |
Subject: |
141/418: gnu: Add texlive-xetexconfig. |
Date: |
Mon, 29 May 2023 17:39:04 -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
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., (continued)
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/29
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/29
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/29
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/05/29
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/29
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/29
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/29
- 141/418: gnu: Add texlive-xetexconfig.,
guix-commits <=
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/29
- 149/418: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/29
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/29
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/29
- 150/418: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/29
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/29
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/29
- 162/418: gnu: Add texlive-selinput., guix-commits, 2023/05/29
- 165/418: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/29
- 168/418: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/29