[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: |
Fri, 2 Jun 2023 17:24:23 -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
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., (continued)
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/02
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/02
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/02
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/02
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/02
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/06/02
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/06/02
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/06/02
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/02
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/06/02
- 141/418: gnu: Add texlive-xetexconfig.,
guix-commits <=
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/02
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/02
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/02
- 150/418: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/02
- 149/418: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/02
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/02
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/02
- 169/418: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/02
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/02
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/02