[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/409: gnu: Add texlive-xetexconfig.
From: |
guix-commits |
Subject: |
141/409: gnu: Add texlive-xetexconfig. |
Date: |
Sat, 20 May 2023 04:02:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3d993226f2b96375649b487aff85e390e72d3bde
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 c33b763229..fe1e9f51f2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13012,6 +13012,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
- 291/409: gnu: texlive-stix2-otf: Refresh package definition., (continued)
- 291/409: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/20
- 309/409: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/20
- 238/409: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/20
- 244/409: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/20
- 267/409: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/20
- 272/409: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/20
- 298/409: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/20
- 321/409: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/20
- 121/409: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/20
- 124/409: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/20
- 141/409: gnu: Add texlive-xetexconfig.,
guix-commits <=
- 146/409: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/20
- 216/409: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/20
- 220/409: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/20
- 226/409: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/20
- 227/409: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/20
- 239/409: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/20
- 241/409: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/20
- 247/409: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/20
- 297/409: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/20
- 300/409: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/20