[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/452: gnu: Add texlive-xetexconfig.
From: |
guix-commits |
Subject: |
141/452: gnu: Add texlive-xetexconfig. |
Date: |
Fri, 9 Jun 2023 13:43:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 20e0fe38a8b91940d3c74fb01af1fe20213f6eb4
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 e35b0cc2fe..bc547268c8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13008,6 +13008,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
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., (continued)
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/09
- 128/452: gnu: Add texlive-svn-prov., guix-commits, 2023/06/09
- 118/452: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/09
- 133/452: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/09
- 123/452: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/09
- 131/452: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/09
- 129/452: gnu: Add texlive-gincltex., guix-commits, 2023/06/09
- 138/452: gnu: Add texlive-modes., guix-commits, 2023/06/09
- 137/452: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/09
- 140/452: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/09
- 141/452: gnu: Add texlive-xetexconfig.,
guix-commits <=
- 153/452: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/09
- 148/452: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/09
- 144/452: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/09
- 146/452: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/09
- 142/452: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/09
- 160/452: gnu: Add texlive-lipsum., guix-commits, 2023/06/09
- 145/452: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/09
- 163/452: gnu: Add texlive-ntheorem., guix-commits, 2023/06/09
- 177/452: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/09
- 178/452: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/09