[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/435: gnu: Add texlive-xetexconfig.
From: |
guix-commits |
Subject: |
141/435: gnu: Add texlive-xetexconfig. |
Date: |
Tue, 6 Jun 2023 11:39:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2de6f84a8ae3d512457960430e209b639614982e
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
- 220/435: gnu: texlive-dejavu: Refresh package definition., (continued)
- 220/435: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/06
- 222/435: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/06
- 224/435: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/06
- 226/435: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/06
- 407/435: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/06
- 410/435: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/06
- 417/435: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/06
- 421/435: gnu: Add texlive-tex., guix-commits, 2023/06/06
- 434/435: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/06
- 132/435: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/06
- 141/435: gnu: Add texlive-xetexconfig.,
guix-commits <=
- 143/435: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/06
- 154/435: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/06
- 161/435: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/06
- 164/435: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/06
- 188/435: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/06
- 203/435: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/06
- 193/435: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/06
- 196/435: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/06
- 197/435: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/06
- 207/435: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/06